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: Motorola devices start showing mysterious “Test for Ricardo” error message
I can confirm this, happened twice this week.
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
Just putting chips into things that didn't have them before and still don't need them
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: SpaceX punched a hole in the ionosphere
If you look in another field, the default wavelength (wave number) unit is 1/cm. Meaning, there's not really a default wavelength unit.
dermesser
|
2 years ago
|
on: Electric bike, stupid love of my life
Go ahead then, we'll read it if it's poetic enough!
dermesser
|
2 years ago
|
on: Electric bike, stupid love of my life
Yes, if your bicycle costs $100. But why insure it then?
dermesser
|
2 years ago
|
on: The deindustrialization of Germany
Once you're the schmuck, or your company starts laying off, you'll start appreciating it. (As has recently happened in my family)
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: Google’s medical AI chatbot is being tested in hospitals
Got it, so it's only for poor people :^)
dermesser
|
2 years ago
|
on: The Development of the C Language (1993)
Great, so now we're writing our own memory allocator?
dermesser
|
2 years ago
|
on: The Development of the C Language (1993)
Except that that's a linked list and not an array.
dermesser
|
2 years ago
|
on: The Development of the C Language (1993)
Except that more efficient solutions can be implemented much more practically? Solutions that you'd need to bend over backwards for in C?
dermesser
|
2 years ago
|
on: The Development of the C Language (1993)
Six arguments - seriously? Avoiding that is the point of generic programming, and probably more efficient there too
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.
dermesser
|
2 years ago
|
on: Germany Achieves Record 57.7% Renewable Energy Share for First Half of 2023
Governments issue money, so yes they kind of do have magic money. Certainly a different access to money than private entities.
dermesser
|
2 years ago
|
on: Germany Achieves Record 57.7% Renewable Energy Share for First Half of 2023
I'd like to see you drive your sedan through just 4 miles of Colombian Amazonas Jungle. See: Cars are impractical!
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).