

more legible than a ssd for humans


more legible than a ssd for humans
With subdomains and ddos protection
Thats why I bought a dirt cheap domain that is entirely numbers, and it renews for 10 dollars every 10 years.
I just need to remember the digits.
<string of digits>.xyz


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
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.


The 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


I’ve gotten segfaults in python with only the standard library


There 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


Huh 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.


I 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


I 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.
This is why its generally better to only write new code in more memory safe langs instead of rewriting everything