anders.tonfeldt.se/2025/11/23/g...
anders.tonfeldt.se/2025/11/23/g...
Finally some good news. Thank you #science
www.sciencedaily.com/releases/202...
Finally some good news. Thank you #science
www.sciencedaily.com/releases/202...
Long form guide with tips etc is upcoming but this is what we kept.
anders.tonfeldt.se/2025/11/17/i...
Long form guide with tips etc is upcoming but this is what we kept.
anders.tonfeldt.se/2025/11/17/i...
That said most of us stuck to c and assembly despite the 7mhz cpu allowing abstraction layers to be a thing. #retrocomputing
That said most of us stuck to c and assembly despite the 7mhz cpu allowing abstraction layers to be a thing. #retrocomputing
Every year I tell myself that I'm low carb and to go easy next year. Every year I ignore my past self because darn that's tasty.
Every year I tell myself that I'm low carb and to go easy next year. Every year I ignore my past self because darn that's tasty.
It's not the games, they've never been better. It's me. But why?
Rather, why do I care so much that I've lost interest? Losing a hobby isn't like losing a friend, but it sort of feels that way.
It's not the games, they've never been better. It's me. But why?
Rather, why do I care so much that I've lost interest? Losing a hobby isn't like losing a friend, but it sort of feels that way.
First two projects will likely be making a memory analyzer / editor and a #webassembly game without supporting libraries.
Learning obs;
First two projects will likely be making a memory analyzer / editor and a #webassembly game without supporting libraries.
Learning obs;
But I need to re-evaluate what I'm doing. Posting stream archives is fine but who is realistically going to watch a 2h, barely edited video? I wouldn't.
But I need to re-evaluate what I'm doing. Posting stream archives is fine but who is realistically going to watch a 2h, barely edited video? I wouldn't.
"It's not the real world anyway." But it is, isn't it. You've just decided to stand behind a thick, sound proofed window.
We'll see, so far everyone has been sweeties.
"It's not the real world anyway." But it is, isn't it. You've just decided to stand behind a thick, sound proofed window.
We'll see, so far everyone has been sweeties.
A swedish made micro computer by Luxor AB featuring a Z80 cpu. It launched in 1978 and consistently sold until the mid 80s. #retrocomputing #z80
A swedish made micro computer by Luxor AB featuring a Z80 cpu. It launched in 1978 and consistently sold until the mid 80s. #retrocomputing #z80
Wonder what happened to mine. Seems like it's always the things you miss that you've lost.. which is logical now that I think about it..
But nerd humor is controversial (?) as they have a perfect 50-50 like to dislike ratio. It's me, isn't it?
But nerd humor is controversial (?) as they have a perfect 50-50 like to dislike ratio. It's me, isn't it?
Since my channel is about #retro, #code & pain I did it on an #amiga 500 emulator running workbench 1.3.
Full stream archive is available here www.youtube.com/watch?v=iibK...
Since my channel is about #retro, #code & pain I did it on an #amiga 500 emulator running workbench 1.3.
Full stream archive is available here www.youtube.com/watch?v=iibK...
www.nushell.sh
www.nushell.sh
And then there's the section that inevitably made us all assembly programmers, or at least made us take our first baby steps down that route.
And then there's the section that inevitably made us all assembly programmers, or at least made us take our first baby steps down that route.
If you add a physical camera it can enumerate before the virtual camera it will always work.
If you add a physical camera it can enumerate before the virtual camera it will always work.
sudo modprobe -v v4l2loopback exclusive_caps=1 card_label="virtual webcam"
v4l2-ctl --list-devices
scrcpy --video-source=camera --no-audio --v4l2-sink=/dev/video0 --camera-id=0 --camera-size=720x720 --no-video-playback
Then just add it as a v4l2 source in obs.
sudo modprobe -v v4l2loopback exclusive_caps=1 card_label="virtual webcam"
v4l2-ctl --list-devices
scrcpy --video-source=camera --no-audio --v4l2-sink=/dev/video0 --camera-id=0 --camera-size=720x720 --no-video-playback
Then just add it as a v4l2 source in obs.