• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: October 1st, 2023

help-circle







  • I don’t think the point of Linux is to tinker. That would kinda make it for tinkerers only. In my view, the point of Linux is that its a kernel only and you can use it to build an OS around and build one which is easy to tinker with or one which isn’t. Point is, not every system is suited for every task and the Linux kernel allows you to use it how you wish (via distros or you can make your own system around it). Why the gatekeeping?


  • 10k will not do much good on the grand scale of things. Once you start involving other people directly, the costs start skyrocketing. Be it if you want to bribe politicians, fund a revolution, invest into sustainable tech or just creating a bottle cap recycling programme, 10k just isnt gonna get you far enough. So focus on your own climate impact. I think the absolute best you could do for the most positive net good is to take inventory of your own carbon emissions and replace or upgrade whatever you need to lower them. Lower your heating usage by getting a heat pump instead of burning coal for example. This will depend on how low your carbon output currently is though.


  • I dont mind Python, in fact I kind of like it. Its easy enough, works fast enough and has a huge community backing. Open up notepad and start typing. The space thing is kinda stupid. I prefer braces and semicolons but apparently new programmers cant remember to use them so Python just got rid of them… not my thing but whatever, I can live with it.

    However, I’d never really want to create a large project in it. The dev tools arent there, .net style project management isnt there. I can see how it just becomes a mess if you try to make something that isnt just downloading some data, parsing and importing to somewhere else. Its great for simple stuff. It can do larger stuff - though not as good. It cant do enterprise, performance heavy, commercial stuff.

    Pick the right tool. Yeah you can make a website in x86 ASM and you can make embeded systems for the space shuttle in Python. The question is why.