Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
overfl0w
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
overfl0w
1y ago
It's unbelievable that the average human being has access to the lectures of some of the best universities in the world for free. 31 hours of in-depth mathematics by some of the best people in their field. Although I have always been s
2.
▲
by
overfl0w
1y ago
This reminds me of Asimov's Jokester story where the same themes are explored - there is an all-knowing computer but someone needs to ask the correct questions. "Early in the history of Multivac, it had become apparent that the bo
3.
▲
by
overfl0w
1y ago
This fallacy also assumes that free will exists (it does not) and you could have made different choices (you couldn't have). Accepting that your choices are not free and are influenced by multiple factors (such as your current state, y
4.
▲
by
overfl0w
2y ago
The bug in question was a out of bounds writing to a stack allocated buffer. The compiler would choose to store some variables to registers for optimization purposes. When calling a function - these registers' contents would get pushed
5.
▲
by
overfl0w
2y ago
Those are the kind of bugs one remembers for life.
6.
▲
by
overfl0w
2y ago
And then there are those rare cases where inserting a print or a new condition to use for conditional breakpoint forces the compiler to output slightly different code which does not produce the bug. Essentially this is similar to the Observ
7.
▲
by
overfl0w
2y ago
This sketch is a gem, I liked it! It is absolutely correct - people can and will divide if this is their goal. Sadly this mass social disintegration on all levels affects negatively various free software products. I don't even hold any
8.
▲
by
overfl0w
2y ago
That's not quite true though. Developers, contributors and financial supporters have been banned. "In a particularly peculiar move, a "Titanium Level" financial supporter of Godot was blocked during this mass banning cam
9.
▲
by
overfl0w
2y ago
In my opinion politics should stay out of software but sadly it gets harder and harder every day. In any case - banning people (some of them contributors and developers) from all platforms only because they suggested that Godot should "
10.
▲
Godot Responds to Mass Banning – No Apology, Blames Banned Users
(lunduke.locals.com)
13 points
by
overfl0w
2y ago
|
20 comments
11.
▲
by
overfl0w
2y ago
Good article, also has references to the glib's source. I've never dived deep into the random() system function before. This is from the man pages: "The random() function should not be used in multithreaded programs where rep
12.
▲
by
overfl0w
3y ago
RC Cars
13.
▲
by
overfl0w
5y ago
>In terms of capability, I speculate that the best an attacker can achieve is a sticky, privileged process that accepts arbitrary commands at runtime, which can be used to read the disk, analyze other running processes, install and exfil
14.
▲
by
overfl0w
5y ago
The ranges mentioned are in BGN. Nobody will pay 1.5k - 2.5k EUR to a junior. source: I work there Also this: https://noblehire.io/salary-survey-2021/
15.
▲
by
overfl0w
6y ago
This is why I believe there should be no downvote at all. Or there should be a way to see which posts are the most controversial instead of hiding them. When someone disagrees with an opinion and downvotes it - they bury it and in a way hid
16.
▲
by
overfl0w
6y ago
Yes, this is it, thank you for providing the source, it was an interesting read.
17.
▲
by
overfl0w
6y ago
Great work! I liked how well the vintage look and the modern core fit. I'm not sure where I read it but it was stated that the Geiger counters which are manufactured after the Chernobyl (?) incident were not as accurate as those manufa
18.
▲
by
overfl0w
6y ago
Sure but they are not in a public git repo and I think the public has the right to see the full story. The police are the easiest target right now but those people who take advantage on the riots to loot are kind of left out of sight.
19.
▲
by
overfl0w
6y ago
Now all we need is a similar repo for the looting and memorial vandalism.
20.
▲
by
overfl0w
6y ago
Can memory safety be ensured in the C programming language? By static analysis at compile time for example?