Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sixthDot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
sixthDot
1mo ago
Indeed. I was about to comment "no shit Sherlock".
2.
▲
by
sixthDot
1mo ago
As french citizen what I can say is: Parliamentary time wasted. During the initial work the deputees that have initiated the project could have figured out that the constitutional court would, in fine, block the text.
3.
▲
by
sixthDot
1mo ago
strong argument
4.
▲
by
sixthDot
1mo ago
("-")
5.
▲
by
sixthDot
2mo ago
What you describe cant be the reason because then the "access denied" would happen whatever the browser used is.
6.
▲
by
sixthDot
2mo ago
Some streams of the EarthCam channel (Temple Bar, New Orlean, etc). A bit of Virtual Railroad fans too (Revelstoke, Flagstaff, etc). Truck driving lives (esp. because of engine sounds, good for concentration). During U.S winter storms some
7.
▲
by
sixthDot
2mo ago
Yes, every two days or so. An hygiene measure to prevent "history detection attacks". The routine consists into deleting everywith but the passwords. Actually "chrome://settings/clearBrowserData" is even i
8.
▲
Ask HN: "Access Denied" on every visit to Codeberg since a month or so?
2 points
by
sixthDot
2mo ago
|
2 comments
9.
▲
by
sixthDot
4mo ago
That is funny, somewhat works but there's a bias toward the victorian era. https://halupedia.com/the-x128-cpu-architecture . Otherwise I feel sorry for the creator's tokens.
10.
▲
by
sixthDot
5mo ago
https://github.com/vlang/v
11.
▲
by
sixthDot
5mo ago
I think Pentium will still be supported. i486 refers to very old 32 bits CPU (80486). The article is not clear but by default I tend to think that i586 and i686 will still be supported.
12.
▲
Has GitLab Felt into the Enshittification?
(gitlab.com)
4 points
by
sixthDot
6mo ago
|
1 comments
13.
▲
by
sixthDot
6mo ago
When a team is so much into its own littke bubble, it does not realize anymore the shit they are doing
14.
▲
by
sixthDot
6mo ago
This work on system of weight: > For each option and criterion, you assign a rating (0–10). Each criterion has an importance weight (1–5 stars). Decidit multiplies rating × weight and sums the values – the option with the highest score w
15.
▲
by
sixthDot
6mo ago
So eventually that would be used to poison communications, just in case of Iranian would use that old channel, which then would also mean that it's been cracked a while ago. That's absurd but I like this kind of little stories.
16.
▲
by
sixthDot
7mo ago
> When a wealthy artist bought the island [...] Not an artist. British businessman and Winter Olympian. See https://en.wikipedia.org/wiki/Keith_Schellenberg .
17.
▲
by
sixthDot
8mo ago
Also the C API is a bit the poor child. Plenty of useful options (or even opt passes !) are not available.
18.
▲
by
sixthDot
9mo ago
If only that was only about emitting byte code in a file then calling the linker... you also have the problem of debug information, optimizers passes, the amount of tests required to prove the output byte code is valid, etc.
19.
▲
by
sixthDot
9mo ago
Another one bites the dust
20.
▲
by
sixthDot
9mo ago
The bigest anoyance nowadays (in the EU at least) is rather the cookie policy agreement. "View the list of our 258 partners", etc.
21.
▲
by
sixthDot
9mo ago
That remind me of The Ax [0] [0] https://www.imdb.com/title/tt0422015/
22.
▲
South Atlantic Anomaly
(en.wikipedia.org)
3 points
by
sixthDot
9mo ago
|
2 comments
23.
▲
by
sixthDot
9mo ago
How this was discovered is incredible. An amator satelite was lauched. operators collected data. At some point they had the idea to plot them. That gave a big stain in the south atlantic.
24.
▲
by
sixthDot
10mo ago
Not into ZIG but for some reasons I monitor new issues that pop in the bug tracker of "new" / "raisins" languages. ZIG has clearly reached the next level, let's say if you compare the issues two years ago (lot
25.
▲
by
sixthDot
10mo ago
I've wrote a lot of `xor al,al` in my youth.
26.
▲
What is the sense of agency and why does it matter?
(frontiersin.org)
3 points
by
sixthDot
10mo ago
|
2 comments
27.
▲
by
sixthDot
10mo ago
related researches - https://pmc.ncbi.nlm.nih.gov/articles/PMC7264682/ - https://psycnet.apa.org/record/2014-51129-001
28.
▲
by
sixthDot
11mo ago
I cannot reply on the blog but to answer the author about other languages, here is the D version, using a single template: auto ref T max(T)(auto ref T u, auto ref T v) => u > v ? u : v; void main() { int a
29.
▲
by
sixthDot
11mo ago
an hygienic way to handle that is often "assert", can be a macro or a built in statement.The main problem with assertions is the side-effects. The verification must be pure...
30.
▲
by
sixthDot
11mo ago
Bound checks are usually conditionally compiled. That's more a kind of "contract" you'll verify during testing. In the end the software actually used will not check anything. #ifdef CONTRACTS if (i >= array_
More ›