this post was submitted on 09 Feb 2024
428 points (95.7% liked)

Linux

48143 readers
779 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

If your IP (and possible your browser) looks "suspicious" or has been used by other users before, you need to add additional information for registration on gitlab.com, which includes your mobile phone number and possibly credit card information. Since it is not possible to contribute or even report issues on open source projects without doing so, I do not think any open source project should use this service until they change that.

Screenshot: https://i.ibb.co/XsfcfHf/gitlab.png

you are viewing a single comment's thread
view the rest of the comments
[–] ipacialsection@startrek.website 160 points 9 months ago (2 children)

I remember when gitlab.com was the most accessible alternative to GitHub out there, but it seems they're only interested in internal enterprise usage now. Their main page was already completely unreadable to someone not versed in enterprise tech marketing lingo, and now this.

Thankfully Gitea and Forgejo have gotten better in the meantime, with Codeberg as a flagship instance of the latter.

[–] AdmiralShat@programming.dev 68 points 9 months ago (5 children)

On a tangent, why are all of these companies pushing AI programming? This shit isn't nearly as functional as they make it seem and all the beginners who try it are constantly asking questions about why their generated code doesn't work

[–] agent_flounder@lemmy.world 64 points 9 months ago (1 children)

We are in the hype cycle so everyone is going bananas and there's money to be made prior to the trough of disillusionment.

[–] youngGoku@lemmy.world 5 points 9 months ago* (last edited 9 months ago)

Haha so true.

I tried to use chatgpt to convert a monstrosity of a SQL query to a sqlalchemy query and it failed horribly.

[–] lemmyvore@feddit.nl 42 points 9 months ago* (last edited 9 months ago)

It's their wet dream. Making software without programmers.

Execs have never cared about the technology or the engineering side of it. If you could make software by banging on a pot while dancing naked around the fire, they'd have been ok with that.

And now that AI has come along that's basically what it looks like to them.

[–] DrJenkem@lemmy.blugatch.tube 27 points 9 months ago

VC's and companies like OpenAI have done a really good job of propagandizing AI (LLMs). People think it's magical and the future, so there's money in saying you have it.

[–] delirious_owl@discuss.online 25 points 9 months ago

Because it brings in mad VC funding

[–] fruitycoder@sh.itjust.works 1 points 9 months ago

I'm hyped about AI assisted programming and even agent driven projects (writing their own code, submitting pull requests etc) but I also agree that it seems just too early to actually put money behind it.

Its just so marginal so far, the UI/HMI has too much friction still and the output without skilled programming assistance is too limited.

[–] Anarch157a@lemmy.world 12 points 9 months ago

For my private repos, hosted on my home server, I moved from Gitlab to Forgejo (Git, artifacts and containers images) and Woodpecker for CI builds. Woodpecker is not as powerful and feature complete as Gitlab, but for simpler needs it gets the job done.