Could you use windows intellij and docker instead?
GottaHaveFaith
- 0 Posts
- 40 Comments
You don’t need a new install, I actually found it useful having cosmic installed when KDE wasn’t working, I could just start it from the alt f2 cli
Because it’s a parody of humans
GottaHaveFaith@fedia.ioto
Comic Strips@lemmy.world•[Non comic] Increase of bot accounts
51·15 days agoManual mods action after user reports? I was just brainstorming, I’m not sure
GottaHaveFaith@fedia.ioto
Comic Strips@lemmy.world•[Non comic] Increase of bot accounts
101·15 days agoDaaamn I was also thinking about writing a post after yesterday “men bad” comics, I support doing something. Ban specific comic authors?
GottaHaveFaith@fedia.ioto
Ask Lemmy@lemmy.world•Should I switch to Qobuz or Tidal for music streaming?
4·23 days agoI know you can ((download)) music from tidal, not sure about qobuz (I remember doing it long ago, not sure about now)
Same, sometimes I even skip forward
Robot chicken has a fun Dilbert + Die Hard crossover episode
GottaHaveFaith@fedia.ioto
Ask Lemmy@lemmy.world•What would you consider the ideal "stoner food?"
1·29 days agoAnything with fats, I tried smoked salmon recently
GottaHaveFaith@fedia.ioto
Selfhosted@lemmy.world•Packaging Stremio’s GTK4 Shell: CEF Integration Adventures
5·1 month agoIs there a missing link?
Used it for a while, then switched to zed. I only need 2 ide, a big one such as idea and one that opens json files and stuff in under 1 second.
GottaHaveFaith@fedia.ioto
Selfhosted@lemmy.world•ISO Opensource, Selfhosted, Web Trends Monitor
3·2 months agoThat’s something worth money so I don’t think you’re going to find anything good
GottaHaveFaith@fedia.ioto
Linux@programming.dev•Libxml2 Becomes Officially Unmaintained After Maintainer Steps Down
4·2 months agoElectrical Vehicles use EXI to communicate with chargers, which is just compressed xml
GottaHaveFaith@fedia.ioto
Selfhosted@lemmy.world•Umami is vulnerable - upgrade immediately
2·2 months agoYes I re-read the cve, I thought it was an issue with an npm package with a cryptominer
GottaHaveFaith@fedia.ioto
Selfhosted@lemmy.world•Umami is vulnerable - upgrade immediately
28·2 months agoI don’t think a vpn would help here
Also they gave big tiddies to the snake for the furry crowd
GottaHaveFaith@fedia.ioto
Opensource@programming.dev•AliasVault: Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
1·2 months agoI only use it to receive email, so I don’t know about sending them, but they don’t go to spam
As for the vps yeah I use one, but it was a great experience to learn about selfhosting. As usual the difference between a vps and a pc at your home is static ip
GottaHaveFaith@fedia.ioto
Opensource@programming.dev•AliasVault: Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
2·2 months agoJust like selfhosting email I suppose, point the domain and add mx records etc. I self host Addy which is a service that does that
GottaHaveFaith@fedia.ioto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?
29·3 months agoI basically fix other people shitty voice for a living (replacing it with my own shitty code), the “best” one was by a guy, I suppose he was a self taught c programmer from how he wrote code, writing a complex python program. I saw:
- a function called randomNumberGenerator. It was a function which started a webserver. While looking for a python tutorial for something I found out why: he copy pasted the tutorial snippet but then didn’t bother renaming the function
- a program whose job was to listen to all other services and send them to another service via udp BUT it had a maximum buffer size so messages sometimes got truncated. I just directly put the listener in the target program and deleted it
- like another guy in this thread he didn’t use git. First day on the job they told me “yes, we need to check which machine has the latest code because he ssh into them and work there”. His version control was basically putting code in different machines
- lot of copied variables, because of c I suppose? Things like var = self.var
- camelCase python (ok this is just styling in the end)
- files with 10k lines of code
- half the services were in python 2, half in python 3. Don’t ask me why
- variables name in his original language (not English, not the client language)
- single letter variables, I fondly remember self.I (upper case i)
- I remember an
if a == a: (I left it there because lol) - he added a license check which used the ethernet mac address. Too bad ethernet was removed from the machine, and his code launched an exception which returned 00:00:00:00 as mac address, so all licenses were working on all machines
And many other things…
In another project I saw a backend running on the frontend, as in, this guy wrote the logic for a machine on the Javascript running the user interface of the screen
I had endeavouros with KDE, cosmic and another one with no issues, so I guess it’s just Linux Stuff™