Jannik Vogel

Results 339 comments of Jannik Vogel

We should drop reboot entirely because of #6 . If we can call any kernel function rebooting can be done through those. The only benefit of integrating it as a...

None that I can share due to the games copyright. The game is probably in the user-upload-section of archive.org, but I'd question the legality of this and would rather avoid...

What's the status on this? While I don't care about hfloat, I would still like to use the latest nif.xml. It's a bit annoying to backport changes / bugfixes.

> Tags (which just become search terms) are not stored for navigation, Oh, I never realized that subcategories are just search terms. When looking at the "&s=subcategory" I figured "s"...

I think we should remove the MAC text-box and. if anything, it should be a read-only field which displays the EEPROM field; but that still isn't ideal. I'm not sure...

Please make the commit titles shorter so they don't wrap into the commit description. I'd like a native speaker do the review.

I looked for information on how to detect a CD / DVD type. It appears to be done in software, the SMC only tells you wether the disc tray is...

You need to point it at a memory page, ideally one which was made persistent. I don't remember if this takes a physical or virtual address though. The point of...

> @PatrickvL > By using a trie data structure Dxbx.. In [the respective discussion on Discord](https://discordapp.com/channels/428359196719972353/428399682239332354/611404008237694978), I also recommended using an accelerator structure (although not necessarily multi-level like a tree)...

That still (potentially) has the same problem? The prefix shouldn't be able to overlap; why do internal functions need a prefix anyway?