You was m can use user units too if you want them scoped to your user.
- 0 Posts
- 41 Comments
dbx12@programming.devto
Asklemmy@lemmy.ml•Any recommendations for making a free or low-cost wiki for personal projects? (NOT Fandom though)
28·1 year agoYou could try out mediawiki (that’s the software Wikipedia is running on) on a local docket container on your machine to see if it actually is what you want or if you would prefer a simpler wiki software. Depending on how often you need it, you could self host on a raspberry pi in your home and make it accessible to your group through dyndns.
dbx12@programming.devto
Programmer Humor@programming.dev•I HATE THE ANDROID GRADLE PLUGIN I HATE THE ANDROID GRADLE PLUGIN I HATE THE ANDROID GRADLE PLUGIN I HATE THE ANDROID GRADLE PLUGIN I HATE THE ANDROID GRADLE PLUGIN I HATE THE ANDROID GRADLE PLUGIN...
65·1 year agocome develop Golang , its good here.
… and other ridiculous cope statements to laugh about
I am in this post and I don’t like it.
dbx12@programming.devto
Programmer Humor@programming.dev•Sometimes VSCode just shows you a gal
9·1 year agoI would go nowhere near a drenched feline since the most common version of them is likely in a very bad mood due to being drenched.
PlantUML supports Gantt charts if I remember correctly. Can run locally (java if I’m not mistaken) or via web.
dbx12@programming.devto
Programmer Humor@programming.dev•imagine if the crowsstrike bug was malicious...
10·1 year agoclickops
I think I will steal this.
dbx12@programming.devto
Programmer Humor@programming.dev•Seriously how many times does this have to happen
20·1 year agoAh, the horcrux technique.
dbx12@programming.devto
Programmer Humor@programming.dev•It's not like I just change things for the sake of change
1·1 year agoA reference to the software engineer who worked 20+ years at Microsoft and then became a goose farmer. The LinkedIn post became viral.
dbx12@programming.devto
Programmer Humor@programming.dev•It's not like I just change things for the sake of change
1·1 year agoReally true. I hope “new UI” stays optional until I retire or become a potato farmer. I haven’t worked long enough at Microsoft to deserve geese.
dbx12@programming.devto
Programmer Humor@programming.dev•Alcohol is my way to turn myself on and off again
3·1 year agoThe thing you are thinking about is called TOTP or timed one time password.
dbx12@programming.devto
Programmer Humor@programming.dev•Instructions were unclear:gotta be precise with that anotating tool
511·1 year agoWhen you are allowed into the vicinity of this kind of equipment, you should be able to identify matching shapes without circles in the first place…
uninstalls essential package
Why is my system broken? :O
Masks don’t only protect from airborne viruses…
Oh, that makes warnings errors and does not mean “ignore errors”. I’m not too familiar with compiler flags. You could do some mental gymnastics to argue that the unused variable causes the compiler to exit and thus the code is not functioning and thus the unused variable is not a warning but an error :^)
I for my part prefer it that way. Makes sure the code stays clean and nobody can just silence the warnings and be done with it. Because why would you accept useless variables that clutter the code in production builds? Imagine coming back after some time and try to understand the code again. At least you have the guarantee the variable is used somehow and not just “hmm, what does this do? … ah, it’s unused”
Unused variable is an error which fails to compile.
dbx12@programming.devto
Programmer Humor@programming.dev•My coding skill V/S My GitHub Repositories
7·2 years agoAnd half of them are “curated list of X”
dbx12@programming.devto
Boost for Lemmy@lemmy.world•Long pressing a malformed link crashes the appEnglish
21·2 years agoSo the
[url]()syntax is the problem. I would say that’s illegal markdown.
Hmm, I see. The perfectionist in me would want to shed that processor load though ^^


That’s why I start my dangerous queries with a broken first word like
ELETE FROM table...and do a proofread before adding the D. Saves you from annoying mistakes either by stupidity or fat fingering the enter key.