Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
syn_rst
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
syn_rst
7y ago
They may not be intrinsically more sacred than anything else, but ads in general are still something to avoid. The difference in reaction when adding a new ad to the web vs the CLI is analogous to dumping trash in an abandoned building vs i
2.
▲
Let's Build a Compiler
(generalproblem.net)
363 points
by
syn_rst
7y ago
|
47 comments
3.
▲
by
syn_rst
7y ago
I didn't see that, but it might be because I block JS in general by default.
4.
▲
by
syn_rst
7y ago
Depending on what syntax constructs are available, it's possible to achieve clarity without the verbosity or "line noise factor." For example, in Rust you could write that same code as: match a.cmp(&b) { Orderin
5.
▲
by
syn_rst
7y ago
WSL fails in a lot of use cases due to the NT kernel's poor performance when creating processes, slowness in the translation layer when accessing files, and the like. It's essentially the reverse case of telling Windows users to &
6.
▲
by
syn_rst
7y ago
I don't really like it either, but the "future use for expression-oriented operators" aspect makes it easier to swallow. I'd rather deal with some slightly odd notation that accurately represents what's going on t
7.
▲
by
syn_rst
8y ago
I built a workstation with a Threadripper earlier this year, and I couldn't be happier so far. The single-core performance advantage of Intel parts isn't that big, and you get a ton of cores and PCIe lanes in exchange.
8.
▲
by
syn_rst
8y ago
Like this: fn leak() { // Create a 1KiB heap-allocated vector let b = Box::new(vec![0u8; 1024]); // Turn it into a raw pointer let p = Box::into_raw(b); // Then leak the pointe
9.
▲
by
syn_rst
8y ago
Switching distros seems a little drastic given the problem. Why not just fix the AUR package? That'd probably take less time than reconfiguring everything.
10.
▲
by
syn_rst
8y ago
You're considering network transmission time, by which cached JS is indeed free, but ignoring parse/JIT time and CPU usage as factors. Processors aren't getting any faster, and all that client-side rendering code has a very r
11.
▲
by
syn_rst
8y ago
I'm pretty happy about the GlobalAllocator stabilization. Now you can run Massif and Heaptrack on rust code without switching to unstable!
12.
▲
by
syn_rst
8y ago
"Command and Control: Nuclear Weapons, the Damascus Accident, and the Illusion of Safety" is pretty good. I read it a while back after seeing it linked here. https://www.amazon.com/dp/B00C5R7F8G?ref_=k4w_ss_dp
13.
▲
by
syn_rst
8y ago
That's exactly the problem: they work well enough for some limited applications. Thing is, "well enough" isn't a reason to get people moving to MS's platform - if I already have a great dev environment that runs o
14.
▲
by
syn_rst
8y ago
It doesn't get more web-scale than `/dev/null`. Unlimited throughout, zero latency, full availability and consistency even in the presence of partitions, and constant network usage for any number of nodes! There's a chan
15.
▲
by
syn_rst
9y ago
I've run into it before, but it's not usually too serious. It only usually happens on lines with compound expressions or chained calls like this: foo.into_iter().map(|x| x+1) .filter(|y| y > 2) My working theory is
16.
▲
by
syn_rst
9y ago
I've been thinking about switching to either FastMail or ProtonMail for a while, and an open-source client solution for Linux would eliminate the only remaining reservations I have (inability to use mutt and running unauditable JS with
17.
▲
by
syn_rst
9y ago
I use Pandoc ( http://pandoc.org ) on a regular basis for converting plaintext/Markdown documents into PDFs or Microsoft Word files.
18.
▲
by
syn_rst
9y ago
And yet somehow neither of them can compare to text-mode editors built more than 30 years ago.
19.
▲
by
syn_rst
9y ago
The hardware and OS are fine. The problem is the web platform and its towering stack of abstractions, combined with the occasional problem of focusing on aesthetics over utility. I haven't yet experienced a web-based application that I
20.
▲
by
syn_rst
9y ago
Not quite. The societal acceptance of discrimination based on genome is missing, and that was a big part of Gattaca's impact. Unless that becomes a possibility, I'm happy that we can cut down on the randomness of the genetic lotte