dermesser's comments

dermesser | 2 years ago | on: What part of Rust compilation is the bottleneck?

It's a pleasant and practical language to write, yet fairly safe.

Imagine the safety of Rust but looking more like Python (or Haskell...), the concurrency of Go (since V5), and without a borrow checker (but a GC instead).

dermesser | 2 years ago | on: The Bipolar Lisp Programmer (2007)

One piece of advice: some things in university might be pointless and/or hard. Treat it like a game, the goal is usually quite clear (grades, passing, etc.) and work as much as you can to achieve the best results. Don't think too much about whether there's a point, and if it's boring, find ways to not make it boring (read more literature about it, solve trickier problems)...

dermesser | 2 years ago | on: Airlines are a lot like central banks (2020)

But that's only because (unfortunately for the airlines) miles are not a universally accepted currency. Just like some poorer countries needing to be bailed out by the IMF, despite issuing their own currency.

dermesser | 2 years ago | on: ASML EUV lithography machine could keep Moore’s Law on track

A single beam column with the machine around it costs millions already, and takes quite some space. Wafers are simply not large enough to accommodate more than, I'd guess, two or three columns at the same time. Each with independent optics.

A somewhat simple 2x2 cm Si photonics Chip in my line of work takes about 24h exposure for two layers - a full scale wafer is hundreds of times larger, more complex, and has dozens of layers. The math, physics, and geometry just don't really work out (yet)

dermesser | 2 years ago | on: ASML EUV lithography machine could keep Moore’s Law on track

This is called electron beam writing, and is done routinely in research settings and to write the lithography masks, but does usually not have the required throughput for a production line. The upside of mask-based lithography is that all structures are exposed at once.

dermesser | 2 years ago | on: Thunderbird 115

Not to detract from Thunderbird's deserved attention, but I've been using Evolution for many years, and search is delightfully instantaneous.

dermesser | 2 years ago | on: Joplin – An open-source note taking and to-do application with synchronisation

> Why not joplin? Mostly because joplin stores notes in an sqlite database instead of a simple folder structure making it not easily accessible by normal unix tools and editors.

But instead much more accessible to any kind of software, including a five line python script. While plain text files are useful, they shouldn't be taken to be the only true and accessible way of storing data, even textual ones.

page 1