I don’t think the movie overall is bleak at all. the world they live in is pretty bleak but all things considered it has a positive view of most of its characters imo
- 0 Posts
- 18 Comments
So you write out all your commands as machine code I assume? wait no, obviously you set the transistor state manually with an electron gun?
Once I got used to single-directory filetree browsing plus fuzzy finding, I have never been able to comfortably use a traditional filetree anymore. most of them are not designed for efficient keyboard use (vscode and intellij at least) and don’t really help understanding the structure of the project imo (unless there arent that many files). For massive projects I find it easier to spend the initial effort of learning a few directory names and the vague structure using oil.nvim, and then eventually I can just find what I need almost instantly by fuzzy finding.
I wonder if there’s already a git extension to automatically stash the working tree on every clean/reset/checkout operation…
I’m so cooked I genuinely thought that’s what it was at first, until I noticed all the words were slang/recent colloquialisms
murtaza64@programming.devto
Programmer Humor@programming.dev•Returns a sorted list in O(1) time
12·2 years agoyou can make it sort the first k elements and it will still be O(1). Set k high enough and it might even be useful
murtaza64@programming.devto
Programmer Humor@lemmy.ml•know the features of your language
3·2 years agoYou don’t need the and right? Can’t it just be
return a or bThis doesn’t work if a is falsy non-null actually
murtaza64@programming.devto
Programming@programming.dev•Monaspace - Microsoft presents a new font family for code
16·2 years agoI love the idea of using multiple font faces at the same time while looking at code. I wonder if (hope?) terminals will one day soon support switching fonts with control sequences… Would be pretty awesome!
murtaza64@programming.devto
Programming@programming.dev•Monaspace - Microsoft presents a new font family for code
9·2 years agoIt looks like it’s not an actual height difference, but the smaller width makes the second i look significantly smaller than the first, also implying a lower height.
murtaza64@programming.devto
Programming@programming.dev•What are your programming hot takes?
12·2 years agoThe difference between generating JSON and generating HTML is minimal for the server, doesn’t seem to me like server side rendered sites have significantly higher server compute costs. Also generally for SPAs, the server has to replicate whatever flow is happening on the client anyway to keep state in line (since the client can’t be trusted)
Seems like the prediction about the web panned out…
murtaza64@programming.devto
Programming@programming.dev•What happens when you open a terminal and enter ‘ls’
1·2 years agoThis is a great deep dive! I am curious how difficult/slow it is to extend the modern xterm interface. For example, I saw that some terminals now support squiggly underlines for errors. What would it take to build a terminal (and associated interface) that supported things like text size? (Of course it would break a lot of applications that treat the screen as a two dimensional grid)
murtaza64@programming.devto
Programming@programming.dev•What happens when you open a terminal and enter ‘ls’
1·2 years agoLast time I used warp it also wasn’t super customizable. I like messing with the prompt and stuff. I wonder if that’s changed. I did get a t-shirt from them for doing a user interview though :)
Really into these dutch invasion memes eh?
murtaza64@programming.devto
Programming@programming.dev•What is your favorite VSCodium/VSCode theme?
1·3 years agoI created a variant of Monokai/Monokai Soda called Monokai Vapor, available in the marketplace :)




I feel like I got pretty lucky with my bitwig setup (on arch)? I selected PipeWire as the output driver and everything just works (no latency, midi is fine, other apps can still be heard). the only caveat is I have to fiddle a bit if I want the audio to be sent over screen sharing apps, which I think introduces a decent amount of latency. Maybe bitwig has invested in some tech the other DAWs don’t have since it’s commercial software and Linux support is one of their competitive advantages…