Are you saying the anus has ways of shutting it all down?
Are you saying the anus has ways of shutting it all down?
You might enjoy learning vanilla js and making a site with as few deps as you can get away with. Or a lightweight framework like svelte or preact. The browser stack is definitely some weird shit but it’s still somewhat approachable if you dig under the abstractions that most web devs never venture beyond. It definitely helped me cut through all the manufactured noise.
What software have you made? Sometimes people make me feel crazy when I tell them it’s bad to have deeply nested dependencies. Often I’ll dismiss a library if it depends on other things. I think the software world is rife with the idea that “if it works now, then my job is done”.
Spineless tech tips
A few weeks ago I watched Ladyhawk on a 13" TV with a built in VHS player. I realized that my brain didn’t care about the quality as soon as I started paying attention to the content. I still like my 1080p but there’s definitely massively diminishing returns after that.
On Linux Mint I can resize windows by hitting super+z, close windows with super+c, and move them around with super+left drag. There are others too, but I use these constantly. I was worried when I switched from Windows that I’d lose my shortcuts, but it turned out that there even more options on Mint.
I’m afraid of getting locked into anything so I do all my notes in raw markdown and organize it with vscode. I tried all sorts of things before I settled on this way but I’ve never looked back. Simplicity is king.
I was using my school’s website the other day and had a similar thought. I remember waiting a similar amount of time for many pages to load back in the dialup days. Why is it so slow to load a page that just shows some text and buttons??
What if that just drives you insane due to the problem described by Gödel’s incompleteness theorem? Maybe you’d become susceptible to someone telling you “this statement is false”.
I’ve been working on a raspberry pi based music notes box for shows on and off for about 5 years. I can count through and change songs with my foot, so I have an easier time keeping track of where I am in the song for live shows (I’m the bassist). I did all the programming and hardware stuff.
I think what started me down the anti-React path was realizing that there were other frameworks out there that don’t even use a virtual dom. Plus you get tired of being told that the most obvious and intuitive way to do various things in React actually goes against some best practice that they’ve established.
Same here! I remember when Digg only supported single-level replies. Good times…
I had one of those that was grandma-owned but the transmission shit the bed within 5k miles. What a pos.
I got pulled over and the cop found a 1/2 gram of pot in my car (a very small amount), which ended up with me having to do community service and take regular drug tests. I was working as a line cook at the time, but being forced to stop smoking weed gave me the push to finally apply for an entry level manufacturing position at a local company who does drug tests. Years later I still work there, but as a software engineer, and attending online college. I wouldn’t quite say I’m grateful about the ass backwards drug laws and invasive drug screening, but I really can’t argue that my current situation is a lot better than it was back then. Without that event, I might still be working random entry level jobs.
The Navidson Record from House of Leaves, although it’s questionable whether it is supposed to actually exist within the narrative.
3Blue1Brown on youtube has amazingly good visual explanations for various math concepts. Helped me out a lot when I was having trouble with calculus. It doesn’t help specifically with memorizing theorems or anything, but provides a good conceptual framework to start with. https://www.youtube.com/c/3blue1brown
They probably got stuff done, just not the things you left half implemented code for…
I hit the “wake on lan” icon on my phone, since my computer is in a different room from my monitor and the usb doesn’t work for waking it up directly. But if I could, left ctrl all day!
For a long time I tried, but one day I just decided to focus on the hobbies I care the most about. I dumped a lot of time into software for my career, then kept up with bass guitar practice and dirt biking. All the other hobbies are things I might pick up if I have a surplus of time, but I’ve accepted that I’ll never go that deep into them.
I dunno, I made an ipod clone app in Android for myself recently and it has both acceleration and a db progress indicator. These were not tough features to implement…