Administrator Pony's home timeline
Notices
-
@stephttleq Oh good I see some things never change
Monday, 24-Oct-22 14:22:03 UTC from web -
Always pleasantly surprised to see this place still kicking
Monday, 24-Oct-22 01:08:08 UTC from web-
@whomst And we're just as pleasantly surprised to be still kicking
-
@whomst sup
-
@thelastgherkin Hey there. How's it goin
-
-
https://twitter.com/ai__pub/status/1575244739850293250?t=bQCwA2jTAYwehRwGvzqHzg&s=09
ロスを増やさずに別データセットで訓練したモデルをマージする方法 -
NHKスペシャル NHKスペシャル 新・幕末史 グローバル・ヒストリー「第2集 戊辰戦争 狙われた日本」(ドキュメンタリー/教養) | WEBザテレビジョン(3521-2) - https://thetv.jp/program/0001023521/2/
良かった。勉強になった。 -
python - Hydra: access name of config file from code - Stack Overflow - https://stackoverflow.com/questions/70064901/hydra-access-name-of-config-file-from-code#70070004
-
4歳以下コロナワクチン「努力義務」 BA.5対応は13日接種開始(朝日新聞デジタル) - Yahoo!ニュース - https://news.yahoo.co.jp/articles/759614f16a1084b0dacb4e97a7ac207fe2d4cbc0
-
帝国の興亡 – WirelessWire News - https://wirelesswire.jp/2022/10/83197/
ビッグテックでも結局職場の近くに住まないといけないのが問題なんだね -
[2209.15611] Protein structure generation via folding diffusion - https://arxiv.org/abs/2209.15611
強そう -
We were interviewed on a podcast about game development!
Talking about making a Pony RPG in Unity over many many years.
Hosted by ILoveKimPossibleALot! (Reposted with fixed technical issues)
http://rainbowdash.net/url/876256 http://rainbowdash.net/url/876257Saturday, 01-Oct-22 03:52:23 UTC from web -
炊いて冷凍保存していた玄米ご飯が空気に触れやすい状態だったため乾燥していて、電子レンジ5分程度するとパチパチ音が鳴って、煎餅になった。もはやご飯ではないが、煎餅として美味かったので、これはむしろ煎餅の作り方としてありなのではと思った。
-
DreamFusion: Text-to-3D using 2D Diffusion - https://dreamfusion3d.github.io/
-
Auto-tuning a Convolutional Network for Mobile GPU — tvm 0.10.dev0 documentation - https://tvm.apache.org/docs/how_to/tune_with_autotvm/tune_relay_mobile_gpu.html
これってxgboostでmobile GPU用のモデルを自動チューニングするってことだよね。tvmすごい -
[2209.11178] Poisson Flow Generative Models - https://arxiv.org/abs/2209.11178
-
エアコン、冷房シーズンが終わったら半日○ カビ防止に(要約):節電テック - ITmedia NEWS - https://www.itmedia.co.jp/news/spv/2209/24/news051_0.html
-
Four-Day Work Week Pilot Findings: Successful for Most Companies, But Not All - Bloomberg - https://status.akionux.net/url/991862
-
Arm Is The New RISC/Unix, RISC-V Is The New Arm - https://www.nextplatform.com/2022/09/22/arm-is-the-new-risc-unix-risc-v-is-the-new-arm/?td=rt-3a
-
Nvidia Shuts Out RISC-V Software Support for GPUs - https://www.hpcwire.com/2022/09/23/nvidia-shuts-out-risc-v-software-support-for-gpus/
-
Intel、無償のRISC-V開発支援プログラムを始動:Intel Pathfinder for RISC-V(1/2 ページ) - EE Times Japan - https://eetimes.itmedia.co.jp/ee/spv/2209/21/news091.html
-
[2209.07484] Hydra Attention: Efficient Attention with Many Heads - https://arxiv.org/abs/2209.07484
-
@akionux 純粋なAttentionだとO(T^2D)でトークン数Tのスケールが悪いが、カーネルトリックで線形AttentionにするとO(TD^2/H)でヘッド数Hに反比例するので、ヘッド数を特徴次元Dに増やした(Hydraトリック)らO(TD)にできるとのこと。計算方法もエレメントワイズな計算が出てすごくすっきりするみたい。
混沌としたTransformer界隈に光を差すようなとてもエレガントな考え方で、研究するならこういう仕事がしたいやつ。
-
-
I think captchas will evolve in the next few years using A.I.-generated images. I expect that there is a prompt and the user has to decide which of the pictures were generated with that prompt.
Monday, 12-Sep-22 06:43:02 UTC from web-
@adiwan There are GANs for that. Wouldn't work for CAPTCHA
-
@oracle I think you can make a GAN practically for everything in the realm of captchas. I think that it'll going the way I predict in order to enhance the generating models with A-B-testing (or other similar tests) by actual humans. The same as it is done now with captchas that ask humans to recognize traffic lights, cars, busses, zebra stripe crossings, bikes...
-
-
Battle Gem Ponies 1 Year Later...
http://rainbowdash.net/url/876219
Check out this video about the development journey so far and the upcoming changes to how we do things here at YotesMark
If you're in a rush, the short summary is that the game won't be out for another 12-16 months, the merch store is closing in October so if you want extra shirts better grab 'em now, the physical Kickstarter rewards will start going out in October (excluding all the stuff that won't come 'til release), and we have far reaching plans to make Battle Gem Ponies a full-fledged series when this is all said and done.
We're looking forward to all the updates to come over the next year and are eternally grateful for every backer's help in making it possible. http://rainbowdash.net/url/876220Saturday, 10-Sep-22 05:58:35 UTC from web -
They think: "Why don't we store everything flat, use compound foreign keys, and make relations as cumbersome to find out and create views that are less helpful as they do rarely use JOIN and use a BAZILLION of WHERE clauses. WHO NEEDS READABILITY AND PERFORMANCE?
Friday, 09-Sep-22 10:40:06 UTC from web-
@adiwan JOINS are inexpensive, but when you need do trillions of them, they become an obstacle. This problem was why Amazon created DynamoDB
-
@oracle Well... It's not an environment with a ton of activity. A lot but not Amazon-a-lot. The database is an older Oracle installation because legacy software running needs exactly that old version. It stems from a time where entity frameworks were the rage and thus all objects were stored in a database. That same database is misused as a semi-persistent storage for message queues. In the recent past it was a few times as the culprit for some major downtime, as it is the biggest single point of failure without redundancy. I'm pretty soured by that.
-
-
-
StarFive VisionFive 2 quad-core RISC-V SBC launched for $46 and up (Crowdfunding) - CNX Software - https://www.cnx-software.com/2022/08/23/starfive-visionfive-2-quad-core-risc-v-sbc-linux/
-
AMD Ryzen 7000 CPUs (6-8 Cores) Draw Just 67W of Power @ 5.05GHz Under Load with Voltage Tuning | Hardware Times - https://status.akionux.net/url/991844
省エネにチューニングして使うとかなり良さそう -
Released to celebrate the 1 Year Anniversary of the Kickstarter that made this project possible!
Download Here: http://rainbowdash.net/url/876209
In This Demo You'll Find:
- New Battle Mechanics
- More Team Customization Options
- A Lively Island Overworld to Explore
- A New Shop & Currency System
- 12 New Pony Ultra Forms
- More Advanced Battle AI
- Improved HUD/UI
- And a Bangin' New Boss Fight Track! http://rainbowdash.net/url/876210Sunday, 04-Sep-22 05:00:41 UTC from web -
フランスで「ONE PIECE」上映中に観客が大暴れ… お国柄?日本アニメの変わった“観られ方”(デイリー新潮) - Yahoo!ニュース - https://news.yahoo.co.jp/articles/553fc863c85121c591aa3bf4c8751d30e29bae55?page=1
-
『耳をすませば』テレビ放映でコンプラツッコミ殺到 自転車二人乗りや個人情報流出|ニフティニュース - https://news.nifty.com/article/entame/etc/12184-1847083/
-
画像生成AI「Stable Diffusion」をKritaで使えるようにするオープンソースのプラグイン登場 - GIGAZINE - https://gigazine.net/news/20220902-stable-diffusion-krita-plugin/
-
「Stable Diffusionであの構図や雰囲気を再現するには何と書けば良いのか?」が目で見て一発でわかる「The Ai Art」 - GIGAZINE - https://gigazine.net/news/20220902-stable-diffusion-the-ai-art/