Very cool #debian #linux " #factory ", where you can #build #custom #linux #distributions with some simple #script https://gitlab.com/risserlabs/community/.. This is something that really tickles me, but unfortunately I know I will never get time for such a task.
A lot of #effort to #hack a #minecraft #server https://lunarlogs.com/2023/01/29/double-.. The #java #build #system #gradle even got #involved and #investigated this: https://blog.gradle.org/wrapper-attack-r.. Apparently this is the first #evidence of a #java #supplychain #attack !
Very cool #camper #van #build https://hackaday.com/2023/01/22/off-grid.. I wouldn't mind building something #similar on a #budget . Maybe I would look to #convert a normal #car and add some things to make it a little more #enjoyable , for #sleep , #cooking and #privacy . The goal would be to have a #camper #van I could go #travel the #uk with.
It never occurred to me to #build a #custom #calculator with an #arduino https://hackaday.com/2022/11/03/walnut-c.. This would be a pretty cool #project !
Very #useful #list of things to set in a #bash #script https://sharats.me/posts/shell-script-be.. I wish I had known about some of these may years ago! I suppose these are more #important the more #sensitive your #script is to #mistakes , such as a #build or #deployment #system for example.
Really nice #custom #metal #watch #build ! https://hackaday.com/2022/08/18/put-3d-m.. I never knew that #metal 3D #printing #services were now #available to the average person!
Okay, it turns out that #serenityos has made their #browser #linux #compatible - something I most definitely would be interested in checking out! https://github.com/awesomekling/ladybird I think that you still need to pull the #source from #serenityos in order to #build it: https://github.com/SerenityOS/serenity/t.. Seriously cool!
Very cool #electric #buggy #build https://hackaday.com/2022/07/05/scratch-..
Interesting #project to #build a #kernel and #programs that #survive #reboot https://github.com/dzavalishin/phantomus.. One of the great questions raised is how to handle #bugged #software ... Apparently #software #reset is in the #os by design. I thought about this some time ago, and in theory all state can be derived from #observations and #periodically #querying certain systems. We already do such things with #cache for example.
Pretty #impressive #build for a #toilet #paper #tracker https://hackaday.com/2022/02/03/keep-tra.. #youtube #video is #amusing too!
Note to self: #build an #internet #radio #station ! https://schollz.com/blog/radio/ Very cool!
Apparently #python is an absolute mess of a #build #environment https://drewdevault.com/2021/11/16/Pytho..
Interesting #diy #microphone #project https://hackaday.com/2021/11/06/cheap-di.. I've wanted to #build one for a while.
@barray on Sun Sep 05 16:30:19 UTC 2021 said: &eFingers crossed this issue is now fixed for the #coffeespace #server - specifically the #ram usage of #deadsocial ... According to `ps aux` it is using 25% of the 128MB of RAM - but it doesn't quite add up. Meh, I now can see 32MB free, so that's an improvement. When I run the #build #script later with #ffmpeg I'm sure it will max out, but hopefully not crash.According to this random #stackoverflow page, the #java #jvm by default uses 128MB of #ram ! https://stackoverflow.com/questions/1493.. Well, that would certainly cause the #coffeespace #server some issues given it has exactly 128MB of RAM! Apparently you can at least restrict the #heap size, so that's a start.
@barray on Fri Sep 03 13:33:31 UTC 2021 said: &eI think I now fixed the #infiniteloop #build #script problem with the #coffeespace #server ... I have no idea what was causing it, I believe it might be because the #debian #os is so old! As I mentioned in a recent #article #servermigration - the new one is really #lowend https://coffeespace.org.uk/projects/serv.. Now that #ffmpeg isn't always running, I've claimed back approximately 0MB of #ram ! Hmmm... Running `ps aux` I can see that #java is using a decent chunk...Nope, definitely keeps restarting the build process... Interesting. Does it for the #coffeespace #build #script but not the #deadsocial build script, despite them being identical... One endlessly builds, the other does not. Very weird.
@barray on Fri Sep 03 13:17:09 UTC 2021 said: &eNope, definitely keeps restarting the build process... Interesting. Does it for the #coffeespace #build #script but not the #deadsocial build script, despite them being identical... One endlessly builds, the other does not. Very weird.The #coffeespace #article #build checker seems to be stuck in an infinite loop - I noticed I kept getting #rss updates but didn't put it together in my mind. Looking at the #bash #script though and I cannot find the reason why... #ffmpeg just keeps spinning up occasionally? Either that or it's taking so bloody long to complete...