CameronDev

joined 1 year ago
MODERATOR OF
[–] CameronDev 9 points 2 months ago (2 children)

Isnt HarmonyOS based on Android? Interesting solution for a PC OS. Definitely not for me either way.

[–] CameronDev 19 points 2 months ago (6 children)

In my (very limited) experience, even getting contributions is near impossible. Lots of people like to open issues, far fewer like to work on solving them.

Add in xz, and my package will likely die with me (which is fine, its not critical, and I have a few decades left)

[–] CameronDev 11 points 2 months ago* (last edited 2 months ago)

For free? Probably not.

Wireguard has been audited by some University groups, maybe contact one of them:

[–] CameronDev 1 points 2 months ago

AI just let's script kiddies churn out garbage faster. I've yet to see better code as a result.

[–] CameronDev 1 points 2 months ago (1 children)

Doesn't even startup on my box, but doesn't crash the kernel or system either, just regular application crash

[–] CameronDev 4 points 2 months ago

There really is 2 NSA's, with conflicting goals. Keep Americans secure, and collect everyone elses data. Its a difficult line to walk. The first half does produce really good advice and tools, but is undermined by the second halfs image.

I fortunately never learnt Ida due to cost, so I have no idea what is missing, but ghidra was a godsend for CTFs. Suddenly reversing challenges were accessible and easy.

https://code.nsa.gov/# - Lots of useful stuff here.

[–] CameronDev 1 points 2 months ago

Kernel shouldn't crash, and anything running in memory will be okayish, but it definitely will get less and less stable. It won't be possible to start new processes.

I have a Linux install on a USB SSD with a flakey connection, if I bumped the cord the root would unmount. It was fairly resilient, but graphics would slowly start disappearing. I'm fairly sure I could cleanly reboot as long as I had a terminal open, but its been a while, so maybe I'm misremembering.

Still, the overall system becomes pretty useless, so i guess its fair to call it a crash

[–] CameronDev 6 points 2 months ago (1 children)
[–] CameronDev 3 points 2 months ago

You need to have all those packages installed in order to build the software. If your on the default pi OS, apt install them.

Then you just run ./install to build it.

If you have further issues, post the log errors.

[–] CameronDev 3 points 2 months ago

Aassss aaaa sssiiidddeee eeeffffffeeecccttt,,,, iiiii nnnnoooowww hhhhaaavvvveeeee rrrraaaappppiiiidddd fffffiiiiirrrreeee. Iiiii llllooooovvvveeee iiiitttt

[–] CameronDev 7 points 2 months ago (1 children)

There are rust libraries to send signals, might be better to use those rather than calling bash. eg. https://docs.rs/nix/latest/nix/sys/signal/index.html

I'm guessing if input was "", then it would sigkill all processes? Less confident, but some functions behave slightly differently in an interactive console vs a non interactive, maybe ps has a different format when used non interactively?

Aside, you want three backticks and a newline to get code formatting :)
[–] CameronDev 4 points 2 months ago (4 children)

Ah, that definitely would feel like a crash. Sent kill signal to cgroup accidentally? Or just iterate over all processes and signal them all?

view more: ‹ prev next ›