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
- 5 Comments
Joined 2 years ago
Cake day: April 27th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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
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
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