▲ 408 ▼ Dumbware.io - Stupid Simple Software (www.dumbware.io) submitted 1 year ago by mfat@lemmy.ml to c/selfhosted@lemmy.world 47 comments fedilink hide all child comments
[–] Xanza@lemm.ee 58 points 1 year ago (1 child) Really love the KISS concept. permalink fedilink source hideshow 2 child comments replies: [+] just_another_person@lemmy.world -42 points 1 year ago (5 children) There's a difference between KISS and just plain useless. These apps are like beginner code for people in high school. permalink fedilink source parent hideshow 10 child comments replies: [–] Xanza@lemm.ee 47 points 1 year ago I don't even a little bit agree. You're welcome to your opinion, but being an asshole just for the sake of it is a bad look. permalink fedilink source parent [–] drkt@scribe.disroot.org 24 points 1 year ago (3 children) Yeah let's instead install a massive bloated shit project that the original developers left years ago and the maintainers don't know heads from tails of the codebase because it's too massive to maintain, with enough dependencies to make even a small child think he's independent by comparison. All so that we can, uh, synchronize a markdown text file across 3 computers. These projects exist so that we don't all have to re-invent the wheel every single time we need something simple. They have a purpose, even if they're not pushing the envelope. I've developed a bunch of software to do extremely simple things for myself because all the existing options are massive and bloated and do a million more things than I need. I'm sure your projects look impressive on your resumé, though. permalink fedilink source parent hideshow 6 child comments replies: [–] Xanza@lemm.ee 8 points 1 year ago (5 children) Yeah let’s instead install a massive bloated shit project that the original developers left years ago and the maintainers don’t know heads from tails of the code base because it’s too massive to maintain So much this. I recently had OneDev recommended to me as a forgejo alternative. I was told that it was "very lightweight." Intrigued I tried it out. It fuckin' runs java and is resource heavy as fuck. Just sitting idle it consumes almost 13% of VPS RAM: http://i.xno.dev/u/SGXxO2.png permalink fedilink source parent hideshow 10 child comments replies: [–] jonathan@lemmy.zip 4 points 1 year ago (2 children) I don't know what you're running there mate, Forgejo is a golang app. permalink fedilink source parent hideshow 4 child comments replies: [–] uranibaba@lemmy.world 2 points 1 year ago I would assume it is OneDev, as the previous poster tried it as an alternative to Forgejo. permalink fedilink source parent [+] Xanza@lemm.ee -12 points 1 year ago (2 children) Forejo isn't an "app." It's a for-profit fork of Gitea... It's a hosted git solution. Quite a bit more than "an app." permalink fedilink source parent hideshow 4 child comments replies: [–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent [–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent [–] LiveLM@lemmy.zip 3 points 1 year ago (2 children) Sweet color scheme, what's the name? permalink fedilink source parent hideshow 4 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago Application is bashtop. Terminal theme is gruvbox. permalink fedilink source parent [–] kionite231@lemmy.ca 2 points 1 year ago I think it's Gruvbox but I could be wrong permalink fedilink source parent [–] enumerator4829@sh.itjust.works 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” for a CI/CD and collaboration suite that seems aimed at enterprise users. You can also tweak how much memory you’d like the jvm to grab with ’-Xms100m’. Any defaults are most likely aimed at much larger deployments than yours. But yes, Java is a disease. permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” [...] CI/CD and collaboration suite that seems aimed at enterprise users. It's not being used for CI/CD, so it's a webui for git. It absolutely is heavy as fuck for just sitting there. permalink fedilink source parent hideshow 2 child comments replies: [–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent [–] MITM0@lemmy.world 1 point 1 year ago (1 child) I suggest Fossil as an alternative to Forgejo. Reminder it's an alternative to git itself (If you wish to use it) permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 2 points 1 year ago (1 child) Made by D. Richard Hipp? I do love SQLite.... permalink fedilink source parent hideshow 2 child comments replies: [–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent [–] BlueBockser@programming.dev 1 point 1 year ago* (last edited 1 year ago) (2 children) You still have 63% RAM available in that screenshot, there are zero problems with Java using 13% RAM. It's the same as the tired old trope of "ChRoMe Is EaTiNg My MeMoRy". Unused memory is wasted memory if it can be used for caching instead, so unless you're running out of available memory, there is no problem. Also, the JVM has a lot of options for configuring its various caches as well as when it allocates or releases memory. Maybe take a look at that first. Edit: Apparently people don't want to hear this but don't have any actual arguments to reply with. Sorry to ruin your "JaVa BaD" party. permalink fedilink source parent hideshow 4 child comments replies: [–] TrumpetX@programming.dev 6 points 1 year ago* Sad that you're downvoted for being right. Java apps can be memory hogs, but anything else can be too. The jvm is exceptionally performant for persistently running apps. permalink fedilink source parent [–] Opeth@lemm.ee 3 points 1 year ago Yeah. Why have RAM when you're not gonna use it? The JVM is pretty efficient permalink fedilink source parent [+] monogram@feddit.nl 4 points 1 year ago* (last edited 6 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org -1 points 1 year ago I only looked at dumpdrop and it seemed fine, to me. Compared to other similar projects which are 10 times as large and provide essentially the same functionality. The world of web-based file-uploading solutions is fucked. permalink fedilink source parent [+] just_another_person@lemmy.world -10 points 1 year ago (1 child) And there's a difference between utilitarian and idiotic as well. The fact you can't tell the difference is a "you" problem, friend. permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org 12 points 1 year ago (1 child) Can you explain the difference to me such that my feeble mind may understand? permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world -13 points 1 year ago (1 child) Doesn't seem so. permalink fedilink source parent hideshow 2 child comments replies: [–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent [–] x00z@lemmy.world 6 points 1 year ago I'm not going to make all of these apps myself. I'm working on big boy apps. permalink fedilink source parent [–] ikidd@lemmy.world 2 points 1 year ago I wouldn't be surprised if they were spit out of Claude. permalink fedilink source parent [–] MITM0@lemmy.world -4 points 1 year ago (1 child) If you look at someone who's mastered coding, you'll realize that their code looks like a beginner permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world 11 points 1 year ago* (1 child) [removed by mod] permalink fedilink source parent hideshow 2 child comments replies: [–] Yaky@slrpnk.net 3 points 1 year ago Reminds me of a "minimalist text editor" that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs. permalink fedilink source parent
[+] just_another_person@lemmy.world -42 points 1 year ago (5 children) There's a difference between KISS and just plain useless. These apps are like beginner code for people in high school. permalink fedilink source parent hideshow 10 child comments replies: [–] Xanza@lemm.ee 47 points 1 year ago I don't even a little bit agree. You're welcome to your opinion, but being an asshole just for the sake of it is a bad look. permalink fedilink source parent [–] drkt@scribe.disroot.org 24 points 1 year ago (3 children) Yeah let's instead install a massive bloated shit project that the original developers left years ago and the maintainers don't know heads from tails of the codebase because it's too massive to maintain, with enough dependencies to make even a small child think he's independent by comparison. All so that we can, uh, synchronize a markdown text file across 3 computers. These projects exist so that we don't all have to re-invent the wheel every single time we need something simple. They have a purpose, even if they're not pushing the envelope. I've developed a bunch of software to do extremely simple things for myself because all the existing options are massive and bloated and do a million more things than I need. I'm sure your projects look impressive on your resumé, though. permalink fedilink source parent hideshow 6 child comments replies: [–] Xanza@lemm.ee 8 points 1 year ago (5 children) Yeah let’s instead install a massive bloated shit project that the original developers left years ago and the maintainers don’t know heads from tails of the code base because it’s too massive to maintain So much this. I recently had OneDev recommended to me as a forgejo alternative. I was told that it was "very lightweight." Intrigued I tried it out. It fuckin' runs java and is resource heavy as fuck. Just sitting idle it consumes almost 13% of VPS RAM: http://i.xno.dev/u/SGXxO2.png permalink fedilink source parent hideshow 10 child comments replies: [–] jonathan@lemmy.zip 4 points 1 year ago (2 children) I don't know what you're running there mate, Forgejo is a golang app. permalink fedilink source parent hideshow 4 child comments replies: [–] uranibaba@lemmy.world 2 points 1 year ago I would assume it is OneDev, as the previous poster tried it as an alternative to Forgejo. permalink fedilink source parent [+] Xanza@lemm.ee -12 points 1 year ago (2 children) Forejo isn't an "app." It's a for-profit fork of Gitea... It's a hosted git solution. Quite a bit more than "an app." permalink fedilink source parent hideshow 4 child comments replies: [–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent [–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent [–] LiveLM@lemmy.zip 3 points 1 year ago (2 children) Sweet color scheme, what's the name? permalink fedilink source parent hideshow 4 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago Application is bashtop. Terminal theme is gruvbox. permalink fedilink source parent [–] kionite231@lemmy.ca 2 points 1 year ago I think it's Gruvbox but I could be wrong permalink fedilink source parent [–] enumerator4829@sh.itjust.works 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” for a CI/CD and collaboration suite that seems aimed at enterprise users. You can also tweak how much memory you’d like the jvm to grab with ’-Xms100m’. Any defaults are most likely aimed at much larger deployments than yours. But yes, Java is a disease. permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” [...] CI/CD and collaboration suite that seems aimed at enterprise users. It's not being used for CI/CD, so it's a webui for git. It absolutely is heavy as fuck for just sitting there. permalink fedilink source parent hideshow 2 child comments replies: [–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent [–] MITM0@lemmy.world 1 point 1 year ago (1 child) I suggest Fossil as an alternative to Forgejo. Reminder it's an alternative to git itself (If you wish to use it) permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 2 points 1 year ago (1 child) Made by D. Richard Hipp? I do love SQLite.... permalink fedilink source parent hideshow 2 child comments replies: [–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent [–] BlueBockser@programming.dev 1 point 1 year ago* (last edited 1 year ago) (2 children) You still have 63% RAM available in that screenshot, there are zero problems with Java using 13% RAM. It's the same as the tired old trope of "ChRoMe Is EaTiNg My MeMoRy". Unused memory is wasted memory if it can be used for caching instead, so unless you're running out of available memory, there is no problem. Also, the JVM has a lot of options for configuring its various caches as well as when it allocates or releases memory. Maybe take a look at that first. Edit: Apparently people don't want to hear this but don't have any actual arguments to reply with. Sorry to ruin your "JaVa BaD" party. permalink fedilink source parent hideshow 4 child comments replies: [–] TrumpetX@programming.dev 6 points 1 year ago* Sad that you're downvoted for being right. Java apps can be memory hogs, but anything else can be too. The jvm is exceptionally performant for persistently running apps. permalink fedilink source parent [–] Opeth@lemm.ee 3 points 1 year ago Yeah. Why have RAM when you're not gonna use it? The JVM is pretty efficient permalink fedilink source parent [+] monogram@feddit.nl 4 points 1 year ago* (last edited 6 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org -1 points 1 year ago I only looked at dumpdrop and it seemed fine, to me. Compared to other similar projects which are 10 times as large and provide essentially the same functionality. The world of web-based file-uploading solutions is fucked. permalink fedilink source parent [+] just_another_person@lemmy.world -10 points 1 year ago (1 child) And there's a difference between utilitarian and idiotic as well. The fact you can't tell the difference is a "you" problem, friend. permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org 12 points 1 year ago (1 child) Can you explain the difference to me such that my feeble mind may understand? permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world -13 points 1 year ago (1 child) Doesn't seem so. permalink fedilink source parent hideshow 2 child comments replies: [–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent [–] x00z@lemmy.world 6 points 1 year ago I'm not going to make all of these apps myself. I'm working on big boy apps. permalink fedilink source parent [–] ikidd@lemmy.world 2 points 1 year ago I wouldn't be surprised if they were spit out of Claude. permalink fedilink source parent [–] MITM0@lemmy.world -4 points 1 year ago (1 child) If you look at someone who's mastered coding, you'll realize that their code looks like a beginner permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world 11 points 1 year ago* (1 child) [removed by mod] permalink fedilink source parent hideshow 2 child comments replies: [–] Yaky@slrpnk.net 3 points 1 year ago Reminds me of a "minimalist text editor" that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs. permalink fedilink source parent
[–] Xanza@lemm.ee 47 points 1 year ago I don't even a little bit agree. You're welcome to your opinion, but being an asshole just for the sake of it is a bad look. permalink fedilink source parent
[–] drkt@scribe.disroot.org 24 points 1 year ago (3 children) Yeah let's instead install a massive bloated shit project that the original developers left years ago and the maintainers don't know heads from tails of the codebase because it's too massive to maintain, with enough dependencies to make even a small child think he's independent by comparison. All so that we can, uh, synchronize a markdown text file across 3 computers. These projects exist so that we don't all have to re-invent the wheel every single time we need something simple. They have a purpose, even if they're not pushing the envelope. I've developed a bunch of software to do extremely simple things for myself because all the existing options are massive and bloated and do a million more things than I need. I'm sure your projects look impressive on your resumé, though. permalink fedilink source parent hideshow 6 child comments replies: [–] Xanza@lemm.ee 8 points 1 year ago (5 children) Yeah let’s instead install a massive bloated shit project that the original developers left years ago and the maintainers don’t know heads from tails of the code base because it’s too massive to maintain So much this. I recently had OneDev recommended to me as a forgejo alternative. I was told that it was "very lightweight." Intrigued I tried it out. It fuckin' runs java and is resource heavy as fuck. Just sitting idle it consumes almost 13% of VPS RAM: http://i.xno.dev/u/SGXxO2.png permalink fedilink source parent hideshow 10 child comments replies: [–] jonathan@lemmy.zip 4 points 1 year ago (2 children) I don't know what you're running there mate, Forgejo is a golang app. permalink fedilink source parent hideshow 4 child comments replies: [–] uranibaba@lemmy.world 2 points 1 year ago I would assume it is OneDev, as the previous poster tried it as an alternative to Forgejo. permalink fedilink source parent [+] Xanza@lemm.ee -12 points 1 year ago (2 children) Forejo isn't an "app." It's a for-profit fork of Gitea... It's a hosted git solution. Quite a bit more than "an app." permalink fedilink source parent hideshow 4 child comments replies: [–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent [–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent [–] LiveLM@lemmy.zip 3 points 1 year ago (2 children) Sweet color scheme, what's the name? permalink fedilink source parent hideshow 4 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago Application is bashtop. Terminal theme is gruvbox. permalink fedilink source parent [–] kionite231@lemmy.ca 2 points 1 year ago I think it's Gruvbox but I could be wrong permalink fedilink source parent [–] enumerator4829@sh.itjust.works 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” for a CI/CD and collaboration suite that seems aimed at enterprise users. You can also tweak how much memory you’d like the jvm to grab with ’-Xms100m’. Any defaults are most likely aimed at much larger deployments than yours. But yes, Java is a disease. permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” [...] CI/CD and collaboration suite that seems aimed at enterprise users. It's not being used for CI/CD, so it's a webui for git. It absolutely is heavy as fuck for just sitting there. permalink fedilink source parent hideshow 2 child comments replies: [–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent [–] MITM0@lemmy.world 1 point 1 year ago (1 child) I suggest Fossil as an alternative to Forgejo. Reminder it's an alternative to git itself (If you wish to use it) permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 2 points 1 year ago (1 child) Made by D. Richard Hipp? I do love SQLite.... permalink fedilink source parent hideshow 2 child comments replies: [–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent [–] BlueBockser@programming.dev 1 point 1 year ago* (last edited 1 year ago) (2 children) You still have 63% RAM available in that screenshot, there are zero problems with Java using 13% RAM. It's the same as the tired old trope of "ChRoMe Is EaTiNg My MeMoRy". Unused memory is wasted memory if it can be used for caching instead, so unless you're running out of available memory, there is no problem. Also, the JVM has a lot of options for configuring its various caches as well as when it allocates or releases memory. Maybe take a look at that first. Edit: Apparently people don't want to hear this but don't have any actual arguments to reply with. Sorry to ruin your "JaVa BaD" party. permalink fedilink source parent hideshow 4 child comments replies: [–] TrumpetX@programming.dev 6 points 1 year ago* Sad that you're downvoted for being right. Java apps can be memory hogs, but anything else can be too. The jvm is exceptionally performant for persistently running apps. permalink fedilink source parent [–] Opeth@lemm.ee 3 points 1 year ago Yeah. Why have RAM when you're not gonna use it? The JVM is pretty efficient permalink fedilink source parent [+] monogram@feddit.nl 4 points 1 year ago* (last edited 6 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org -1 points 1 year ago I only looked at dumpdrop and it seemed fine, to me. Compared to other similar projects which are 10 times as large and provide essentially the same functionality. The world of web-based file-uploading solutions is fucked. permalink fedilink source parent [+] just_another_person@lemmy.world -10 points 1 year ago (1 child) And there's a difference between utilitarian and idiotic as well. The fact you can't tell the difference is a "you" problem, friend. permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org 12 points 1 year ago (1 child) Can you explain the difference to me such that my feeble mind may understand? permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world -13 points 1 year ago (1 child) Doesn't seem so. permalink fedilink source parent hideshow 2 child comments replies: [–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent
[–] Xanza@lemm.ee 8 points 1 year ago (5 children) Yeah let’s instead install a massive bloated shit project that the original developers left years ago and the maintainers don’t know heads from tails of the code base because it’s too massive to maintain So much this. I recently had OneDev recommended to me as a forgejo alternative. I was told that it was "very lightweight." Intrigued I tried it out. It fuckin' runs java and is resource heavy as fuck. Just sitting idle it consumes almost 13% of VPS RAM: http://i.xno.dev/u/SGXxO2.png permalink fedilink source parent hideshow 10 child comments replies: [–] jonathan@lemmy.zip 4 points 1 year ago (2 children) I don't know what you're running there mate, Forgejo is a golang app. permalink fedilink source parent hideshow 4 child comments replies: [–] uranibaba@lemmy.world 2 points 1 year ago I would assume it is OneDev, as the previous poster tried it as an alternative to Forgejo. permalink fedilink source parent [+] Xanza@lemm.ee -12 points 1 year ago (2 children) Forejo isn't an "app." It's a for-profit fork of Gitea... It's a hosted git solution. Quite a bit more than "an app." permalink fedilink source parent hideshow 4 child comments replies: [–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent [–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent [–] LiveLM@lemmy.zip 3 points 1 year ago (2 children) Sweet color scheme, what's the name? permalink fedilink source parent hideshow 4 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago Application is bashtop. Terminal theme is gruvbox. permalink fedilink source parent [–] kionite231@lemmy.ca 2 points 1 year ago I think it's Gruvbox but I could be wrong permalink fedilink source parent [–] enumerator4829@sh.itjust.works 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” for a CI/CD and collaboration suite that seems aimed at enterprise users. You can also tweak how much memory you’d like the jvm to grab with ’-Xms100m’. Any defaults are most likely aimed at much larger deployments than yours. But yes, Java is a disease. permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” [...] CI/CD and collaboration suite that seems aimed at enterprise users. It's not being used for CI/CD, so it's a webui for git. It absolutely is heavy as fuck for just sitting there. permalink fedilink source parent hideshow 2 child comments replies: [–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent [–] MITM0@lemmy.world 1 point 1 year ago (1 child) I suggest Fossil as an alternative to Forgejo. Reminder it's an alternative to git itself (If you wish to use it) permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 2 points 1 year ago (1 child) Made by D. Richard Hipp? I do love SQLite.... permalink fedilink source parent hideshow 2 child comments replies: [–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent [–] BlueBockser@programming.dev 1 point 1 year ago* (last edited 1 year ago) (2 children) You still have 63% RAM available in that screenshot, there are zero problems with Java using 13% RAM. It's the same as the tired old trope of "ChRoMe Is EaTiNg My MeMoRy". Unused memory is wasted memory if it can be used for caching instead, so unless you're running out of available memory, there is no problem. Also, the JVM has a lot of options for configuring its various caches as well as when it allocates or releases memory. Maybe take a look at that first. Edit: Apparently people don't want to hear this but don't have any actual arguments to reply with. Sorry to ruin your "JaVa BaD" party. permalink fedilink source parent hideshow 4 child comments replies: [–] TrumpetX@programming.dev 6 points 1 year ago* Sad that you're downvoted for being right. Java apps can be memory hogs, but anything else can be too. The jvm is exceptionally performant for persistently running apps. permalink fedilink source parent [–] Opeth@lemm.ee 3 points 1 year ago Yeah. Why have RAM when you're not gonna use it? The JVM is pretty efficient permalink fedilink source parent
[–] jonathan@lemmy.zip 4 points 1 year ago (2 children) I don't know what you're running there mate, Forgejo is a golang app. permalink fedilink source parent hideshow 4 child comments replies: [–] uranibaba@lemmy.world 2 points 1 year ago I would assume it is OneDev, as the previous poster tried it as an alternative to Forgejo. permalink fedilink source parent [+] Xanza@lemm.ee -12 points 1 year ago (2 children) Forejo isn't an "app." It's a for-profit fork of Gitea... It's a hosted git solution. Quite a bit more than "an app." permalink fedilink source parent hideshow 4 child comments replies: [–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent [–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent
[–] uranibaba@lemmy.world 2 points 1 year ago I would assume it is OneDev, as the previous poster tried it as an alternative to Forgejo. permalink fedilink source parent
[+] Xanza@lemm.ee -12 points 1 year ago (2 children) Forejo isn't an "app." It's a for-profit fork of Gitea... It's a hosted git solution. Quite a bit more than "an app." permalink fedilink source parent hideshow 4 child comments replies: [–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent [–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent
[–] jonathan@lemmy.zip 18 points 1 year ago The fuck is Forejo. I'm running a personal Forgejo instance and have contributed to the project. It is not for-profit. permalink fedilink source parent
[–] MITM0@lemmy.world 3 points 1 year ago Did you say "For-Profit" ? Are you ok my dear ? permalink fedilink source parent
[–] LiveLM@lemmy.zip 3 points 1 year ago (2 children) Sweet color scheme, what's the name? permalink fedilink source parent hideshow 4 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago Application is bashtop. Terminal theme is gruvbox. permalink fedilink source parent [–] kionite231@lemmy.ca 2 points 1 year ago I think it's Gruvbox but I could be wrong permalink fedilink source parent
[–] Xanza@lemm.ee 3 points 1 year ago Application is bashtop. Terminal theme is gruvbox. permalink fedilink source parent
[–] kionite231@lemmy.ca 2 points 1 year ago I think it's Gruvbox but I could be wrong permalink fedilink source parent
[–] enumerator4829@sh.itjust.works 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” for a CI/CD and collaboration suite that seems aimed at enterprise users. You can also tweak how much memory you’d like the jvm to grab with ’-Xms100m’. Any defaults are most likely aimed at much larger deployments than yours. But yes, Java is a disease. permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” [...] CI/CD and collaboration suite that seems aimed at enterprise users. It's not being used for CI/CD, so it's a webui for git. It absolutely is heavy as fuck for just sitting there. permalink fedilink source parent hideshow 2 child comments replies: [–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent
[–] Xanza@lemm.ee 3 points 1 year ago (1 child) Not to be that guy, but 12% of 8G isn’t even close to ”heavy as fuck” [...] CI/CD and collaboration suite that seems aimed at enterprise users. It's not being used for CI/CD, so it's a webui for git. It absolutely is heavy as fuck for just sitting there. permalink fedilink source parent hideshow 2 child comments replies: [–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent
[–] enumerator4829@sh.itjust.works 0 points 1 year ago Just going off the marketing here: Git server with CI/CD, kanban, and packages. From the looks of it, they also seem to bundle the vscode server and a bunch of other stuff. I’m actually kinda surprised they do it with only 1G of RAM. permalink fedilink source parent
[–] MITM0@lemmy.world 1 point 1 year ago (1 child) I suggest Fossil as an alternative to Forgejo. Reminder it's an alternative to git itself (If you wish to use it) permalink fedilink source parent hideshow 2 child comments replies: [–] Xanza@lemm.ee 2 points 1 year ago (1 child) Made by D. Richard Hipp? I do love SQLite.... permalink fedilink source parent hideshow 2 child comments replies: [–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent
[–] Xanza@lemm.ee 2 points 1 year ago (1 child) Made by D. Richard Hipp? I do love SQLite.... permalink fedilink source parent hideshow 2 child comments replies: [–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent
[–] MITM0@lemmy.world 1 point 1 year ago Yes that one, comes with built-in ticketting, wiki, bug-tracker & webserver & web-UI permalink fedilink source parent
[–] BlueBockser@programming.dev 1 point 1 year ago* (last edited 1 year ago) (2 children) You still have 63% RAM available in that screenshot, there are zero problems with Java using 13% RAM. It's the same as the tired old trope of "ChRoMe Is EaTiNg My MeMoRy". Unused memory is wasted memory if it can be used for caching instead, so unless you're running out of available memory, there is no problem. Also, the JVM has a lot of options for configuring its various caches as well as when it allocates or releases memory. Maybe take a look at that first. Edit: Apparently people don't want to hear this but don't have any actual arguments to reply with. Sorry to ruin your "JaVa BaD" party. permalink fedilink source parent hideshow 4 child comments replies: [–] TrumpetX@programming.dev 6 points 1 year ago* Sad that you're downvoted for being right. Java apps can be memory hogs, but anything else can be too. The jvm is exceptionally performant for persistently running apps. permalink fedilink source parent [–] Opeth@lemm.ee 3 points 1 year ago Yeah. Why have RAM when you're not gonna use it? The JVM is pretty efficient permalink fedilink source parent
[–] TrumpetX@programming.dev 6 points 1 year ago* Sad that you're downvoted for being right. Java apps can be memory hogs, but anything else can be too. The jvm is exceptionally performant for persistently running apps. permalink fedilink source parent
[–] Opeth@lemm.ee 3 points 1 year ago Yeah. Why have RAM when you're not gonna use it? The JVM is pretty efficient permalink fedilink source parent
[+] monogram@feddit.nl 4 points 1 year ago* (last edited 6 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org -1 points 1 year ago I only looked at dumpdrop and it seemed fine, to me. Compared to other similar projects which are 10 times as large and provide essentially the same functionality. The world of web-based file-uploading solutions is fucked. permalink fedilink source parent
[–] drkt@scribe.disroot.org -1 points 1 year ago I only looked at dumpdrop and it seemed fine, to me. Compared to other similar projects which are 10 times as large and provide essentially the same functionality. The world of web-based file-uploading solutions is fucked. permalink fedilink source parent
[+] just_another_person@lemmy.world -10 points 1 year ago (1 child) And there's a difference between utilitarian and idiotic as well. The fact you can't tell the difference is a "you" problem, friend. permalink fedilink source parent hideshow 2 child comments replies: [–] drkt@scribe.disroot.org 12 points 1 year ago (1 child) Can you explain the difference to me such that my feeble mind may understand? permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world -13 points 1 year ago (1 child) Doesn't seem so. permalink fedilink source parent hideshow 2 child comments replies: [–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent
[–] drkt@scribe.disroot.org 12 points 1 year ago (1 child) Can you explain the difference to me such that my feeble mind may understand? permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world -13 points 1 year ago (1 child) Doesn't seem so. permalink fedilink source parent hideshow 2 child comments replies: [–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent
[+] just_another_person@lemmy.world -13 points 1 year ago (1 child) Doesn't seem so. permalink fedilink source parent hideshow 2 child comments replies: [–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent
[–] JackGreenEarth@lemm.ee 16 points 1 year ago As a neutral observer, it doesn't seem to me that you've really tried. permalink fedilink source parent
[–] x00z@lemmy.world 6 points 1 year ago I'm not going to make all of these apps myself. I'm working on big boy apps. permalink fedilink source parent
[–] ikidd@lemmy.world 2 points 1 year ago I wouldn't be surprised if they were spit out of Claude. permalink fedilink source parent
[–] MITM0@lemmy.world -4 points 1 year ago (1 child) If you look at someone who's mastered coding, you'll realize that their code looks like a beginner permalink fedilink source parent hideshow 2 child comments replies: [+] just_another_person@lemmy.world 11 points 1 year ago* (1 child) [removed by mod] permalink fedilink source parent hideshow 2 child comments replies: [–] Yaky@slrpnk.net 3 points 1 year ago Reminds me of a "minimalist text editor" that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs. permalink fedilink source parent
[+] just_another_person@lemmy.world 11 points 1 year ago* (1 child) [removed by mod] permalink fedilink source parent hideshow 2 child comments replies: [–] Yaky@slrpnk.net 3 points 1 year ago Reminds me of a "minimalist text editor" that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs. permalink fedilink source parent
[–] Yaky@slrpnk.net 3 points 1 year ago Reminds me of a "minimalist text editor" that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs. permalink fedilink source parent