No, I’ve removed the indentation of the first ul
- 3 Posts
- 13 Comments
Too much list indentation. Cool glow effect
verstra@programming.devto
Selfhosted@lemmy.world•What Is A Good Sub $300 Computer I Can Use For A Server?English
2·2 months agoIt would, but it does not have SATA. You can find much cheaper computers that do have it
verstra@programming.devto
Selfhosted@lemmy.world•What Is A Good Sub $300 Computer I Can Use For A Server?English
1·2 months agoFor a server like this 4GB of DDR4 is enough. And that is cheap still.
Actually, I remember that on iceland they were injecting CO2 into rock, and it was shipped to them from … Swicerland, I think, in shipping tanks. It was captured from concrete manufacturing plants, which apparently produce a ton if it. So there you go - cheap CO2 is not a problem
Let’s separate CO2 from atmosphere and use it to run such generators. Win win. But don’t ask physics about this top much
verstra@programming.devto
Programming@programming.dev•Nobody Gets Promoted for Simplicity
0·4 months agoLet’s say I manage an engineering department. How could I promote people who build simple software?
verstra@programming.devto
Selfhosted@lemmy.world•Storyden: A forum for the modern age.English
3·5 months agoThis looks … great.
verstra@programming.devto
Programming@programming.dev•PSA: including a diff in your git commit message can lead to it being applied to the code
0·5 months agoHa. Lol. That’s bad
verstra@programming.devto
Programming@programming.dev•PSA: including a diff in your git commit message can lead to it being applied to the code
0·5 months agoContext: this happens if you use
patch(1) with patches generated bygit format-patch. If you do, you should be usinggit aminstead.
verstra@programming.devto
Programming@programming.dev•Tools built on tree-sitter's concrete syntax trees
0·6 months agoI’m a bit surprised helix editor is not mentioned. It is based on tree-sitter grammars and allows for stuff like select-around-function or select-around-argument, to use grammar in the code navigation. Pretty wild and useful.



Think of them as operating on the whole column at once.
For example LAG would be like selecting a whole column in excel and copy pasting it one row down