Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dthul
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dthul
3y ago
Telling someone they got fired for performance reasons when that's not actually true is outright evil. (Of course we don't know for certain whether that's what happened here, but it sure does look like it)
2.
▲
by
dthul
3y ago
I was thinking that the "power extraction" might attenuate the signal too much, and it would probably lower the power output since you need to modulate the light to transmit data, instead of having it on full brightness all the ti
3.
▲
by
dthul
3y ago
I wonder if you could send power at one wavelength, and data at another wavelength, over the same fibre.
4.
▲
by
dthul
3y ago
That's trying to put words in my mouth. We were talking about creative expression being taken away by AI, and I argued that artists can still retain creative expression, and that these AI tools make it possible for more people to expre
5.
▲
by
dthul
3y ago
> which you would know if you ever tried to draw anything I know exactly how hard it is to draw anything because I tried a bunch of times, and failed. I for one am happy that I can now express my creative ideas, which I couldn't do
6.
▲
by
dthul
3y ago
That sounds like a very Luddite view. Why wouldn't artists be able to use AI selectively to automate "boring" tasks (such as filling the sky of an image with clouds) while still retaining overall artistic control?
7.
▲
by
dthul
3y ago
I suppose the vendor could sell a home server device, which runs some kind of Tailscale-like technology to make it available from the internet, and the app talks to that locally hosted server.
8.
▲
by
dthul
3y ago
My teacher made me do a full force brake during my training. It was more intense than I had anticipated, and my teacher forgot that he still had his sunglasses on his head, which promptly smashed into the windshield :D
9.
▲
by
dthul
3y ago
Defining "normal" code as "not having UB" is quite disingenuous though, isn't it? Iterating over a vector while adding elements for example looks normal, but isn't generally safe, unless you know to pre-allocat
10.
▲
by
dthul
3y ago
I work with both, having started with C++ about 17 years ago, and agree that Rust feels like a relatively simple language compared to C++. Rust might feel harder to learn initially because the borrow checker won't let you compile certa
11.
▲
by
dthul
3y ago
I know one company who offers that (there might be more): https://www.grando.ai/en/container
12.
▲
by
dthul
3y ago
Quite a few parts of Servo were actually integrated into Firefox/Gecko (such as Stylo).
13.
▲
by
dthul
3y ago
Ever since I learned of sum types, they have ruined my enjoyment of programming languages which don't have them. I sorely miss them in C++ for example (and std::variant is not a worthy alternative). I don't understand why any new
14.
▲
by
dthul
3y ago
That depends on the type you use to represent errors. A more "fancy" error type will allow you to add context / backtraces / whatever you want, while a simpler error type, for example just an error code, does not. (The e
15.
▲
by
dthul
3y ago
There is an interesting approach to this in Rust: if a potentially breaking change (e.g. a soundness fix) is being proposed, they usually test it against all publicly available Rust code.
16.
▲
by
dthul
3y ago
Works fine for me (shows up as normal quotes, not fancy quotes).
17.
▲
by
dthul
4y ago
I was instantly reminded of the same. I can recommend the documentary, it's the first time I saw an actual example of scientific fraud at this scale.
18.
▲
by
dthul
4y ago
Are they better than the IKEA version?
19.
▲
by
dthul
4y ago
Nice bit of insight! For anyone confused like me: I believe it should read "about 10^-7 mols of hydronium ions per liter", which is about 6*10^16 ions per liter.
20.
▲
by
dthul
4y ago
I get that mistakes can happen, but companies filing frivolous DMCA notices should be barred from this avenue in the future. Further, YouTube's appeals process is fundamentally broken if it can't get such obvious cases right.
21.
▲
by
dthul
4y ago
I noticed the same issue. But does the ground connection of the wall plug side of the transformer actually make a difference? I'm not good with electrics but I always thought the other side of a transformer is electrically isolated and
22.
▲
by
dthul
4y ago
Reported here: https://newsletter.pragmaticengineer.com/p/the-scoop-30 He usually has very accurate inside information.
23.
▲
by
dthul
4y ago
It's humiliating because printing out code (or more commonly "printing out emails") is literally a meme, and I have read multiple articles alleging that after printing, the employees were instructed to shred the papers, witho
24.
▲
by
dthul
4y ago
Sure, but I wouldn't say that's easy.
25.
▲
by
dthul
4y ago
Having used both C++ and Rust extensively, I would say that it is easier to get something to compile in C++ than in Rust, but I find Rust overall much easier. C++ is really very complex, and even after more than a decade of using it there a
26.
▲
by
dthul
4y ago
Smart pointers and other managed types are nice, but memory errors are still easy to make, e.g. pushing into a std::vector from several threads.
27.
▲
by
dthul
4y ago
Maybe we'll have quantum cards in the future like we have graphics cards now, making it available in many devices.
28.
▲
by
dthul
4y ago
Stack based languages really have a way of messing with your head but being fun at the same time. I wouldn't want to maintain a larger system in such a language though.
29.
▲
by
dthul
4y ago
Haha, not to take anything away from the article but I found it funny that it starts with saying that the colors are "extremely saturated", but the image they chose for the article looks actually somewhat de-saturated to me (or if
30.
▲
by
dthul
4y ago
Any good resources for a tech employee to learn about these things without having studied it?
More ›