Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dithered_djinn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Hovering guitar strings (Using powerful magnets) [video]
(youtube.com)
1 points
by
dithered_djinn
8mo ago
|
0 comments
2.
▲
cjsawk: A Self-Hosted Compiler for a Subset of C, JavaScript, and Awk
(youtube.com)
2 points
by
dithered_djinn
10mo ago
|
1 comments
3.
▲
by
dithered_djinn
10mo ago
This talk describes the implementation of a self hosted C compiler that is implemented in a dialect of C that is simultaneously valid C, JavaScript, and AWK. This allows us to ship a C compiler in source form that can be built on many diffe
4.
▲
by
dithered_djinn
1y ago
"Most of the digital functionality is emulated. Audio is not yet emulated." https://github.com/mamedev/mame/pull/13404/files#diff-f78737...
5.
▲
by
dithered_djinn
1y ago
> I'd go further and advocate for legally mandated source code escrow for copyright validity, and GPL like rights to the code once public, which would happen if the software is off the market for N years. I agree 100%.
6.
▲
by
dithered_djinn
1y ago
I see what you are saying and don't completely disagree. I however feel that the spirit of free software is to set all software free. From that it follows, that if we are going to follow the current route of complete disregard for auth
7.
▲
by
dithered_djinn
1y ago
That might indeed apply to open source software. If we instead adopt the view of free software ( https://www.gnu.org/philosophy/open-source-misses-the-point.... ), the fact that OpenAI and other large corporations tr
8.
▲
by
dithered_djinn
1y ago
Kudos for writing such a handy tool! I love the fact that it is self-contained in one file. Adding the option to filter by monospaced typefaces would make it even more amazing, imho. I would totally use a version of it that had the ability
9.
▲
Accelerate CPU Based LLM Inference with a Vector Index on the Output Embeddings
(martinloretz.com)
1 points
by
dithered_djinn
2y ago
|
0 comments
10.
▲
Woman who lived to age 117 had genes keeping her cells 'younger', study shows
(theguardian.com)
10 points
by
dithered_djinn
2y ago
|
0 comments
11.
▲
by
dithered_djinn
2y ago
Here is the full text of that article: https://www.sciencedirect.com/science/article/pii/S009167492...
12.
▲
SpaceWar is back Rebuilding the first gaming computer
(theguardian.com)
3 points
by
dithered_djinn
2y ago
|
0 comments
13.
▲
by
dithered_djinn
2y ago
No need to anthropomorphize. Suno's latest model has a generation limit of exactly 2 minutes, which explains the last sentence being left out.
14.
▲
by
dithered_djinn
3y ago
Sadly, Strange Loop's 2023 edition was announced to be the last: https://twitter.com/strangeloop_stl/status/15738005283452682...
15.
▲
Europe's deepest mine to become giant gravity battery
(independent.co.uk)
137 points
by
dithered_djinn
3y ago
|
115 comments
16.
▲
Hackintosh: OpenCore EFI for HP Pavilion Aero 13 Laptop
(github.com)
82 points
by
dithered_djinn
3y ago
|
65 comments
17.
▲
'You have blood on your hands', US senator tells Zuckerberg [video]
(youtube.com)
20 points
by
dithered_djinn
3y ago
|
38 comments
18.
▲
by
dithered_djinn
3y ago
https://youtu.be/9zxPozP4yoM
19.
▲
Some deaf children in China can hear after gene treatment
(technologyreview.com)
2 points
by
dithered_djinn
3y ago
|
1 comments
20.
▲
by
dithered_djinn
3y ago
The new treatment applies only to one specific cause of deafness at birth: a defect in a gene that produces a protein called otoferlin.
21.
▲
by
dithered_djinn
3y ago
In 2015, Spain amended its law to specifically protect its citizens from this type of activity (known as "pseudopornography"). See https://www.boe.es/diario_boe/txt.php?id=BOE-A-2015-3439 .
22.
▲
RNBO: Export Max-Like Patches to C++, WASM, VST, Max Externals & RPI
(rnbo.cycling74.com)
19 points
by
dithered_djinn
4y ago
|
0 comments
23.
▲
Binary pan-cancer distinct classes defined by YAP/TEAD activity
(cell.com)
1 points
by
dithered_djinn
5y ago
|
1 comments
24.
▲
by
dithered_djinn
5y ago
Cancer heterogeneity impacts therapeutic response, driving efforts to discover over-arching rules that supersede variability. We define pan-cancer binary classes based on distinct expression of YAP and YAP-responsive adhesion regulators. We
25.
▲
by
dithered_djinn
6y ago
https://github.com/MeteorStudioASU/lcc/pull/5
26.
▲
by
dithered_djinn
6y ago
It already compiles on Linux without any modifications whatsoever: g++ -O2 -march=native -mtune=native -D__LINUX_PULSE__ -D__LINUX_ALSA__ -D__UNIX_JACK__ \ lcc_rtaudio.cpp RtAudio.cpp -o lcc -pthread -ljack -lasound -lpulse-simpl