Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
GrumpySloth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
121.
▲
by
GrumpySloth
3y ago
Rewriting from Python to anything else would make it faster.
122.
▲
by
GrumpySloth
3y ago
I wouldn’t call D simple. The list of features seems to be endless.
123.
▲
by
GrumpySloth
3y ago
I work based on a standard labour law contract remotely and I’m not compelled to fulfil any quota of days worked from office.
124.
▲
by
GrumpySloth
3y ago
Most of German job offers I’ve seen require proficiency in the German language. That’s unlike offers from Norway, Sweden, Denmark, or Israel, where you’re only required to speak English. Nothing else is ever even suggested in those offers.
125.
▲
by
GrumpySloth
3y ago
If you consider the serpent from the garden to be Satan, then the Bible. It gave humans knowledge after all while God forbade it. This story has always reminded me of the story of Prometheus. Both were punished by gods for their gifts to hu
126.
▲
by
GrumpySloth
3y ago
Wouldn’t deleting posts of high-profile users be easily noticed and lead to Streisand effect? The article says it didn’t manage to verify the cited claims.
127.
▲
by
GrumpySloth
3y ago
> Iron Truth claims its tech industry back channels have led to the removal of roughly 1,000 posts tagged by its members as false, antisemitic, or “pro-terrorist” across platforms such as X, YouTube, and TikTok. Does anyone know if tha
128.
▲
by
GrumpySloth
3y ago
(2013)
129.
▲
by
GrumpySloth
3y ago
You need to use sudo. I have SIP enabled and use DTrace regularly. Trust me, it works. (As long as you use it properly, i.e. not like an alias for strace the way you tried here.)
130.
▲
by
GrumpySloth
3y ago
SIP doesn’t block dtrace. You can use it just fine to e.g. trace dynamic library function calls. What really is a problem on MacOS is that they stopped shipping kernel syscall symbols. So you can’t trace syscalls anymore in the default setu
131.
▲
by
GrumpySloth
3y ago
There is one joystick in the photo. It’s even labeled "JOYSTICK". :)
132.
▲
by
GrumpySloth
3y ago
> In my experience international train travel in Europe is always more expensive, sometimes 3-4 times more expensive, than airtravel. Not necessarily. Look at this itinerary e.g.: < https://thesavvybackpacker.com/chea
133.
▲
by
GrumpySloth
3y ago
Your second link also gives an alternative explanation of people being motivated economically, not environmentally. And quote from the first link: > 91% say they want to replace short-distance flights by fast, low-polluting trains in co
134.
▲
by
GrumpySloth
3y ago
This point is repeated many times throughout the article. It’s not picking, unless you mean I should ignore half the article.
135.
▲
by
GrumpySloth
3y ago
I can see reduced prices driving the demand. I doubt about the reduced emissions part. Why should I believe that that’s what’s driving people? To me it just sounds like a marketing spin. Don’t get me wrong: it’s cool that people are choosin
136.
▲
by
GrumpySloth
3y ago
The convenience is very much new. 15 years ago in Poland it was completely normal for a train to have multi-hour delays. Now it’s not, and the trains are getting a lot faster. E.g. currently it takes 2h-2h 22m to go from Warsaw to Gdańsk.
137.
▲
by
GrumpySloth
3y ago
> Amid concerns about climate change, demand for rail service is strong This attempt at spinning it as people being motivated to use trains out of concern for the climate is hilarious. Almost nobody thinks like that. Trains are just a
138.
▲
by
GrumpySloth
3y ago
A curious thing about Swift: after https://github.com/attractivechaos/plb2/pull/23 , the matrix multiplication example is comparable to C and Rust. However, I don’t see a way to idiomatically optimise the sudo
139.
▲
by
GrumpySloth
3y ago
> Clojure is 16 years old, how is that hipster tech? Common Lisp is 39 years old and it’s hipster tech. APL is 57 years old and it’s hipster tech. You can be a hipster at any age. (And it’s not a bad thing.)
140.
▲
by
GrumpySloth
3y ago
It’s only transparent for types that already implement copy-on-write. For custom types you need to implement it yourself, using reference typed private properties.
141.
▲
Arcan Display Framework Receives Funding as Innovative Wayland Alternative
(phoronix.com)
2 points
by
GrumpySloth
3y ago
|
0 comments
142.
▲
by
GrumpySloth
3y ago
What’s the difference?
143.
▲
by
GrumpySloth
3y ago
If you call mmap/VirtualAlloc/open/fopen in your constructor and later it throws, you will have a resource leak, because the destructor won’t clean it up.
144.
▲
by
GrumpySloth
3y ago
If you call mmap/VirtualAlloc/open/fopen in your constructor and later it throws, you will have a resource leak, because the destructor won’t clean it up.
145.
▲
by
GrumpySloth
3y ago
C++ and Java, which have many implementations, also have proprietary distributions, see Apple’s fork of Clang, Microsoft’s MSVC, Azul VM, Jamaica VM, ... And some of them are pretty nice. Life is good.
146.
▲
by
GrumpySloth
3y ago
Maintaining state invariants is trivial without exceptions thrown from constructors. Just make constructors private and write a public static factory method. Allowing exceptions in constructors on the other hand creates the problem of: what
147.
▲
by
GrumpySloth
3y ago
Depends on the number of people in the photo. And on whether you can identify the face of the person in the photo. E.g. recently when many people used facemasks that made a lot of photos of them legal to publish. And if there is a crowd of
148.
▲
by
GrumpySloth
3y ago
Measurements suggest that binary search is at least competitive with linear search and is often the winner, so it’s a reasonable default[1]. But naive binary search can also be improved upon by dividing the searched space into 3 subranges i
149.
▲
by
GrumpySloth
3y ago
> We can already do that at leisure, but most would not care to go a whole day (let alone every day) trudging around by necessity. We can do that at best 2/7 days a week. In reality, modern life forces us to dedicate even less tim
150.
▲
by
GrumpySloth
3y ago
Yes? Spend a day endlessly walking (roaming), searching in the forest for berries, mushrooms etc., doing hand-to-hand combat, hunting... Spend a day in front of a computer. Which one do you think will end in a feeling of happiness?
More ›