I have been using Linux since my mid-teens in the late 2000s (with interruptions). In the late 2000s and early 2010s I really did do a lot of tinkering with the computer, but nowadays I rarely even install new software and hardly ever think of my operating system, at all.
- 26 Posts
- 116 Comments
non-destructive photo editing software that supports raw files
They serve mostly the same purpose. RawTherapee IIRC has more file management functionality; I am more used to darktable, so can’t get used to RT.
schnurrito@discuss.tchncs.deto Programming@programming.dev•What would be the best way to store the country of a user in SQL?4·1 month agoHow exactly you create that table is up to you of course, I don’t know enough about your project setup.
schnurrito@discuss.tchncs.deto Programming@programming.dev•What would be the best way to store the country of a user in SQL?91·1 month agonot sure I understand the distinction between the “am I supposed to” and “maybe I could” parts?
You should create a table of all countries, you can just copy that from the above link. Then you reference that table with a foreign key in your users table.
schnurrito@discuss.tchncs.deto Programming@programming.dev•Falsehoods Programmers Believe About Aviation1·1 month agoCrash is a broader term than controlled flight into terrain.
TBF the last two bullet points are verbose descriptions of the thing it means in C++, Java, and Python too. It’s just that in JS, “this” can also be used in other places.
But yeah, in practice, every time I write JS I want to throw my hands in the air and shout “this is bullshit”, but never know what “this” refers to… :D
schnurrito@discuss.tchncs.deto Technology@lemmy.ml•It turns out you can train AI models without copyrighted material10·1 month ago“openly licensed” material is still copyrighted though
Also: copying is not theft, stealing a thing leaves one less left, copying it makes one thing more, that’s what copying’s for… 🎶 🎵
True if these are installed, but if I’m on a server’s command line they probably aren’t.
OK I’ll bite, how do you get rid of a literal ~ directory?
schnurrito@discuss.tchncs.deto Programmer Humor@programming.dev•Are IDEs really like this ?4·1 month agoI mainly code Java with IntelliJ.
- it doesn’t AFAIK have an integrated browser or if it does I have never encountered it ❌
- I have not seen it crash a lot and certainly not for the stated reason ❌
- if autocomplete isn’t working, that is a sign something about the build process isn’t set up right, so other things won’t work either ❔
- basic settings being buried deep in the menus is definitely a thing ✅
- if it underlines something, that has always been an error, I think it calls a real Java compiler for this ❌
- freezing at critical moments can occasionally be a thing ✅
schnurrito@discuss.tchncs.deto Opensource@programming.dev•What's the name of opensource collaborative hacker glossary/dictionary?1·2 months agoNot very clear what you’re looking for, but the https://en.m.wikipedia.org/wiki/Jargon_File is in the public domain so you could use it as a basis for a collaborative project, or maybe someone has already done that…
schnurrito@discuss.tchncs.deto Programming@programming.dev•What do you honestly think about Plebbit Protocol, and do you see it succeeding in the future?5·2 months agoif you can post text, you can post base64-encoded data, incl. images
schnurrito@discuss.tchncs.deto Programmer Humor@programming.dev•PHP: Gender\Gender - Manual4·2 months agoThx, fixed
schnurrito@discuss.tchncs.deto Programmer Humor@programming.dev•PHP: Gender\Gender - Manual351·2 months agoIf you click around a bit more in that documentation, you can see that that isn’t an enumeration of genders, it’s an interface for answering the question which gender any given name belongs to. (For example, “Andrea” is understood as exclusively feminine for German speakers, but it’s a common male first name in Italy.)
And originally it was “general image manipulation program”.
schnurrito@discuss.tchncs.deto Programmer Humor@programming.dev•Make Bash Great Again!!24·3 months agoI don’t think Donald Trump knows what a bash script is.
7/28. Of course no one would ever do most of those things, they are interesting to think about but with little practical use.