What kind of cs degree did you get where you learned about electrical circuits. The closest to hardware I’ve learned is logic circuit diagrams and verilog.
- 0 Posts
- 22 Comments
Euphoma@lemmy.mlto linuxmemes@lemmy.world•Personally I'm grateful to not need 3rd party packagesEnglish1·1 month agoThe nixos repo size is misleading, since it also repackages python packages, haskell packages, emacs packages, etc even though you can still download them the normal way.
Every wish you grant causes you to owe more wishes to the genie
Euphoma@lemmy.mlto Programmer Humor@programming.dev•Something something history is a flat circleEnglish1·2 months agoI’ve gotten segfaults in python with only the standard library
Euphoma@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Is there anything torrent-like, decentralized way of finding new stuff ?English3·2 months agoThere was a peer 2 peer reddit clone I used 5 years ago. It was a standalone app for linux. I forgot what it was called. It was pretty dead back then though, less than one post per day.
edit: i found it https://getaether.net/
def even(n: int) -> bool: code = "" for i in range(0, n+1, 2): code += f"if {n} == {i}:\n out = True\n" j = i+1 code += f"if {n} == {j}:\n out = False\n" local_vars = {} exec(code, {}, local_vars) return local_vars["out"]
scalable version
Euphoma@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•When Piracy Had a Kiosk at the Mall: Power Player Super Joy IIIEnglish4·4 months agoHuh I guess that doesn’t happen anymore, because I was at a mall the other day and some guy was trying to convince me to buy a bootleg console with like 9000 games
Its annoying when I’m trying to listen to lecture, they should really go outside the room to take calls
Dang I’m in college right now and in highschool most teachers didn’t mind you looking at your phone in class. In college the profs don’t even react to people taking calls in class.
Euphoma@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•*Permanently Deleted*English2·5 months agoI just watched it today with my friends and had fun. Idk it was pretty funny movie
Evil mode, god mode, devil mode, meow mode all exist to fix this problem
Euphoma@lemmy.mlto linuxmemes@lemmy.world•I hate people who only release their App on flatpakEnglish3·6 months agoI had a 200 gb ssd on my laptop and kept running out of space because all the old generations from nixos,
What happened to the logo. I swear like 2 years ago it was a picture of an actual ladybird
Chinese yuri and yaoi goes hard but most of the good ones are webnovels. Heavenly officials blessing has a chinese anime adaptation tho.
Euphoma@lemmy.mlto Asklemmy@lemmy.ml•What do you think about that most big VR technology is owned by big companies like Meta and Tik Tok?English2·1 year agoOk I found this post like a week late, but TikTok bought a VR company called Pico several years ago and they were investing money into new software and headsets, but recently cancelled all of their planned games. They are still making a new headset, but they also seemed to cancel their entry into the US market. They also had a ton of layoffs last year.
So basically, I think they’ve lost interest in VR.
Looks like there’s an emacs package for elastic tab stops.
Fiona and Cake already existed in the original adventure time show anyways.
Ctrl-C halts whatever is running in your terminal though. To be fair, I’ve always just used Ctrl-Shift-C because thats closer to my hand.
Theres an emacs map plugin, and a webkit browser, and org mode is basically notes + calendar, you can edit and copy remote files with tramp mode. Theres also an emacs plugin for launching steam games.
Emacs comes with a plugin called “doctor” which is a rudimentary text ai from the 90s
One time I wanted to edit a binary file and I found out emacs comes with a hex editor