Global neolib/neofac coop is strong until they eat each other
- 0 Posts
- 37 Comments
gencha@lemm.eeto Technology@beehaw.org•Elon Musk's X lost 11 million users in the EU over the past 5 months1·2 months agoSocial Media is an entirely different game if you’re not doing it for manipulation purposes. At scale, government operated social media fails, due to lack of or excess moderation. Social media works because it triggers emotions. People go there to hate. Mastodon is methadone for these junkies.
I don’t even understand why anyone would trust any self-published metrics from this scam artist.
gencha@lemm.eeto Europe@feddit.org•Euro zone consumers happy to ditch US products if hit by tariffs, study findsEnglish2·2 months agoThat’s because they don’t understand how goods work in IT. People lose their shit when Netflix increases prices $5
gencha@lemm.eeto Technology@lemmy.world•Several phone brands rumored to be planning a major shift away from AndroidEnglish26·2 months agoA rumor of plans??! Tell me everything!!!
gencha@lemm.eeto Technology@lemmy.world•All four major web browsers are about to lose 80% of their funding | by Dan Fabulich | Apr, 2025English162·2 months agoThis is so wild. I really don’t miss Flash, but since Steve killed it with the iPhone, Web development has spent more than 10 years to reinvent the ActionScript3 environment and make the entire web depend on it. And who solely prevented AS3 as a web standard from happening? Chris Wilson, Web Standards Tech Lead at Google, in his former role at browser monopolist Microsoft.
Today, every single piece of the web is designed by Google to further their business. And all these fucking Electron applications…
Have you heard about Tor?
gencha@lemm.eeBanned from communityto Selfhosted@lemmy.world•Nextcloud (PHP) vs OpenCloud (Go)English136·3 months agoRemoved by mod
gencha@lemm.eeto Technology@lemmy.world•Interesting SSH Authentication MechanismEnglish231·3 months agoYou can run your own IdP on your network
gencha@lemm.eeto Technology@lemmy.world•After 40 years of being free Microsoft has added a paywall to NotepadEnglish25·4 months agoHaving this LLM bullshit in Notepad should be the real news
gencha@lemm.eeto Technology@lemmy.world•Nokia names Justin Hotard, who currently leads Intel's Data Center and AI operations, as its CEO starting April 1, as it focuses on data centers to drive growth.English5·5 months agoWow. They managed to grab such a star after how Intel has been excelling in the important field of AI recently. Nokia does it again
On desktop, using testing + manufacturer repos is fine. Don’t use repos intended for other distributions.
If only you could use ChatGPT during an interview the same way as when you’re employed. Then everyone would finally recognize how outstanding you are
gencha@lemm.eeto Linux@programming.dev•"Behold, a Linux maintainer openly admitting to attempting to sabotage the entire Rust for Linux project". Thoughts on this post from Marcan?1·5 months agoI believe writing the pure kernel is doable in time, but Linux has a ton of drivers, also implemented in C. I also believe it’s not unreasonable to assume that those are the source of most of the issues that Rust would solve. I’m nowhere close to actual kernel development myself though either.
Migrating such a huge, complex code base over however as much time to a different language seems completely unrealistic to me though. What you’re saying is right. It makes more sense to keep a pure C Linux kernel and work on a replacement in parallel. No matter how great a new language is, you can’t expect an entire community of seasoned contributors to adopt it. It’s unreasonable
That’s a good point, and I don’t really have enough insights to properly respond to that. I did think about Peertube, and I believe that a site like TikTok is different, because it relies on the ability to broadcast a large number of short videos, specifically with lots of skips.
Streaming one video for several minutes, and skipping between numerous videos every couple of seconds, is orders of magnitude more expensive. Video compression works on the idea that you store entire pictures rarely, and then just encode the difference between each frame. When you constantly need the start of videos, you constantly need the full picture of the first frame. This induces a much higher bandwidth requirement than with video that streams for several minutes continuously. Also consider the response time that is required to make the TikTok experience work. Then also consider that you need to attract enough content contributors to make this work. You can’t just upload some ancient archive of 45 minute videos. You need to drive the machine.
So, to produce a TikTok experience, you also need to design for an attractive ingress of free content.
This is just not replicable in a free environment.
gencha@lemm.eeto Technology@lemmy.world•Salesforce Will Hire No More Software Engineers in 2025, Says Marc BenioffEnglish2·6 months agoI actually personally fully agree with you.
I just see a different picture in the industry. Decision makers also use AI to evaluate your work. If the AI judges that your solution is not good, you face more resistance than if you submitted a solution close to the AI expectations. You are inherently incentived to not introduce original thought beyond what your executives can have explained to them by AI anyway.
I fully understand that this is short-sighted behavior, but it’s real bottom-line-thinking of today.
gencha@lemm.eeto Technology@lemmy.world•Salesforce Will Hire No More Software Engineers in 2025, Says Marc BenioffEnglish2·6 months agoThere are few reports of this directly from the industry, because nobody wants to admit talent shortage. It’s a much better sell to claim that you pivot towards AI.
I’m an enterprise consultant for technology executives, and work mostly as a platform architect for a global enterprise. The scale of this issue is invisible to most people.
I know this is basically “trust me, bro”, and I wish I had more to show, but this evolution is in plain sight. And it’s not like AI introduced this problem either. I’m old. Still, take my Internet connection away from me, and watch me struggle to figure out if I want .includes() or .contains() on a JS array. There is a scale.
The problem is that we’ve reached a point where it’s easier to generate a convenient result that communicates well, instead of the “correct” solution that your executives don’t understand. Decision makers today will literally take your technical concept from your presentation to have it explained to them by an LLM afterwards. They will then challenge you and your concept, based on their interactions with the LLM.
LLMs are continuously moved towards a customer-pleasing behavior, they are commercial products. If you ask them for something, they are likely to produce a response that is as widely understood as possible. If you, as a supposed expert, can’t match those “communication skills”, AI-based work will defeat you. Nobody likes a solution that points out unaddressed security issues. A concept that doesn’t mention them, goes down a lot easier. This is accelerated by people also using AI to automate their review work. The AI prefers work that is similar to its own. Your exceptional work does not align with the most common denominator.
You can’t “just Google it” anymore, all results are LLM garbage (and Google was always biased to begin with as well). All source information pools are poisoned by LLM garbage at this point. If you read a stack of books and create something original, it’s not generally understood, or seen as unnecessarily complicated. If you can ask an AI for a solution, and it will actually provide that, and everyone can ask their LLM if it’s good stuff, and everyone is instantly happy, what are the incentives for developers to resist that? Even if you just let an LLM rewrite your original concept, it will still reach higher acceptance.
You also must step outside of your own perspective to fully evaluate this. Ignore what you believe about LLMs helping you personally for a moment. There are millions of people out there using this technology. I attended seminars with 100+ people where they were instructed on “prompting” to generate technical documentation and compliance correspondence. You have no chance to win a popularity contest against an LLM.
So why would I need you, if the LLM already makes me happier than your explanations I don’t understand, and you yourself are also inherently motivated to just use LLM results to meet expectations?
Yes, I know, because my entire enterprise will crumble long-term if I buy into the AI bullshit and can’t attract actual talent. But who will admit it first, while there is so much money to be made with snake oil?
Containers are over hyped. They are so stupid for home use. People put init systems in containers, then run the entire pile of shit in Docker as root, and talk to me about security and resource isolation. And then all these shit Alpine containers with that MUSL joke. You really can’t take any of it seriously anymore. These people want Windows or a mobile phone.
Flatpack is using OCI so they can publish their shit on any registry. Just another way to pollute an existing ecosystem with garbage nobody really needs. Easing the installation of crap onto your system is not a goal worth pursuing