Who do you know who wants to come work full time on #ElixirLang OSS tooling? (Boosts appreciated!)

jump.ai/careers?ashby_jid=3908…

#ElixirJobs

Flathub and Snap: healthy competition as far as a community vs company-led project can go, we acknowledge mutual existence and move on

Fedora: gugu gaga aiiieeeeeeeeeeeeeee
social.treehouse.systems/users…


If you are not yet convinced that Fedora Flatpaks is a hostile 'alternative' to Flathub, here's a good one for you:

An indeterminate amount of their packages are, in fact, directly based on existing manifests from Flathub. Not by manually inspecting code themselves; rather, by running a script which goes through Flathub's APIs and parses the respective apps' manifest to generate manifests for Fedora Flatpaks: pagure.io/flatpak-module-tools…

All this, without crediting the original authors.

#Flatpak #Flathub #Fedora


Support your local food bank & pantries with your money, not food donations.

Food banks & pantries can use the money much efficiently than any individual donor.

Boost Appreciated:

@hacks4pancakes
@jerry
@sarahtaber

Hank Green video:

youtube.com/watch?v=HwLaKBHIT7…

Pinned comment from the video:

@gabrielag9846:

Food banker here with an IMPORTANT MESSAGE: You listening? PLEASE DO NOT use your money to buy cheap food for the food banks or pantries. Just give them that money. I'm 100% serious. Food banks, especially the really organized ones, can get WAY more for the dollar than any individual can, unless you're literally ordering by the truckload from a manufacturer like we are. Feeding America has a whole purchasing network with negotiated prices that make this system work. Also, every time you buy and donate random food items, it creates work for the food bank/pantry. We need to inspect it for safety, sort it into categories, and then work it into inventory. If you donate money, we use it to buy much more food, and we intentionally purchase based on what kind of item is needed. It can also be used to put fuel in the trucks that gets the food to its ultimate destination.
We absolutely do appreciate every donation, and we use items donated from food drives and individuals every day. But look at it this way: You can buy a 5-lb sack of potatoes for $3.00, for example. I can get them for 50 cents per sack because my organization has negotiated the price with the distributor and ordered 10 pallets of them. We need every kind of support we can get right now, but PLEASE let us do the smart shopping

#foodinsecurity
#usgovShutDown

I sometimes here liberal apologists and defenders of wealth inequality point out that the rich live just like the rest of us, there's no big distinction in the bundles of goods we have access to. We eat the same things, use the same computers, sleep in the same beds.

