Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kangalioo
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
kangalioo
3y ago
WebAssembly is not without tradeoffs either. I'm not an expert, but it's often heavier due to bundling the native language's stdlib; it's annoying to interop with the browser environment because that's still JavaScr
32.
▲
by
kangalioo
3y ago
Good point. When I'm going back and forth writing code and checking its assembly, I also reason about the compiler almost like an intelligent being: "oh, it doesn't see this condition, so if I help it a little bit, then... Ah
33.
▲
by
kangalioo
3y ago
In the linked answer, there's a two-word full answer phrase: > So I would cut this down to something like nimium valedīxit or totiēns valedīxit: "she bade farewell too much before" or "she bade farewell so many times
34.
▲
by
kangalioo
3y ago
Roughly 2x slower in my experience. The main annoyance are the many changes. Every change carries risk of missing the connecting train
35.
▲
by
kangalioo
3y ago
s/frequently/likely (Large language models are not plain Markov chains, contrary to popular belief)
36.
▲
by
kangalioo
3y ago
To be fair this is a problem of the Rust web ecosystem. Include a few de-facto standard Rust web crates and you're up to 200 transitive dependencies
37.
▲
by
kangalioo
3y ago
This story brought me to tears within two paragraphs, wow
38.
▲
by
kangalioo
3y ago
I thought it's to transmit good reputation to Meta E.g. when people trust WhatsApp, and then see it's from Meta, they may trust Meta more too
39.
▲
by
kangalioo
3y ago
Interesting > You can launch a single X11 app from the console, and the resulting window will be your entire graphical display/instance, returning you to the console after the program terminates execution. Is this not possible with
40.
▲
by
kangalioo
3y ago
I see, thanks for explaining
41.
▲
by
kangalioo
3y ago
In what way are these "X11 apps"? Aren't those just "GUI apps that support X11"? Which is not a particularly special trait, because it applies to every Linux compatible Desktop app?
42.
▲
by
kangalioo
3y ago
Exactly, and the reason 293k boots were needed anyways is because the bug was hard to reproduce and needed thousands of boots to potentially trigger
43.
▲
by
kangalioo
3y ago
Is the purpose of this site to list which places you can reach at all with the 49€-Ticket? If so, that seems a bit useless: you can travel from anywhere to anywhere in Germany with local trains - it just takes long. In practice, you just en
44.
▲
by
kangalioo
3y ago
As per Rust reference, even a capture-less closure is a closure and distinct from an anonymous functions. Also, your arguments only partly apply in Rust. Rust doesn't heap-allocate closures. And you also often don't have to deal w
45.
▲
by
kangalioo
3y ago
Other comments are saying non-capturing closures are not closures. If we want to have this pedantic argument of definitions: proto_lambda is actually right, with Rust's definition of closures. According to the Rust reference: > Clos
46.
▲
by
kangalioo
3y ago
People keep trying to use those LLMs as if it were a search engine but it's not. The value in ChatGPT is its faithful recreation of human common sense. Use it to hold a conversation, to ask feedback on a text you wrote, to come up with
47.
▲
by
kangalioo
3y ago
Where do you get Android phones for cheaper than a Raspberry Pi (e.g. $35 for a Pi 4)?
48.
▲
by
kangalioo
3y ago
Which UI code specifically are you referring to and why would the borrow checker prevent you from factoring it out?
49.
▲
by
kangalioo
3y ago
What's the difference to just installing a different desktop environment? The author tries to explain this by portraying installing a new desktop environment as impractical: > First, I tried KDE Plasma but was quickly reminded why I
50.
▲
by
kangalioo
3y ago
> The Pile is a 825 GiB diverse, open source language modelling data set that consists of 22 smaller, high-quality datasets combined together. https://pile.eleuther.ai/
51.
▲
by
kangalioo
4y ago
There's also https://lottiefiles.com/ > A Lottie is a JSON-based animation file format that allows you to ship animations on any platform as easily as shipping static assets. They are small files that work on any de
52.
▲
by
kangalioo
4y ago
In my experience, the patterns Rust makes explicit are usually worth reconsidering and replacing. Further, it makes other common patterns more compact than in other languages: e.g. `std::fs::read()` vs the abomination with ByteInputStream a
53.
▲
by
kangalioo
4y ago
How do you remember the unique identifier?
54.
▲
by
kangalioo
4y ago
Which has been done, and I'm really sad how that effort has been overshadowed hard by GCCRS, when the latter is much more niche in its use case
55.
▲
by
kangalioo
4y ago
The point of GCCRS over rustc_codegen_gcc is to make Rust easier integrateable into other projects and build systems. If you use Cargo anyways, you're much better off using rustc_codegen_gcc
56.
▲
by
kangalioo
4y ago
I've wondered about this for ages and now know: the people who work on GCCRS wouldn't work on rustc_codegen_gcc for one reason or another (familiarity, culture, personal ideals...?). So GCCRS is not "eating away" at avai
57.
▲
by
kangalioo
4y ago
I see the point. Out of curiosity, I thought up some approaches: - disallow making function pointers of functions with default params - require explicitly passing all params when used as a function pointer - generate a trampoline function t
58.
▲
by
kangalioo
4y ago
The real world performance implication of tedious dependency management in C
59.
▲
by
kangalioo
4y ago
They didn't do it perfectly but they did it perfectly? Do you have two different definitions for "perfect" and are mixing them?
60.
▲
by
kangalioo
4y ago
Oh man I wanted to read What to Love About Incredible Fresh Bacon
More ›