What distro? Runs just fine on Arch.
- 1 Post
- 192 Comments
unique_hempto
Technology@beehaw.org•Why are most machine learning models (not frameworks) written in Python? Even through almost any programming language can be used for machine learning?
21·15 days agoNo sane person is putting plain JS on the server nowadays, it’s TS by far most of the time.
Best match
Sure thing, bud 😂
It even recognized the local app that matches, how on earth is this a better match
Are you sure that’s not a monitor setting?
unique_hempto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What are your favorite public torrent based indexers for TV and Movies using the *arr stack?English
1·2 months agoSince plain http is becoming pretty uncommon nowadays, just use a non-ISP DNS server and you should be pretty safe.
unique_hempto
Programming@programming.dev•How much are SOLID principles in OOP programming (and JVM languages specifically) just a mindless following of a set of ideas that aren't always the best solution?
4·2 months agoAt least in C# with Moq you can only mock virtual methods of concrete classes, so using interfaces is still nicer in general.
unique_hempto
Linux Gaming@lemmy.world•Apparently, Rocket League and Fall Guys are being ported to Fortnite. Both games currently work on Linux, but in the future, they may require playing through FortniteEnglish
9·3 months agoI play RL through Steam, it’s still getting all of the updates.
unique_hempto
Open Source@lemmy.ml•Top 1000 GitHub repositories, updated daily, all on one page.
2·3 months agoAnd sometimes recommended by Microsoft support.
As far as I can see, it’s freeware, not foss
unique_hempto
Android@lemdro.id•Google: 'Your $1000 phone needs our permission to install apps now'". Android users are screwedEnglish
9·4 months agoGrapheneOS said they are working with an unnamed OEM to make devices compatible with GOS. Hopefully they are good, because Pixels may indeed be a dead end.
unique_hempto
Android@lemdro.id•This blog is running on a recycled Google Pixel 5English
4·4 months agoBecause CGNAT means that their router does not have a public IP - just like your router has a single IP that is shared between your devices (using NAT), their ISP shares an IP between multiple customers (also using NAT, it’s just called carrier-grade NAT to differentiate who is doing it).
unique_hempto
Programming@programming.dev•Unix Co-Creator Brian Kernighan on Rust, Distros and NixOS
7·4 months agoOff the top of my head the compiler is slow because:
- With C you can compile every file in parallel, in Rust compilation of a single crate is serial (hence splitting up large projects into many crates is important, but that makes development somewhat more difficult)
- LLVM itself is pretty slow
- Generic functions are monomorphized (there’s a unique machine code version of it for every concrete type combination they are called with) to improve runtime performance, but that gives LLVM a lot more work to do - see point 2
Does that laptop have an SSD?
This is a recent example of a problem that required manual intervention or the system would not boot after updates. This happens every now and then on arch, it’s why you should check arch news before updating.
Jokes on you, this happened to me on fedora with an nvidia gpu.
unique_hempto
Technology@beehaw.org•Germany's Ecosia proposes stewardship to run Google Chrome
1·5 months agoAccording to this Google accounts for 90% of Chromium code contributions. If Google does not control Chrome anymore, expect them to mostly go away.
unique_hempto
Linux@lemmy.ml•Under the hood (not de's or gui) what REALLY separates linux from windows?
11·5 months agoFreeBSD is closer to Unix than Linux is



Doesn’t LTS change like twice a year nowadays?