osfanbuff63

35 Followers
80 Following
1,030 Posts

I don't post much on here anymore, follow @osfanbuff63.xyz on Bluesky or @[email protected] if you want to see actual posts

Mojira Helper and moderator of Fabulously Optimized. You might know me as @[email protected] as well (my old account).

I'll almost always accept follow requests; just mostly as a security measure lol

#nobot

GitHubhttps://github.com/osfanbuff63
Codeberghttps://codeberg.org/osfanbuff63
Websitehttps://osfanbuff63.xyz
Where to find mehttps://wheretofind.me/@osfanbuff63
Blueskyhttps://bsky.app/profile/osfanbuff63.xyz
HP printers are programmed to self-destruct if you go 24 hours without purchasing more HP ink cartridges.
federate this cat
โ€‹โ€‹

THIS IS A HUGE ACHIEVEMENT:

The EU now generates more electricity from wind and solar than from fossil fuels.

Graph from Nat Bullard and data from Ember.

This morning, I took my wife to the hospital for routine blood tests that had been scheduled for some time. Everything was going smoothly: check-in, number, waiting room. Suddenly, everything came to a halt and shut down. I was connected to the hospitalโ€™s public Wi-Fi and noticed that my connection also went down.

Having managed a couple of similar facilities, I immediately understood what had happened. I saw the staff panicking and calling the technicians, but they quickly reorganized within 10 minutes. They managed to process everyone who already had a number and then proceeded with the others in the order of their arrival. Despite the ten-minute delay (even though people started complaining right away), they were extremely efficient.

I later confirmed that the entire booking, check-in, and queue system is โ€œin the cloud.โ€ The hospital experienced a connectivity interruption, and all related services stopped. The staff no longer had access to anything, so a technician sent the lists to a manager via another channel, and everything resumed manually.

For years, Iโ€™ve insisted that certain things MUST be local. The healthcare facilities I manage have all the necessary systems for the operation of the facility internally, including patient records. External services like websites, emails, etc., are secondary.

Everything essential must always be accessible locally and, in special cases, it should be possible to physically access the servers and connect directly to them, bypassing any network/switch failures.

There has been only one interruption in the past, due to human error. Today, we have redundant servers (not HA on virtualizers, but two machines running the same software with replicated databases - on separate power lines) so such an issue shouldnโ€™t happen anymore.

Not everything can be anticipated, but history is a great teacher. The Internet connection will eventually be interrupted :-)

When it comes to the health and survival of people, there are no compromises.

#IT #Internet #Networking #Outage #Health #HA #Cloud #CloudComputing #OwnYourData

Accept-Language might get reduced to a single language

https://groups.google.com/a/chromium.org/g/blink-dev/c/YTn8pqJDVBg/m/o8AAwSK3BgAJ

Intent to Experiment: Reduce Accept-Language

@simevidas Monolingual engineers confidently decide that being bilingual or multilingual is just weird and can be ignored, rather than applying to most of the world.
#i18n

If Codeberg is trying to "compete" against GitHub and GitLab, why does it refuse to take a look at AI assistants? Apart from infringing on authors' rights and questionable output quality, we think that the current hype wave led by major companies will leave a climate disaster in its wake: https://disconnect.blog/generative-ai-is-a-climate-disaster/

Other _sustainable_ (and cheaper!) ways for increasing efficiency in software development exist: In-project communication, powerful automation pipelines and reducing boilerplate.

Generative AI is a climate disaster

Tech companies are abandoning emissions pledges to chase AI market share

Disconnect

@Codeberg One argument I have against AI in coding is that it reduces the knowledge you obtain from programming it yourself.

If you have an issue to solve, you may first try a few ways and if that doesn't work, you research the issue to see if someone else has had the same issue and found a solution (i.e. by looking at #StackOverflow) and if you're lucky, you implement the solution you found, else you communicate with others who have experience in it to find a solution.

Meanwhile with AI, you tell it the issue and it spits out a copyable code, often times with a bare-bones explanation that lacks info and context...

It may help beginners getting into programming, but it reduces the overall learning experience you may have from usual trial and error, and researching a solution.

Would be nice to have an option in GitHub Issues notification settings to know when a maintainer comments. It would allow subscribing but skip drive-by comments from everyone else.