Viewing profile — vkoskiv
vkoskiv
HN member- Joined
- Wed, Nov 29, 2017, 3:04 PM UTC
- HN karma
- 886
- Public activity
- 176 items
- HN profile
- View on Hacker News ↗
About vkoskiv
No profile information was provided.
Recent public activity
-
comment
Comment #47339147
Nice! My keyboard code is still very bare bones, so I interact with my system using debug commands assigned to individual keys. Since we're both working on a similar project, I thi…
-
comment
Comment #47325511
My hobby x86 kernel. I'm targeting my 80486DX2-66 PC with 32MB of RAM. This project has had a few false starts over the years, where I lacked the prerequisite knowledge to be able …
-
comment
Comment #45644651
I just checked this, and it seems like GitHub is a bit weird about tracking these. It didn't show up on my profile at all until I just now forked[0] torvalds/linux on GitHub. Now i…
-
comment
Comment #45534556
I wanted to hold off on that upgrade until I found a source of reliable, high-quality PATA SSDs. Haven't looked into that yet, suggestions welcome!
-
comment
Comment #45534497
The joke gets even better when you consider that the subsystem maintainer that reviewed my patch is also Finnish :]
-
comment
Comment #45531220
Thanks! I haven't, but I probably should, since you're the second person asking about it. The site is built with Zola[0], and it's using the Radion[1] theme, with small modificatio…
-
comment
Comment #45531173
Kiitos!
-
comment
Comment #45493373
Thank you! It is indeed!
- story
-
comment
Comment #44645108
> For many apps the main source of memory usage isn't stack or heap memory consumed during runtime, it's the loading of the binary itself into memory. Does iOS not do demand paging…
-
comment
Comment #44137938
I did a lot of this for my raytracer, c-ray [1]. Originally it was just a self-contained C program, but I got tired of writing buggy and limited asset import/export code, so eventu…
-
comment
Comment #42887402
Somewhat related, curiousmarc has an absolutely brilliant video series from 2016 documenting the restoration of an Alto II: https://www.youtube.com/playlist?list=PL-_93BVApb58I3ZV6…
-
comment
Comment #42599084
I recently added dual screen support to the ELKS console-direct driver, so if your system has both MDA and CGA cards, you enable CONFIG_CONSOLE_DUAL in your kernel config and selec…
-
comment
Comment #40741806
Wasn't expecting to stay in the top 100 for this long! Initial C implementation got me to ~70 for a short time, then very sloppy racy pthreads one kept me at the tail end for a bit…
-
comment
Comment #40631576
In case anyone else is wondering what the colors mean (I couldn't find this in the manpage/README): Magenta: In exclude list (only shown with -v[v[v]]) Blue: Seen before (so you ca…
-
comment
Comment #40571898
It's popular because anyone can create their own community with just a few clicks, and it's all paid for by friendly venture capitalists :]
-
comment
Comment #40340672
Heh, my program that just copies the current instruction to +1 wasn't allowed on the board, fair enough I guess :D
-
comment
Comment #40340462
Am I missing something here, why is a package even needed needed for this? Can you not evaluate `some_int % 2` in Javascript to check for this directly?
-
comment
Comment #40340410
A similar project for PCMCIA[1] is being developed by yyzkevin. Really exciting IMO, not yet available, but I submitted a response to their google sheet, hoping to get one of these…
-
comment
Comment #39129647
My GPG signatures are stored in the git commits themselves, and have nothing to do with GitHub. Anyone can validate them with git-verify-commit(1). They are there to communicate "i…
-
comment
Comment #39010943
Personal anecdote: I've used Vim for many years, but I never progressed much beyond the basics, because I almost never put much active effort into learning more advanced motions. A…
-
comment
Comment #38653353
Pretty good explanation of why the app I use for sauna and laundry room bookings in my apartment building is more reliable than Nordea's online banking. Not even a month ago, the N…
-
comment
Comment #38626184
> Why is it ever different between winter and summer? Harsh conditions + dark winter means that we have lower max limits in the winter. (i.e. 120km/h -> 100km/h, 100 -> 80) The sig…
-
comment
Comment #38216616
I learned about LTO a few years ago, and it gave a significant runtime speed boost to my hobby project, but as far as I can tell, CMake still just has `CMAKE_INTERPROCEDURAL_OPTIMI…
-
comment
Comment #38204122
Ouch, get well soon Steve!