Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devttyeu
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
61.
▲
by
devttyeu
1y ago
I don’t get why so many people keep making this argument. Transformers aren’t just a glorified Markov Chain, they are basically doing multi-step computation - each attention step is propagating information, then the feedforward network does
62.
▲
by
devttyeu
1y ago
I don't think most people grasp how abstractly high even 1 DWPD is compared to enterprise HDDs. On the enterprise side you'll often read that a hard drive is rated for maybe 550TB/year, translating to 0.05~0.1 DRWPD [1] (yes,
63.
▲
by
devttyeu
1y ago
Maybe that's about the wasted human potential that's depressing. Other than that, this analogy only makes sense when framed in terms of some philosophy - i.e. if you are "long-term utilitarian" I don't think it'
64.
▲
by
devttyeu
2y ago
Could probably make a decent dataset from VR headset tracking cameras + motion sensors + passthrough output + decoded hand movements
65.
▲
by
devttyeu
2y ago
The "We live in a simulation" argument just started looking a lot more conceivable.
66.
▲
Show HN: 280x280 Massively Multiplayer chess (Desktop only)
(chess280.com)
5 points
by
devttyeu
2y ago
|
1 comments
67.
▲
by
devttyeu
2y ago
Copy-pasting the json of the request into chatgpt, then just sending prompts to it normally does appear to make it enter the same role-play mode as this site appears to have been in
68.
▲
by
devttyeu
2y ago
The initialization prompt can be easily extracted from the requests made by the site, if anyone is curious: https://pastebin.com/t1WLgGBt
69.
▲
by
devttyeu
2y ago
You can see the whole original prompt by looking at request body in your browser. Here's the full initial prompt in the request: https://pastebin.com/t1WLgGBt
70.
▲
by
devttyeu
2y ago
Build from source AND run an Ai agent that reviews every single line of code you compile (while hoping that the any potential exploit doesn’t also fool / exploit your AI agent)
71.
▲
by
devttyeu
2y ago
Wouldn’t be surprised that the ssh auth being made slower was deliberate - that makes it fairly easy to index all open ssh servers on the internet, then to see which ones get slower to fail preauth as they install the backdoor
72.
▲
by
devttyeu
3y ago
That specifically is not the selling point, but it is how one of the selling points works. You can just take your data to another instance whenever you don’t agree with the policies of your current one. And all your connections/interac
73.
▲
by
devttyeu
3y ago
That is exactly what Bluesky lets you do
74.
▲
by
devttyeu
3y ago
Eh, it's not the first time Twitter is horribly broken and/or makes an unpopular decision, and it probably won't be the last one.
75.
▲
by
devttyeu
3y ago
The service seems to be under massive load from the influx of users over the weekend, and they've passed 200k users, posting activity is a few times higher vs "the normal" So they probably could get even more users, but I
76.
▲
by
devttyeu
3y ago
You can download and keep your data and keep a backup, it's all content-addressed (like git repos), and just upload to another instance Like moving from GitHub to GitLab. Each instance then has its own moderation policies, again, kind
77.
▲
by
devttyeu
5y ago
I have this controller, and I was able to mostly workaround the dying issue by having a cron script ping a network device every minute, and when that fails it restarts the link - `ip l set enp70s0 down; sleep 6; ip l set enp70s0 up`. But th
78.
▲
by
devttyeu
5y ago
Kind of both? If I were to come up with a formula, I'd say 'prices = GDP / SupplyOfGoods', where GDP is just 'MoneySupply * MoneyVelocity'. If supply goes down, prices go up. If money supply grows, prices go up
79.
▲
by
devttyeu
6y ago
It doesn't, you still have to do the same amount of work to find the collisions.
80.
▲
by
devttyeu
6y ago
From my experience it's not just a blacklist, any non-blessed traffic is slowed down to a crawl (on the order of double digit kbps). This also applies to getting content from China. (that said, it's pretty reasonable to assume Zoo
81.
▲
by
devttyeu
7y ago
There is a pretty great talk about how companies fail at this - https://www.youtube.com/watch?v=gd3DiRuvr8A ("SOUPS 2019 - Personal Information Leakage by Abusing the GDPR 'Right of Access'")
82.
▲
by
devttyeu
7y ago
Most likely voltage regulotor coils (which live in PSU / GPU or motherboard)
83.
▲
by
devttyeu
7y ago
Previous thread: https://news.ycombinator.com/item?id=20283382 (Links to the blog post about this - https://blog.mozilla.org/firefox/hey-advertisers-track-this/ )
84.
▲
by
devttyeu
7y ago
Louis Rossmann made a video about this recall, where he noted that he didn't really see this issue in the wild - https://vimeo.com/343882228
85.
▲
by
devttyeu
7y ago
The mozilla/rr debugger doesn't work on Ryzen CPUs - https://github.com/mozilla/rr/issues/2034 (rr stands for Record and Replay Framework, it's a gdb extension which allows for reverse executio
86.
▲
by
devttyeu
7y ago
I first got into Linux because Minecraft ran better on it... this was almost 8 years ago.
87.
▲
by
devttyeu
7y ago
Firefox should already support ipfs:// and ipns:// with the IPFS Companion extension. See: * 'Support for Decentralization Protocols' in https://blog.mozilla.org/addons/2018/01/26
88.
▲
by
devttyeu
7y ago
There are cheap and good routers. $69 MikroTik hAP ac2 will easily push 1Gbps+ with qos rules - https://mikrotik.com/product/hap_ac2#fndtn-testresults (it's a bit more tricky to setup and you need to make sure you
89.
▲
by
devttyeu
8y ago
There is a great paper describing very simple OoO risc cpu with nice diagrams and a walk through a few execution cycles - https://ece.umd.edu/~blj/RiSC/RiSC-oo.1.pdf
90.
▲
by
devttyeu
8y ago
There is a repo with simple examples to help get started - https://github.com/libp2p/go-libp2p-examples People in IRC channels - #libp2p @ freenode (or #ipfs) - should be able to answer most of your other questions (I
More ›