cat ~/.bash_history | grep
- 0 Posts
- 33 Comments
Hammerheart@programming.devto
Programmer Humor@programming.dev•Why make it complicated?
4·6 months agoThat’s just a comment
It does. Empty collections, 0, None
Hammerheart@programming.devto
Programmer Humor@programming.dev•Are IDEs really like this ?
1·7 months agoWhat do you think it is?
How does that work?
Hammerheart@programming.devto
Programmer Humor@programming.dev•(How to trigger programmers (and make them irrationally angry)
19·10 months agoshort variable names, and the only vowel is ‘i’
Hammerheart@programming.devto
Programmer Humor@programming.dev•What's next? Picoservices?
1·10 months agoMetaservices.
Hammerheart@programming.devto
Programming@programming.dev•To people making shitty guides/tutorials.
6·10 months agoI think those are more interesting. I like seeing the process.
Hammerheart@programming.devto
Programming@programming.dev•What are some good resources to learn to write very reliable/formally verifiable software?
9·10 months agoThat’s kindeof poetic tbh
I needed to read this. Thank you.
Hammerheart@programming.devto
Programming@programming.dev•How should I continue learning?
4·1 year agoCodewars is a cool leetcode-esque thing with less of the corporate dystopia sheen.
Hammerheart@programming.devto
Programming@programming.dev•How do you view your role in public ethics as a developer?
12·1 year agoIdk, I still think information wants to be free. If you figured it out just farting around, sophisticated malevolent actors are likely already doing similar things. Might be better to let the genie out of the bottle, so people can learn to be skeptical. Deep fakes are optimally effective when a majority still accepts the veracity of images as an article of faith.
lgtm
Hammerheart@programming.devto
Programmer Humor@programming.dev•BS from MS about AI helping an MD
6·1 year agoThats actually not a terrible idea.
Hammerheart@programming.devto
Programmer Humor@programming.dev•BS from MS about AI helping an MD
4·1 year agoIf anything, their tech hours got reduced.
Damn, I wanted to mention sqlite.
Hammerheart@programming.devto
Programming@programming.dev•Advanced Terminal Tips and Tricks
1·1 year agoI find it easier using my pinky to hit ctrl than taking my fingers off the home row to use the arrow keys.
Hammerheart@programming.devto
Programming@programming.dev•Advanced Terminal Tips and Tricks
2·1 year agoctrl-b: move cursor back one character
ctrl-f: move cursor foward one character
ctrl-d: delete character under cursor
Yes, it was meant to be a self deprecating admission that I have used this unnecessarily verbose command.