HackerTrans
TopNewTrendsCommentsPastAskShowJobs

msk-lywenn

1,494 karmajoined 6 лет назад

Submissions

Johnson Thermoelectric Energy Converter

en.wikipedia.org
15 points·by msk-lywenn·9 дней назад·1 comments

Razor 1911 (first place at revision 2026 demoparty) [video]

youtube.com
21 points·by msk-lywenn·3 месяца назад·4 comments

Five Ways I Improved My Coding Workflow (2002)

flipcode.com
1 points·by msk-lywenn·4 месяца назад·0 comments

Pyrite64: N64 game-engine and editor using Libdragon and tiny3d

github.com
6 points·by msk-lywenn·5 месяцев назад·1 comments

8-Bit Boléro by Linus Åkesson [video]

youtube.com
3 points·by msk-lywenn·7 месяцев назад·0 comments

Morton encoding/decoding through bit interleaving: Implementations (2013)

forceflow.be
1 points·by msk-lywenn·7 месяцев назад·1 comments

Unity Security Update CWE-426: Untrusted Search Path

unity.com
6 points·by msk-lywenn·9 месяцев назад·1 comments

OpenAI Needs a Trillion Dollars in the Next Four Years

wheresyoured.at
21 points·by msk-lywenn·10 месяцев назад·8 comments

Game Boy Competition 2025

itch.io
1 points·by msk-lywenn·10 месяцев назад·0 comments

comments

msk-lywenn
·в прошлом месяце·discuss
I guess the french equivalent of kilobucks would be briques (bricks)
msk-lywenn
·в прошлом месяце·discuss
OMG, my game boy game of life implementation is included in one of the winning entries!
msk-lywenn
·2 месяца назад·discuss
He is so good at rewriting history. People buy it so much, it’s incredible. He didn’t build Tesla, Eberhard and Tarpenning did.
msk-lywenn
·2 месяца назад·discuss
The original manual for the TI83+ is what actually got me into programming. It was pretty nice.
msk-lywenn
·2 месяца назад·discuss
I played a bit with original gameboy too. I was very surprised when, iirc, the cpu is not even fast enough to clear the screen in one vertical blank, or even in one frame! It takes like three to fully clear the map.
msk-lywenn
·3 месяца назад·discuss
Over wifi. But you have to setup your app to get back to the launcher. And also when it crashes. Or just restart it
msk-lywenn
·3 месяца назад·discuss
Great resource! But a lot of it is very old. I recently discovered this open source ds cart[1] and an alternative SDK[2] to devkitPro. Both were used in the development of a demo[3] released at Revision this year.

[1]: https://www.lnh-team.org/

[2]: https://blocksds.skylyrac.net/

[3]: https://www.pouet.net/prod.php?which=105928
msk-lywenn
·3 месяца назад·discuss
Well, it’s texture RAM, the only one that RDP can access. It’s closest thing to « video memory ». Although, you’re right as the framebuffer lives in main ram. But that just means the system is sharing like in modern hardware, so I wouldn’t call the main RAM VRAM in any way.
msk-lywenn
·3 месяца назад·discuss
Most of all demo competitions are like that. Resource limited demos or intros go into specific categories.
msk-lywenn
·3 месяца назад·discuss
Because the article is about hardware formats, not storage formats. GPU hardware formats are left compressed in GPU memory, the GPU decodes it on the fly. Basis universal must be decoded to a GPU hardware format (or to plain RGBA) before it can be used by the GPU.
msk-lywenn
·4 месяца назад·discuss
It's RAM that is notoriously slow. VRAM is fast, but there's only 4K...
msk-lywenn
·4 месяца назад·discuss
As I understand it, it's for all signals to cross over in the same amount of time.
msk-lywenn
·4 месяца назад·discuss
I used to run fluxbox in the early 2000s. I greatly miss tabbing any windows like that.
msk-lywenn
·4 месяца назад·discuss
I wouldn't go that far, but yes, no compiler will leave that on the table today or even twenty years ago. They do even more impressive transformations than that on basic math.
msk-lywenn
·4 месяца назад·discuss
Apple is probably going to issue an update for 18. Heck they released a security update for coruna on 15.x last week. Same thing maybe?
msk-lywenn
·5 месяцев назад·discuss
Showcase video is pretty amazing: https://www.youtube.com/watch?v=4BCmKnN5eGA
msk-lywenn
·6 месяцев назад·discuss
Cool. I didn’t know there was a fork of clementine. I hope it fixes a few bugs I have. It’s clearly my favorite player ever. Thanks.
msk-lywenn
·6 месяцев назад·discuss
The C15 was produced up until 2006.
msk-lywenn
·7 месяцев назад·discuss
The source is now readable but it’s not open source at all.
msk-lywenn
·8 месяцев назад·discuss
Makes me feel the z-test should be reversed in reverse perspective mode but maybe it would just be even weirder?