somegeek

joined 2 years ago
[–] somegeek@programming.dev 4 points 2 weeks ago

I use normal qwerty keyboards, I only swap Esc with Caps lock much better ergonomy. Specially with vim.

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

I wish she put it on a blog. Can't sign in to youtube, don't want to sign in to youtube.

[–] somegeek@programming.dev 1 points 1 month ago

I'm not a game dev but have created games for fun with LÖVE2d. Its simple and fun.

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

Yes use a lisp family language for everything and you will be enlightened

[–] somegeek@programming.dev 3 points 1 month ago

It's great. Gets things done. I even have it for my office. About 20 people there.

[–] somegeek@programming.dev 17 points 1 month ago

Apparently she likes the ads

Must be to most wife thing I've ever heard :)))

[–] somegeek@programming.dev 10 points 1 month ago (1 children)

I wish we gknew some gnew gnu jokes.

[–] somegeek@programming.dev 1 points 1 month ago

Welp there's no normal lisp. Clojure has more expressive power and is more functional than common lisp, it's also a hosted language so you have clojure which is on the jvm (you get access to all the libraries and adoption of jvm) you have clojurescript that runs on node (compiles to js) you have babashka that is run on graalVM for scripts, jank that is on the LLVM and etc.

It's more evolved than common lisp I would say.

[–] somegeek@programming.dev 1 points 1 month ago (2 children)

Look into it. Absolutely amazing language.

[–] somegeek@programming.dev 3 points 1 month ago

I use custom ROM and fdroid myself. It's still a google product. Specially if you have ever developed for android you know you just have to play Google's games. The same way if you use Java you have to play Oracle's games. Or if you want to be an aws engineer (or whatever they are called) you have to... You get the gist.

Google has deeo control over tge android ecosystem and the only reason it's somewhat open source currently is the GPL licensing of the linux kernel. And they are limiting it day by day, while it's getting harder to install custom roms on newer phones.

The smartphone industry is absolutely garbage. Android and ios aren't very different.

and btw, open source doesn't mean FOSS. It just means they couldn't find a legal way to make it fully proprietary.

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

Arch + i3wm/sway + Tmux + Neovim

[–] somegeek@programming.dev 17 points 1 month ago* (last edited 1 month ago) (4 children)

You're developing for a google platform. Doent really matter if the IDE is backed by google. and you have a LOT more to do with google if you are developing for android. The platform is locked in to google. Get used to it.

8
submitted 10 months ago* (last edited 10 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 11 months ago* (last edited 11 months 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?

 

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 ›