Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devttyeu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
61.
▲
by
devttyeu
2y ago
Could probably make a decent dataset from VR headset tracking cameras + motion sensors + passthrough output + decoded hand movements
62.
▲
by
devttyeu
2y ago
The "We live in a simulation" argument just started looking a lot more conceivable.
63.
▲
Show HN: 280x280 Massively Multiplayer chess (Desktop only)
(chess280.com)
5 points
by
devttyeu
2y ago
|
1 comments
64.
▲
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
65.
▲
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
66.
▲
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
67.
▲
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)
68.
▲
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
69.
▲
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
70.
▲
by
devttyeu
3y ago
That is exactly what Bluesky lets you do
71.
▲
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.
72.
▲
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
73.
▲
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
74.
▲
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
75.
▲
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
76.
▲
by
devttyeu
6y ago
It doesn't, you still have to do the same amount of work to find the collisions.
77.
▲
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
78.
▲
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'")
79.
▲
by
devttyeu
7y ago
Most likely voltage regulotor coils (which live in PSU / GPU or motherboard)
80.
▲
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/ )
81.
▲
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
82.
▲
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
83.
▲
by
devttyeu
7y ago
I first got into Linux because Minecraft ran better on it... this was almost 8 years ago.
84.
▲
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
85.
▲
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
86.
▲
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
87.
▲
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
88.
▲
by
devttyeu
8y ago
Git over IPFS is already WIP: There is mostly functional git remote - https://github.com/ipfs-shipyard/git-remote-ipld - It's still missing "full" remote tracking with IPNS, that will get implemented soo
89.
▲
by
devttyeu
8y ago
It actually presents itself to the system as a single node: On a TR 1920x system: $ numactl --hardware available: 1 nodes (0) node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 node 0 size: 32107 MB node
90.
▲
by
devttyeu
9y ago
By default every node acts as DHT server. If you have easily reachable node this is fairly typical load. You may opt-out from serving DHT requests by adding --routing=dhtclient parameter to the daemon.
More ›