Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mc10
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mc10
2y ago
Would love it if the scrollbar was draggable on iOS! I thought it was broken until I realized you can click on a spot to scroll to.
2.
▲
by
mc10
2y ago
uv is a great drop-in replacement for pip: https://astral.sh/blog/uv
3.
▲
by
mc10
2y ago
The instructions state the following: > Imagine you begin a journey in Seattle WA, facing exactly due east. Then start traveling forward, in a straight line along the Earth’s surface. Where does it say to "travel exactly due East&qu
4.
▲
by
mc10
2y ago
Perhaps the HN headline doesn't match the article, but the instructions say: > Imagine you begin a journey in Seattle WA, facing exactly due east. Then start traveling forward, in a straight line along the Earth’s surface. where the
5.
▲
by
mc10
2y ago
The Substack version says "Go east from Seattle": https://finmoorhouse.substack.com/p/go-east-from-seattle
6.
▲
by
mc10
2y ago
I don’t think this is a fair conclusion; web development is harder than desktop GUI development for various reasons. For one, clients (mobile, desktop) are drastically different with all sorts of downstream implications: - Differing scree
7.
▲
by
mc10
2y ago
Aren't these two forms isomorphic: type MyUnion = { type: "foo"; foo: string } | { type: "bar"; bar: string }; vs type MyUnion = Foo of { foo: string } | Bar of { bar: string }; You still need some
8.
▲
by
mc10
2y ago
The AgeMin/AgeMax example seems more of a deficiency due to a lack of named function parameters; it would be equally clear if it had a type signature (using OCaml as an example) of val is_admissible : min_age:int -> max_age:in
9.
▲
by
mc10
2y ago
Both Katran[1] by Facebook and Unimog[2] by Cloudflare are L4 load balancers written using XDP. It's factually incorrect to claim that XDP is useless on servers as many companies intentionally choose to design their systems around comm
10.
▲
by
mc10
3y ago
simdjson can parse JSON files at ~2.5-3GB/s: https://github.com/simdjson/simdjson
11.
▲
by
mc10
3y ago
It would be cool to also discuss how llamafiles[1] work, and how they differ from the GGUF files. [1]: https://github.com/Mozilla-Ocho/llamafile
12.
▲
by
mc10
3y ago
In this section: > I think in the context of the merge commit ours/theirs discussion earlier, HEAD^ is “ours” and HEAD^^ is “theirs”. Should HEAD^^ be HEAD^2 instead?
13.
▲
by
mc10
3y ago
I wish there was some way to evolve the DMARC spec such that only DKIM and not SPF is used for validation. Sadly things like Google Calendar invites still fail DKIM…
14.
▲
by
mc10
3y ago
Yeah I guess it depends on how sophisticated the "hiddenness" of the field is. Instead of straight up using the hidden property (which is easier for a bot to detect), you could try other things, like moving the input field offscre
15.
▲
by
mc10
3y ago
Tailscale recently announced an integration with Mullvad [1] that is probably what you're looking for: Mullvad's VPN servers act as Tailscale exit nodes, and they have servers in countries around the world. This lets any of your e
16.
▲
by
mc10
3y ago
The default relay can be found in constants.go [1]: // DEFAULT_RELAY is the default relay used (can be set using --relay) var ( DEFAULT_RELAY = "croc.schollz.com" DEFAULT_RELAY6 = "croc6.schollz
17.
▲
by
mc10
3y ago
Does this run a mini IPFS node on the sender and relayer and rely instead on the IPFS network being up to propagate the DHT changes through the network?
18.
▲
by
mc10
3y ago
This looks very different; it requires having a server to temporarily store the file, while croc and magic-wormhole directly connect two peers (via a relayer) to send the file.
19.
▲
by
mc10
3y ago
magic-wormhole (which croc was inspired by) also uses a public relay server: https://magic-wormhole.readthedocs.io/en/latest/welcome.html... Any tool that wants to reliably connect two clients P2P is going to need
20.
▲
by
mc10
3y ago
Maybe I'm thinking specifically of 1Password which can store your previously-filled out form fields as well as autofill fields like address or credit card number.
21.
▲
by
mc10
3y ago
I've heard this concept described as a "honeypot field" before and it works pretty well as you've said. I'm curious how password managers/autofill avoid tripping up though; are they able to detect that the fiel
22.
▲
by
mc10
3y ago
This comment (and the subsequent follow-up reply) violates the HN comment guidelines: - Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes. - When disagreeing, please reply to the argument instead o
23.
▲
by
mc10
3y ago
data := F.Pipe3( T.MakeTuple2("https://jsonplaceholder.typicode.com/posts/1", "https://catfact.ninja/fact"), T.Map2(H.MakeGetRequest, H.MakeGetRequest), R.TraverseTuple2(
24.
▲
The downfall of Brydge: iPad keyboard company folds
(9to5mac.com)
10 points
by
mc10
3y ago
|
1 comments
25.
▲
by
mc10
3y ago
On iOS the YouTube website only supports video resolutions up to 720p.
26.
▲
by
mc10
4y ago
Until WASM can touch the DOM you’re still going to need JS (and hence, TS).
27.
▲
by
mc10
4y ago
In your Battery settings, do you have “Wake for network access” set to “Only on Power Adapter” or “Never”? If it’s on “Always”, your laptop could just be getting woken up frequently.
28.
▲
by
mc10
4y ago
Probably not, given that their public sample code[1] has C++, Go, and Python. [1]: https://github.com/ftexchange/ftx
29.
▲
by
mc10
4y ago
SAP has a market cap of $135B, not a trillion dollar business but in the top 100 largest companies in the world.
30.
▲
by
mc10
4y ago
Reminds me of this Verge article reporting that kids growing up with iPhones don’t know what files or directories are: https://www.theverge.com/22684730/students-file-folder-direc...
More ›