Setting aside for a moment whether this is true (I personally don't have a private plane or a yacht) granting the hypothesis opens up a question:

So if wealth doesn't actually get you anything substantially better, how is it an incentive?

Because, those same liberal apologists keep telling us without the enormous incentives to the rich, they would not contribute their prodigious amoutns of value to our economies.

But they just told us they don't get anything meanignful back from it.

So what's going on?

This argument is self-defeating. Either wealth gives rich people something substantial (and therefore wealth inequality means most go without whatever that is, and therefore must be removed), or wealth does not give anything substantial and is not an adequate incentive, so it may as well be removed.

modulux reshared this.

Ranting about Apple

Sensitive content

This entry was edited (6 days ago)

Toggle to 1x in ZoomText for a full screen view, easier navigation, or screen sharing. Press Caps Lock+Enter to switch between 1x and your current zoom, or select “Zoom to 1x” on the Magnifier toolbar. Learn more tips: freedomscientific.com/webinars…

#ZoomText #ScreenMagnifier #Magnification

What I love is how Zohran Mamdani's father Mahmood found out about Marx.

"Soon after, he learned about Karl Marx's work from an FBI visit." -wikipedia

FBI guy said, “Do you like Marx?”

I said, “I haven’t met him.”

Guy said, “No, no, he’s dead.”

“Wow, what happened?”

“No, no, he died long ago.”

I thought the guy Marx had just died. So then, “Why are you asking me if he died long ago?”

“No, he wrote a lot. He wrote that poor people should not be poor.”

I said, “Sounds amazing.”

🕛Z #NowPlaying at the top of the hour, 2 hours of relaxing #NewAge, #ambient, and #meditationmusic on Northern Lights: The New Age Show, #live with Kelly Sapergia. More information is at ksapergia.net/northernlights/. Tune in either by visiting theglobalvoice.info and clicking on the Listen Live link, or go directly to theglobalvoice.info:8443/broad… #TGVRadio #audio #radio 📺🗣️📻🎶🎙️🌌🌈🫣🫰🩵🪬🫶

Me in math class 5 years ago: "dude, why am I learning logarithms, when will this ever be applicable in the real world"

Me recently: BASE_DURATION * log2 (1 + height / (BASE_DURATION * M_PI)) + BASE_DURATION

(Don't ask why this equation "works" or why a specific number or constant is there. Part of the process was just me combining constants and praying it works)

This entry was edited (6 days ago)

I'm on the night train from Kolari to Helsinki, returning from a work gig. This is the longest distance direct train trip in Finland, covering most of the country. It lasts around 11+ hours with around 900km distance.

I've always wanted to take one of these trains, as most of the train is sleeper cabins. Check out mine!

#train #trains #finland

This entry was edited (6 days ago)

Recently saw someone boost this critique of incrementally replacing C/C++ code in an existing codebase with Rust to improve security:

mstdn.jp/@landley/115504884945…

I guess his point is that bridging between languages can add more scope for bugs and vulnerabilities than the original C or C++ code. But some projects are in fact bringing in Rust in this incremental way. I wonder how such efforts are going in practice. One success story I know of is GNOME's librsvg, which is now completely in Rust.

in reply to Matt Campbell

I remember a grand total of three bugs in the C-Rust layer in the time it was being ported, and none of them made into production releases. All were caught and fixed pretty fast.

One thing I did appreciate, at intermediate stages of the port, is that Rust forced consistency in the C code it touched, in terms of memory/resource management. The C code got cleaner around the interface points, and then it disappeared.

in reply to Jan 💤

@janvhs For librsvg, not really. The C API has been stable for many years, and it doesn't expose much. You get a handle to a loaded SVG, and you can render it and query one or two things from it.

It was interesting to write a somewhat more idiomatic Rust API and then reimplement the C API on top of that. I wrote about it in viruta.org/a-rust-api-for-libr… and viruta.org/exposing-c-and-rust… - the code has evolved further from that, but the principle still stands.

I usually use either #ChatGPT (for everyday tasks) or #Claude (for coding), but I found #GitHub #Copilot extremely useful when a CI job fails. There is a button that opens a menu, and one of the items is "Explain the error". It spawns a chat with a premade prompt, so no need to frentically sift through logs, first finding the failing job with a screen reader, then trying to find the error in question. It can be done of course, but afterwards, if Copilot's explanations are not good enough. #AI #AITip #Accessibility
in reply to Eden Linnea

@EdenLinnea To put it short, I'm not on the left, and it seems to be extremely unpopular on Mastodon. I don't support "Free Palestine" movement which also makes lots of people angry. I don't support anticapitalism because I don't know what's better than capitalism, acknowledging the fact it's not an ideal system, but I'm definitely against communists, anarchists and other destructive movements. And on and on it goes 😊

Just registered for this #Yiddish #Braille zoom discussion on Nov 13. at an earlier stage I consulted a bit with Matthew and his Yiddish teacher though I'm not sure how much I really contributed😅
jbilibrary.org/programs-events…

As Day4 hits the home stretch, I'm happy to say that I've got Slack working as well as I can for now. I'm able to do with it what will be needed for work, even if it's a little slow going right now. I can now click on links within messages. I really hope they put me on Safari and give me access to the mac mail and calendar apps. Maybe it's cool on Windows, but chrome plus the gmail web interface equals a less than desirable experience. But slack has been conquerred. Just wish there was a more audible alert if new messages come in