I just thought "what if programming languages had flavours", and this is the list of tastes I came up with:
C: steel
C++: coal
Assembly: rock
Java: wood
PHP: duct tape
JavaScript: plastic (like packaging)
Python: playdough
Shell scripts: concrete
Swift: salt
Haskell: disinfectant
Go: rubber
Rust: glass
iβve been wanting to learn a functional #prrogramming language (looking at elixir rn),, does anyone have any exercises/small project ideas they recommend
[article] How I solved the dilemma of personal notes
https://imn1.xyz/posts/008_personal_notes.html
Discussions: https://discu.eu/q/https://imn1.xyz/posts/008_personal_notes.html
doing a bachelor of nerd with a major in sleep deprivation
markdown my beloved
i will use it anywhere specially in places that donβt support it
"πππAMTRAKπππ"
submitted by u/clemenslucas
https://redd.it/16803p2
#fuckcars
born to watch 6 hour long videos forced to actually do things
FYI, when a website erases your text that you just spent an hour writing, you can use this little trick to recover it 99% of the time:
1. find the firefox pid
$ pgrep -l firefox
2. attach gdb to firefox and dump its core
$ sudo gdb <pid>
gcore firefox.dump
<this takes awhile>
quit
<firefox dies>
3. find your lost text in the coredump
$ strings firefox.dump | grep "a unique word/sentence from ur text"
i just did this today to recover a long post i wrote, and figured i'd show others!!
whenever i make a game as an assignment i always end up spending too much time making sprites (or rather,, too much energy thinking about making sprites)
I really want to make some now but ive got two tests next week that i havent studied for yet
i actually got a fantastic idea using HTMX and elixir omg
RE: https://seafoam.space/objects/15c37d88-1040-4457-b161-ba09a3ff5d15
packer.nvim is unmaintained,,,,,
NOTICE:
This repository is currently unmaintained. For the time being (as of August, 2023), it is recommended to use one of the following plugin managers instead:
β¦
https://github.com/wbthomason/packer.nvim
I used it because I couldnβt figure out Lazy but i gotta migrate my config now