Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
FrozenVoid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
FrozenVoid
4y ago
Writing userscripts and CSS filters becomes more tedious each few years, especially mucking with dynamic DOM and complex frameworks websites tend to use now. WASM and obfuscated/minified javascript made "programmable web" im
2.
▲
by
FrozenVoid
4y ago
Lambdas can still be written using GCC extensions. https://github.com/FrozenVoid/C-headers/blob/main/lambda.h
3.
▲
by
FrozenVoid
4y ago
Wikipedia is not a reliable source for anything that is remotely controversial or recent(as in last 20 years), as there always people who have agenda to 'correct the record' on something.
4.
▲
by
FrozenVoid
4y ago
I just binge watched a dozen videos, this is probably my new favorite genre. The complexity and speed are on par with very fast electronic but far more pleasant(like classical orchestra). Are all such Black MIDI using only piano notes or t
5.
▲
by
FrozenVoid
4y ago
Body could be 'subtle' astral/etheric matter. Flesh is strictly physical biological matter.
6.
▲
by
FrozenVoid
4y ago
Well, the little tigers can be dangerous and hold pathogenic bacteria in their little claws. You'd be nervous too if that thing could claw at your eye at any moment. Plus they could carry toxoplasmosis and tons of infections picked up
7.
▲
by
FrozenVoid
4y ago
I'd play it safe and eat only natural sweeteners like inulin/stevia/xylitol. Gut microbes haven't evolved to expirience the whole array of artificial sweeteners.
8.
▲
by
FrozenVoid
4y ago
It won't work: Left doesn't acknowledge the benefits of meritocracy. Right is anti-intellectual and suspicious of progress. There is no social movement supporting intellectual achievement: the public is focused on cheap infotainme
9.
▲
by
FrozenVoid
4y ago
What happens with code that uses lots of gotos(incl. computed gotos)?
10.
▲
by
FrozenVoid
4y ago
> beautiful in an intangible way Perhaps the older lens has more pleasing colors: normally absorbing a bit more of hi-freq(blue/violet) lens a comfy "orange sunset" effect and warm atmosphere. Modern digital cameras tend
11.
▲
by
FrozenVoid
4y ago
Combsort is far more elegant and faster algorithm. I've wrote a type-generic combsort a while ago here: https://github.com/FrozenVoid/combsort.h (Combsort as well as mentioned algorithm also consists of two loops
12.
▲
by
FrozenVoid
4y ago
For anyone interested there is repo(by the author) on github with the copy of code: https://github.com/granstrom/intuitionistic
13.
▲
by
FrozenVoid
4y ago
Check https://en.wikipedia.org/wiki/Symmetric_level-index_arithmet...
14.
▲
by
FrozenVoid
4y ago
So does this mean chlorella can be mass-produced cheaper than crops? This would be a second "Green Revolution" if this scales up, it will free up lots of land.
15.
▲
by
FrozenVoid
4y ago
I prefer the flexibility of computed gotos a GCC extension that is likely the fastest dispatch method outside of compile-time. With computed gotos, you can have arbitrary dispatch complexity and structure, interleave code(e.g./code1&
16.
▲
by
FrozenVoid
4y ago
consider the baseline state of the world, what pleasures are Not mindless escapism or illusion of plenty? I don't want to deceive myself that if i'd have some mundane pleasure it somehow compensates the entire weight of the worl
17.
▲
by
FrozenVoid
4y ago
The fundamental problem as i see it: Nuclear is profitable/possible only at large scale, it cannot 'scale down', unlike e.g. wind/wave turbines you can't buy a mini-reactor because the industry is very regulated(and
18.
▲
by
FrozenVoid
4y ago
Easy way to discern if site is social Cookie Clicker: 1.Does it provide a rating/score for content. 2.Does it reward users with larger rating/score? 3.Does it limit users with lower rating/score? If all three question are pos
19.
▲
by
FrozenVoid
4y ago
Youtube can be "Trained" (with a blank profile/container) into TikTok type content by repeatedly watching first recommended video and skipping videos in 2-3 secs.
20.
▲
by
FrozenVoid
4y ago
Back when youtube had a good UI it was real ratings, you could rank videos 1-5 https://techcrunch.com/2009/09/22/youtube-comes-to-a-5-star-... then it """optimized""" out the mid
21.
▲
by
FrozenVoid
4y ago
Society medicalizes outliers, the common 'nerd' in 1980's would be labeled as 'aspie' or autistic today. The cultural status has changed drastically, since technological skill became a valued commodity but judgeme
22.
▲
by
FrozenVoid
4y ago
> C coders like C to the exclusion of all else, or they would have abandoned it long ago. Those irrational people seem to have code that doesn't require rewrites/refactoring every few years. Switching to an entirely new ecos
23.
▲
by
FrozenVoid
4y ago
People laughed at Stallman calling mobile phones 'tracking devices', yet he was proven correct time and time again. Even with limited data, there are methods to reconstruct all locations and activities.
24.
▲
by
FrozenVoid
4y ago
#define CLEARBIT(a,p) = ((a) &= ~((typeof(a))1 << (p)))
25.
▲
by
FrozenVoid
4y ago
C macros are as abstract or even more abstract than hygienic macros https://github.com/BlueFlo0d/CSP https://github.com/FrozenVoid/C-headers/blob/main/argmanip.h
26.
▲
by
FrozenVoid
4y ago
C macros are powerful enough to create entire functional languages at compile time, which is far beyond any constexpr functions. https://github.com/rofl0r/order-pp
27.
▲
by
FrozenVoid
4y ago
zig comptime is the same as constexpr/consteval in C++ which operate on variables and valid code blocks. C macros operate on arbitrary tokens, which get converted to code or constants. For example variadic functions can be impleme
28.
▲
by
FrozenVoid
4y ago
Could you explain what happens when you read text?
29.
▲
by
FrozenVoid
4y ago
It is a general capability to modify C code at will, example: https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
30.
▲
by
FrozenVoid
4y ago
Lack of macros in recent systems languages like Zig/Hare/etc seems to be a design flaw, a handicap marketed as safety feature or bargain for clarity. If a language can't replace C macros, it cannot replace C.
More ›