somegeek

joined 2 years ago
 

Hi. Is there a way to setup local LAN cs1.6 from the browser? Because I know cs1.6 have been ported to wasm.

[–] somegeek@programming.dev 4 points 1 day ago

Nothing will ever be just "docker compose up" but checkout movim. I think it's good. Haven't used it myself yet.

[–] somegeek@programming.dev 3 points 1 day ago (1 children)

PostmarketOS likes to talk to you

[–] somegeek@programming.dev 1 points 2 days ago

Hahah yeah these fuckers have become great at adding clothes to the movie 😂😂

[–] somegeek@programming.dev 2 points 2 days ago

Nano is for chemists maybe. Editing couple of lines and saving.

But vim is one of the most powerful text editors ever created. It's so powerful and good that it gets ridiculous. Also, from an ergonomic standpoint, your body will thank you for using vim/neovim

[–] somegeek@programming.dev 6 points 2 days ago

Oh shit😂😂

[–] somegeek@programming.dev 63 points 3 days ago (12 children)

Same for Iran :)) We have no copyright so there are official platforms like netflix with all pirated movies and the national tv shows pirated movies constantly. Also, not a single person buys windows or office licenses here :))

[–] somegeek@programming.dev 20 points 3 days ago (2 children)

MIT is a permissive license and it doesnt enforce anything.

if you want freedom, use strict licenses like GPL.

Gnu has a great guide on licenses

https://www.gnu.org/licenses/license-recommendations.html

https://www.gnu.org/licenses/license-list.html

[–] somegeek@programming.dev 8 points 3 days ago (1 children)

I think edn is almost the only more advanced and ergonomic option to json. Edn is like the evolved json, but its interesting that its roots are way older than JSON.

The fact that you can very efficiently define whole applications and software just with edn (and the lisp syntax in general) is what makes really amazing.

I think this blog post sheds more light on how we only need lisp for defining data and applications.

https://stopa.io/post/265

[–] somegeek@programming.dev 3 points 4 days ago

I honestly think it would be much cooler if linux used semantic versioning instead of random versioning, but Linus bumping majors just because he feels like it is also funny and cool.

[–] somegeek@programming.dev 4 points 4 days ago (1 children)

Just re-downloaded it today. Love the game but never have the time to game anymore.

Btw, I was thinking about contributing an exploring the source but they use SVN for version management! Yikes!

[–] somegeek@programming.dev 1 points 4 days ago

No I don't accept the counter argument as an argument. People who care shouldn't jump through hoops to get what they deserve.

And the visual clutter is way too little to care.

8
submitted 11 months ago* (last edited 11 months ago) by somegeek@programming.dev to c/advent_of_code@programming.dev
 

Hi guys.

I just did day1 of 2024 (I know, I'm late) this might be a dumb question but I reallydont understand why we should sort the two lists before substracting? I created some test cases with 10-20 items and calculated them manually, if you don't sort the list and just add all list1 items and substract from the sum of list2, you get the same answer. But it doesn't work with the large input file.

Let's say list1 has elements (a,b,c,d) and list2 has (e,f,g,h).

(a-e)+(b-f)+(c-g)+(d-h) = a-e+b-f+c-g+d-h = (a+b+c+d)-(e+f+g+h)

So the sorting shouldn't matter. Right? But it does. Am I too bad at basic math?

 

checkout "My checklist and tips for server setup"

Please share your tips and tricks with me. I would love to hear them and use them.

Any feedback is welcomed.

 

Hi Redshift isn't maintained anymore and lately redshift-gtk doesnt start anymore (something about a python circular dependancy).

What should we use?

33
submitted 1 year ago* (last edited 1 year ago) by somegeek@programming.dev to c/unixporn@lemmy.ml
 

cross-posted from: https://programming.dev/post/24458085

Hi guys.

I have an android head unit for my car that only manages multimedia, navigation and stuff. it also has multiple physical buttons and knobs. It’s offbrand so can name the particular brand or model.

can I for example upgrade the OS?

 

Hi guys.

I have an android head unit for my car that only manages multimedia, navigation and stuff. it also has multiple physical buttons and knobs. It’s offbrand so can name the particular brand or model.

can I for example upgrade the OS?

 

Hi everybody. I have a rooted phone and I was thinking, If I can spin up something like Samsung DEX on my phone, alongside my android, that uses Linux, I can do 80% of my work just with my phone. Is that doable? Can someone provide me with more information?

view more: next ›