Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
windenntw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
windenntw
2mo ago
Greetings from Spain! We somehow got a copy of Defy diskmag, started swapping with Cro^Cydonia and got to enjoy Satisfaction Guaranteed by Pearl :) I always did all my small tools and stuff in blitz basic 2, would dump binary file and incbi
2.
▲
by
windenntw
2mo ago
Can confirm all sceners call it sinus in Spain :)
3.
▲
by
windenntw
2mo ago
Thats an excellent idea. I've created https://gemini.google.com/gem/17xMogBqRSc2AtdCC-WRfObgHcceD0... and tested it with a couple conversations and it works great :)
4.
▲
by
windenntw
2mo ago
Protip: all modern monitors and TVs can still run at 50HZ and you can configure Linux to use it all the time --> zero vsync micro jumps when running european software under ZX, Amiga or C64 emulators :)
5.
▲
by
windenntw
2mo ago
The memory requirement is actually not a problem, because you may be able to stream the mp3 from a harddisk ( easily 159 KB per second from a 2.5 inch ide disk when used on a 7mhz 68000 of amiga 600) or maybe even from a floppy ( 10 KB per
6.
▲
by
windenntw
2mo ago
For me: January = up, April = left, July = down, October = right. Never sure why I did this association, maybe it comes from a drawing in a book I read when I was six or somthn?
7.
▲
by
windenntw
4mo ago
Here is one in plain 68000 assembler. move.b #200,d0 move.b #100,d1 add.b d0,d1 ; 8th bit goes to X flag subx.b d0,d0 ; d0 = $00 or $ff depending on X flag or.b d0,d1 ; d1 = 255 if there was saturation You can do the
8.
▲
by
windenntw
5mo ago
For me https://demozoo.org/music/249024/ from the Deep Remix is their best coop.
9.
▲
by
windenntw
6mo ago
IMO the first graph would make a lot more sense when plotted in log scale. Also this way of framing "As of February 2026, the US dollar has lost 96.9% of its purchasing power relative to January 1914. This means that $100 in 1914 would
10.
▲
by
windenntw
1y ago
100 times this
11.
▲
Incremental, a powerful library for building self-adjusting computations (2015)
(blog.janestreet.com)
1 points
by
windenntw
2y ago
|
0 comments
12.
▲
by
windenntw
2y ago
What do you mean "tests"?
13.
▲
by
windenntw
2y ago
Single Malt, specially Islays, are still very much welcomed :)
14.
▲
by
windenntw
3y ago
Get her to try https://www.escapemotions.com/products/rebelle/about , it is reaaaaally close to the original watercolour finish.
15.
▲
by
windenntw
4y ago
You can already get that by replacing the cpu with a pistorm: https://linuxjedi.co.uk/2021/12/27/800mips-amiga-with-emu68-...
16.
▲
by
windenntw
5y ago
Yes, it has a low-pass-filter that you can turn on or off. See http://amigadev.elowar.com/read/ADCD_2.1/Hardware_Manual_gui... and more generally: http://amigadev.elowar.com/read/ADCD_2.1/
17.
▲
by
windenntw
5y ago
I took a small look at your repo and noticed a possible issue: while Gravis Ultrasound did linear interpolation of samples [1], on Amiga all sample replay was strictly non-interpolated [2] ... essentially on each display scanline the hardwa
18.
▲
by
windenntw
5y ago
This one is ready made: http://www.apollo-core.com/v4.html
19.
▲
by
windenntw
5y ago
excellent, thanks! so the traced calls would more or less be: https://sources.debian.org/src/glibc/2.33-3/sysdeps/m68k/tls... https://sources.debian.org/src/glibc/2.33-3&#x
20.
▲
by
windenntw
5y ago
Could you post a bit more info about that binary? (eg: run ldd to dump the used libs, etc) Could you get some kind of stack trace at the time of the get_thread_area call? I'd like to be able to pinpoint the call(s) somewhere in https: