ss7m

Results 21 comments of ss7m

I'm not familiar with AFL, I'll try and take a look at it later today or over the weekend.

I'm still contemplating how I want to support package numbers for different package numbers, an issue made more difficult by the fact that I only have pacman installed on my...

I hate to say it, but it increasingly seems like shelling out might be the best option. It'd be a lot easier to support/ debug/ add to. The work to...

Latest commit in the branch `packages` is a proof of concept for how to go about this. I figured `fork/exec` would be faster than `system`, but this still more than...

In the realm of shaving off milliseconds, I managed to cut off a couple by forking at the very start rather than when `get_packages_pacman` is called

Wow that looks really good- I especially like the idea of determining the distro at build time

Is your implementation of query_package_database done enough to start a PR for it?

What is in the `/bedrock/etc/or-release` file? How does it differ from the regulr `/etc/os-resease` file? I'm not really familiar with bedrock linux

As it stands now the logo is decided at compile time, and I'm not really looking to change that behavior at the moment. allisio (not sure how to tag them...

Dealing with the escape sequences wouldn't be toooo hard, since (aside from `get_title`) you can just subtract `sizeof(COLOR)` and `sizeof("\e[0m")`. Anything more complicated than that would likely involve having to...