back
user profile
ashitlerferad
12,192karma·2,558submissions·September 13, 2015
recent activity (2,558 total)
comment
Are there other dead projects? Looks like only Foresight to me.
comment
Every piece of open-source software needs donations of some form (time/money/hardware/etc). Donate to the ones you use. If they accept your money, great. Many only accept time though (i…
comment
I would encourage you to donate your time to some open source project that you use instead.
comment
It is dead and gone, Canonical/Ubuntu abandoned it after Debian chose systemd and then Ubuntu did too.
comment
systemd has boot profiling functionality, you might want to check out which part is slow.
comment
There are many more than 3 init systems. There are tens of them.
265 pts
comment
GNUnet has the GNU name system: https://www.gnunet.org/gns
comment
Who are these people and how can people contact them?
comment
Debian and other distros also support these architectures.
comment
It seems like CreateProcess uses the one-long-string for the command rather than the POSIX model of one string per argument. Is there any way to run a process on Windows using one string per argument?
comment
Embedding other languages in C seems like a path worse than system(). You are better off just writing in another language completely.