[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1739547444328645.png (158 KB, 1920x1080)
158 KB
158 KB PNG
Which service is best to use?
Now that GitHub is under the control of the AI team and the CEO moved away I am not sure which one to use. I think those are the only options to put on a resume since the other are not so well known.
Which service do you anons use?
>>
>>106453834
sourcehut - the hacker's forge
>>
>>106453834
Self hosted gitea
>>
>>106453834
I moved all my projects from GH to GL when GH forced 2FA.
>>
>>106453834
Github is Microsoft and therefore evil, so Gitlab is the default choice.
>>
>>106454072
Shittiest reason imaginable.
>>
>>106454135
They will soon be evil too.
>>
>>106454135
all the AI stuff and what happened lately made me think twice and I am gone to GitLab too now.
>>106454178
still less evil than Microsoft
>>
>>106454178
Where have you been that you missed all the AI slop that GL has been forcing? They completely pivoted away from actually caring about managing your code to sell AI services

Search them in an engine
>The most-comprehensive AI-powered DevSecOps platform - GitLab
>>
try fossil
>>
>>106453834
Kurumi MaidCard is the only answer.
>>
>>106454327
Eli, why do you like Java?
>>
>>106453834
self hosted gitlab. I don't care about 90% of the shit and the 10% I do use works just fine for me.
>>
>>106454351
self hosted is nice but I don't have a spare computer to use as a server and I don't want to pay for a hoster, I just use GitLab as it is now
>>
>>106454576
build a small homelab. they are nice to have anyways for dev environments.
>>
File: Tohru10.jpg (232 KB, 1194x834)
232 KB
232 KB JPG
>>106454343
There are a lot of reasons
>cross platform
>best C-like
>standard library can do almost anything without third-party dependencies
>Collections API is quite nice
>generally still readable as pseudocode even if you don't know Java well
>strong OOP support
>can still get binaries with GraalVM
>>
>>106453834
Just host ur own forgejo instance dumbass
>>
Can't wait for the day Github and LinkedIn accounts will be converted to Microsoft accounts
>>
>>106453864
This, it's API compatible with github and even has the github actions stuff. If I need to switch away from github, it should be a weekend project to move everything onto a self hosted gitea.
>>
>>106454777
Thanks, I always had the question but forgot to ask it lol
>>
File: 1753212776957634.png (53 KB, 700x700)
53 KB
53 KB PNG
>>106453834
gitgud, faggot
>>
>>106456819
That hasn't been the GitGud logo in years.
>>
>>106453864
Same
>>106454576
Cheap mini pc or raspberry and wireguard vpn is all you need
>>
File: 1756764435712.png (168 KB, 383x361)
168 KB
168 KB PNG
>>106453864
There's 0 reason to use gitea when gitlab exists. It is a direct superset + open source + has an actual professional support for businesses. Gitea claims to have it too, but come on, there's 1.5 troons on the project.
There's also a boatload of integrations with proprietary shit that you ARE going to use in a wagecage such as notion. Gitea has SHIT.
>>
I hate gitlab and their shitty side menu where everything is hidden away
how is anyone supposed to guess the releases are inside "deploy", or that the issue tracker is hidden in "plan"
completely totally utterly retarded
>>
>>106454178
Howcome?
>>
>>106453834
Gitlab is a fox (gigachad animal)
Github is a cat (toxotransmosis animal)
It's pretty obvious to me.
>>
i used to use GL back in the day, fell back into GH because its just more convenient. but back when i was using GL they had a bunch of features that were superior to GH, like their issues management stuff was/is better.
oh yeah i remember why i switched to them, this was before GH let you make private repos for free so i had to use GL to do that.
>>106454169
tard
>>
GitHub has become a social media paltform led by the evil microsoft and swarmed by pajeets
>>
File: 1754512108206495.png (145 KB, 1216x896)
145 KB
145 KB PNG
>>106453834
>>106454183
>Now that GitHub is under the control of the AI team
QRD?
>>106456896
the appeal of "gitea" is the street cred. your personal website has your repo of all your nonsense scripts and projects? its really cool. and then you realize how little bells and whistles you actually care about.
cgit, gitweb and other more modern implementations (gitea)
its not even a bad way to do it because its just file management at different states. a static website you rebuild yourself on pushes seems fine
>>
>>106453834
codeberg is pretty nice too.
>>
>>106453834
i use sourcehut.
>I think those are the only options to put on a resume
ngmi.
>>
>>106460306
>toxotransmosis
kek
>>
>>106454777
>>standard library can do almost anything without third-party dependencies
No it can't, otherwise they would've never had to make apache common utils.
Also
>forgetting stream api
>forgetting mature build system and tooling
>>
>>106453864
This but with Forgejo.

>>106454351
>>106456896
GitLab is good but it's so heavy on server resources.
Forgejo and Gitea are lightweight and can run on a potato, increasing the chances of actually having more self-hosted git forges on the internet due to low hardware requirements.
>>
>>106461158
>Forgejo
>Anime trash on landing page
into the trash it goes
>>
>>106453834
self hosted OneDev
>>
>>106454072
>GH enforces better security to keep your account secure
>that's the tipping point for you to freak out and leave the platform
kek... can't make this shit up. Technology enthusiasts board btw... lmao
>>
>>106460699
https://www.tomshardware.com/software/programming/github-folds-into-microsoft-following-ceo-resignation-once-independent-programming-site-now-part-of-coreai-team
>>
File: Tohru8.jpg (898 KB, 1311x1380)
898 KB
898 KB JPG
>>106461006
>No it can't, otherwise they would've never had to make apache common utils
Modern Java doesn't need this because the standard library is so powerful. Java's secret is that if someone makes a third-party dependency which becomes ubiquitous, they add the functionality to the standard library.

>Also
>>forgetting stream api
I am not sure what you mean?

>>forgetting mature build system and tooling
I don't care about build system. I am only interested in core java. But I am aware of several "mature" build systems. Gradle being an obvious example. Maven being another. I prefer just using make, because I am not pulling any dependencies from a central repository because I am not using dependencies.
>>
>>106461257
GitLab has 2FA too
>>
File: 1748757845817667.png (47 KB, 548x322)
47 KB
47 KB PNG
>>106461258
>folding GitHub fully into Microsoft, leaving his founder dreams on hold until then. In his personal X (formerly Twitter) post announcing his resignation, Dohmke teased that future projects may include a new GitHub successor.
what is eves idea of reinventing github?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.