Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
KerrAvon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
391.
▲
by
KerrAvon
2y ago
The registrant is itch.io. Sounds like victim blaming.
392.
▲
by
KerrAvon
2y ago
You may wish to talk to someone to evaluate whether the company you work for might be completely dysfunctional-- none of that list sounds like it's coming from a healthy place. > 9. Managers usually can never be a normal employee ag
393.
▲
by
KerrAvon
2y ago
Ruby was always faster than people gave it credit for.
394.
▲
by
KerrAvon
2y ago
If you're implementing C23 compatibility, you could do auto p = (thing_t *)malloc(sizeof(thing_t)); and you get both DRY and avoid (void *) casting.
395.
▲
by
KerrAvon
2y ago
I disagree with that advice, FWIW -- (void *) is the cause of a lot of bugs in C programs, and much stricter type checking was often the norm for compilers like CodeWarrior on platforms like classic Mac OS, where (a) if you got something wr
396.
▲
by
KerrAvon
2y ago
This isn't an inherent problem with RAII; it's a design/architecture problem. Not every object needs a destructor; if free() is a bottleneck, you have other serious problems that you need to address. Also, arena-type approach
397.
▲
by
KerrAvon
2y ago
Arainach nails this below
398.
▲
by
KerrAvon
2y ago
He wasn't _that_ young, and it's something literally every person with extreme wealth does as part of their normal financial management process. You frequently interact with lawyers and CPAs who advise you on these things as part
399.
▲
by
KerrAvon
2y ago
re: 4 -- Facebook and reactionary politics have been hand in hand from the beginning of general public access to Facebook -- the world would be in a much better place without it.
400.
▲
by
KerrAvon
2y ago
The government desperately wants US fabs because the military requires tech and it's increasingly dangerous to rely on globalization when the globe is going nuts -- the rest of it doesn't really matter.
401.
▲
by
KerrAvon
2y ago
That assumes a functional antitrust mechanism. We don't know what the next admin will do yet other than attempt technically illegal revenge on people they hate.
402.
▲
by
KerrAvon
2y ago
Eh, firewalls can be made strong enough, at least for some things. A software parallel is: you are Apple / Facebook, do you use Azure and/or AWS? I wouldn't, if it were me, but they do.
403.
▲
by
KerrAvon
2y ago
That sort of transition would be managed unambiguously. This is a firing.
404.
▲
by
KerrAvon
2y ago
C++ language spec doesn't specify and doesn't care about ABI (infamously so; it's kept the language from being used in many places, and where people ignored ABI compat initially but absolutely needed it in the future, as with
405.
▲
by
KerrAvon
2y ago
IANAL, but I don’t think this is correct
406.
▲
by
KerrAvon
2y ago
I feel the need to point out that `const` is a viral annotation in C++
407.
▲
by
KerrAvon
2y ago
what? how do you measure deaths per kWh for solar power and get anything above background noise?
408.
▲
by
KerrAvon
2y ago
Nonsense. Buy an LG TV of any kind. Never connect it to the internet. Plug in an Apple TV (or Linux HTPC box of your choice). Ad-free TV at consumer prices. edit: not just OLED
409.
▲
by
KerrAvon
2y ago
`short c = a * b` can be both well-defined and a serious bug if (a * b) is greater than `sizeof(short)`. Whether it _is_ a bug depends on what you're doing. Swift has units as part of the standard library. In the sense that matters her
410.
▲
by
KerrAvon
2y ago
Isn't something fundamentally broken with either the kernel or the adoption process if that's true? It seems like you should be able to do fast async I/O without the kind of privilege escalation vulnerabilities that are still
411.
▲
by
KerrAvon
2y ago
Wikipedia: > In June 2023, Google's security team reported that 60% of the exploits submitted to their bug bounty program in 2022 were exploits of the Linux kernel's io_uring vulnerabilities. As a result, io_uring was disabled
412.
▲
by
KerrAvon
2y ago
None of that stuff was pre-NT, though. Windows 2.1 was not something you'd want to deploy on an ATM.
413.
▲
by
KerrAvon
2y ago
This is really the issue with the article -- it's the CS equivalent of pop-psych feel-good advice like "write a page every day and you'll have a novel before you know it." It doesn't solve your actual problems. It d
414.
▲
by
KerrAvon
2y ago
If you knew how to design programs you could run it all on a single box and wouldn’t have to design “systems.” I’m being slightly facetious, but only slightly. If you really think everything is solvable with arrays, you are not going to sca
415.
▲
by
KerrAvon
2y ago
Neither they nor Masto were ready for the scale at the time. Mastodon had a lot of difficulty -- servers were slow and broken for a while. BlueSky was also not a practical Twitter replacement for a lot of people until a few weeks (!) ago wh
416.
▲
by
KerrAvon
2y ago
Tesla is a memestock. There's no reason it should be as high as it is; the fundamentals aren't that great and Musk is a danger to the company whether he's in or out of government.
417.
▲
by
KerrAvon
2y ago
Right wing media has been making people feel bad for 25 years straight now. They radicalized an entire generation and made them fear brown people and Democrats. Despite the fact none of it's reality-based. It's not working out too
418.
▲
by
KerrAvon
2y ago
definitely printing fewer lies in the newspaper than Bezos
419.
▲
by
KerrAvon
2y ago
I guarantee you these do not add up to a billion dollars.
420.
▲
by
KerrAvon
2y ago
turns out Swift is pretty difficult to use in frameworks compared to other executables
More ›