- 0 Posts
- 24 Comments
lemming934@lemmy.sdf.orgto Technology@beehaw.org•How Self-Driving Cars will Destroy Cities (and what to do about it)19·8 months agoThat’s a good point to illustrate the importance of banning cars for personal transportation; all of the traffic is making your partner’s job slower and more stressful
lemming934@lemmy.sdf.orgto Linux@lemmy.ml•How to install up-to-date python for a user only?3·9 months agoI prefer Micromamba since it’s faster at solving environments.
lemming934@lemmy.sdf.orgto Technology@beehaw.org•No time to read? Google’s new AI will turn anything into an NPR segment4·9 months agoI see, my favorite podcast (“A History of Rock Music in 500 Songs”)[https://500songs.com/] has no ads. I’d strongly recommend if your interested in that kind of music
lemming934@lemmy.sdf.orgto Technology@beehaw.org•No time to read? Google’s new AI will turn anything into an NPR segment2·9 months agoI don’t understand what you mean. I just skip the ads with my skip 30 seconds button.
lemming934@lemmy.sdf.orgto Technology@beehaw.org•After is a new dating app that tries to tackle ghosting8·9 months agoIf you’re doing it over an app, without the chance for the person you’re dumping to respond, I see no risk of things turning nasty
lemming934@lemmy.sdf.orgto Linux@programming.dev•20 years later, real-time Linux makes it to the kernel - really7·10 months agoI’m not an expert, but have used a real time kernel for scientific research, using rtxi. My understanding is that the real time threads allows the computations to occur in a deterministic amount of time. This is necessary if you want to quickly respond to changes in personal membrane voltage with injections of current, and don’t want it to sometimes take longer to calculate how much current to inject.
lemming934@lemmy.sdf.orgto Technology@beehaw.org•Why are US states, school districts banning smartphones in schools?3·1 year agoIn the US you sometimes hear that phones in class are necessary to see if your kids are OK in a school shooting scenario.
I think this isn’t a good argument, since school shootings are rare, and it’s unclear if each student having a phone would do more harm than good in that kind of situation.
lemming934@lemmy.sdf.orgto Technology@beehaw.org•Why are US states, school districts banning smartphones in schools?14·1 year agoI don’t see the connection between neurodivergence and phones
lemming934@lemmy.sdf.orgto Technology@beehaw.org•Electric Aviation is already better than you think - Volts with David Roberts3·1 year agoShort haul flights should probably be high speed train rides anyway
lemming934@lemmy.sdf.orgto Linux@lemmy.ml•Are there any things in Linux that need to be started over from scratch?3·1 year agoHow would virtual environment software, like conda, work without $PATH?
lemming934@lemmy.sdf.orgto Linux@lemmy.ml•Are there any things in Linux that need to be started over from scratch?6·1 year agoThe goal of the zig language is to allow people to write optimal software in a simple and explicit language.
It’s advantage over c is that they improved some features to make things easier to read and write. For example, arrays have a length and don’t decay to pointers, defer, no preprocessor macros, no makefile, first class testing support, first class error handling, type inference, large standard library. I have found zig far easier to learn than c, (dispite the fact that zig is still evolving and there are less learning resources than c)
It’s advantage over rust is that it’s simpler. Ive never played around with rust, but people have said that the language is more complex than zig. Here’s an article the zig people wrote about this: https://ziglang.org/learn/why_zig_rust_d_cpp/
lemming934@lemmy.sdf.orgto Fediverse@lemmy.world•President Biden is now posting into the fediverseEnglish45·1 year agoThe obscurity of the Fediverse is not its defense from enshittification. The fact that it’s so easy to move from server to server is.
If lemmy.world enshittifies, you can just move to lemmy.sdf.org without a big loss.
I think that lemmy could use more people.
lemming934@lemmy.sdf.orgto Fediverse@lemmy.world•Second largest Lemmy instance preemptively un-friends FacebookEnglish5·1 year agoLemmy.ml is also the instance made by the lemmy devs
lemming934@lemmy.sdf.orgto Technology@lemmy.world•On this day in 1991, Linus Torvalds announced he was working on what would become LinuxEnglish2·2 years agoit still doesn’t work with a whole load of software even with Wine.
I don’t think being able to run programs designed and compiled for windows is a requirement to be considered a usable os. For example, you can not run safari on windows. Does this mean windows doesn’t count as a usable os?
I think the definition of useable should be that software exists that can do the kind of things you want to do on your computer. In that sense, Linux is perfecty useable on the desktop, at least for people who have similar computing requirements to me.
lemming934@lemmy.sdf.orgto Fediverse@lemmy.world•has lemmy.world been going down these past few days or is it the app I use?English1·2 years agoDid you try my suggestion in this comment?
https://lemmy.sdf.org/comment/1491482
I think your problem is that you aren’t pointing PowerShell at the right folder. You can use the
cd
command to get to the right folder containing the python script and config file.
lemming934@lemmy.sdf.orgto Fediverse@lemmy.world•Now that smaller instances are disappearing, which instances do you think will stand the test of time?English1·2 years agoIt’s not too bad, it seems more difficult because I added all the steps. Changing the folder PowerShell is looking at is easy to do, but hard to explain.
Ive used pythorhead which seems to be more actively maintained