Viewing profile — windenntw
windenntw
HN member- Joined
- Thu, Jan 20, 2022, 5:25 PM UTC
- HN karma
- 23
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About windenntw
No profile information was provided.
Recent public activity
-
comment
Comment #49095303
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 …
-
comment
Comment #49095243
Can confirm all sceners call it sinus in Spain :)
-
comment
Comment #48947385
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 :)
-
comment
Comment #48919460
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, Ami…
-
comment
Comment #48919395
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 …
-
comment
Comment #48896708
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?
-
comment
Comment #48220460
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…
-
comment
Comment #47777414
For me https://demozoo.org/music/249024/ from the Deep Remix is their best coop.
-
comment
Comment #47575870
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 relat…
-
comment
Comment #44463403
100 times this
- story
-
comment
Comment #39883011
What do you mean "tests"?
-
comment
Comment #39764487
Single Malt, specially Islays, are still very much welcomed :)
-
comment
Comment #39509220
Get her to try https://www.escapemotions.com/products/rebelle/about , it is reaaaaally close to the original watercolour finish.
-
comment
Comment #31726231
You can already get that by replacing the cpu with a pistorm: https://linuxjedi.co.uk/2021/12/27/800mips-amiga-with-emu68-...
-
comment
Comment #30248363
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/A…
-
comment
Comment #30245457
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-interpol…
-
comment
Comment #30115766
This one is ready made: http://www.apollo-core.com/v4.html
-
comment
Comment #30012641
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/sysdeps/un…
-
comment
Comment #30011878
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 …