nadiyar
56 following, 136 followers
All music sounds bad right now. I hate it. Why must my mood affect how music sounds when music is meant to better my mood?
@nadiyar@nadiyar.com Taylor Swift, Sabrina, Chappell, Paramore, etc
emotional support agm-114 hellfire,,,,,,
Doing stationary flight with helicopters is an incredibly energy-consuming phase of flight, burning hundreds of liters of kerosene and emitting huge amounts of CO2, for maintenance operations that require time.
But for a lot of tasks in the Alps, it doesn't have to be this way.
🇫🇷 Grenoble-based aerOnde offers a much quieter and efficient solution for these missions. The donut-shaped helium-filled balloon has smaller wind exposure than competing solutions.
API documentation of #Gradle 9.2.0, the most recent release of the well-known build tool, is now available on APIdia. The gradle-api-tooling artifact offers programmatic access to Gradle and APIdia is the best place for browsing its rich API conveniently:
https://apidia.net/mvn/org.gradle/gradle-tooling-api
uhh I don't even wanna talk about it.
Still need to fix fonts and typography. That's a project for tomorrow tho
dear fedi folk,
please share with me your favourite vegetarian/vegan slow cooker recipes. ideally that don't rely on tomatoes, aubergines, gluten, mushrooms, or corn, but i can always substitute if necessary.
thank you! 🔥 (slowly)
@moonrabbit This is my house’s black bean soup recipe:
https://www.gimmesomeoven.com/slow-cooker-black-bean-soup-recipe/
excellent, bookmarked. we can't find gf black beans, sadly, but i can sub ...
@moonrabbit Arg! I think you’ve mentioned that before.
It’s not slow cooker, but this soup is easy and not fussy and very tasty.
(Also sorry about the US measurements on everything.)
https://www.tasteofhome.com/recipes/vegetarian-split-pea-soup/
bad conversation starters:
❌ asking what they do for work
❌ asking about their parents
good conversation starters:
✅ "what's your favorite tree"
✅ "what's your favorite bug"
✅ "what's your favorite bird"
Is anybody working on a fedi frontend focused on sharing images? I have the feeling we need an alternative to pixelfed.
Web Developers & Designers
This is your friendly reminder that low vision users exist. We need font sizes that are dramatically larger than yours.
Many of us use the “minimum font size" NOT zoom, because we need bigger text, not bigger images.
I'm on the very low end of low vision needs, but my 20pt minimum font size breaks SO MANY web sites.
This pic shows how big fonts are on my screen (thumb & ruler for context).
#accessibility #webdesign
There was a cow in our top field.
🐮
Just one, afaict, judging by the hoof prints and the cow pats. It seems to have wandered in from the road, visited the wood shed, wandered about at bit, and then gone again. No obvious tracks of anyone rounding it up.
No idea whose cow it was. None of our neighbours have cows in their nearby fields at the moment.
Probably just another pilgrim on the Cowmino de Santiago.
@dentangle A couple of years ago, I woke up in the night, hearing someone outside our bedroom window. I then heard them go through the gap between our water tank and the pump - hearing the clatter of the iron roof of the pump covering. Pretty anxious now, I awoke my husband, whose only response was “Go back to sleep, the garage is locked, so they can’t steal anything!”.
The next morning we awoke to find huge swathes of boggy ground that had given way to the weight of the intruder’s beastly bodies. Not just one but several, and sinking in to several cms deep for every step they took. The tracks came from the main road, up our 100m driveway, then all around the house, through a very narrow space between the greenhouse and veggie garden (fenced, thank goodness!), up the trail up the back through the woodland, and all the way round until they got back on the main road again.
It soon became clear it was a herd of cows (though we had no idea where they had escaped from!). The ultimate evidence was plain to see when I brought in my wildlife camera trap from the back woods and uploaded the images - several cows filing calmly past in the midst of the night.
@sarahdurrant We have occasionally found a herd on our field and had to phone the owner to come get them, but sometimes all we find are tracks and damage.
@dentangle Was interesting that I had no idea I was listening to cows outside the bedroom - they made no vocalisations as they passed! The next day we found that a neighbour further on had later coralled them by guiding them into his property and locking the gate. It turned out that they’d travelled about 2km on the road to get to us.
@sarahdurrant It's surprising how stealthy an entire herd of cows can be. I was cutting up a tree that had fallen in an empty field some years ago. After a few cuts I turned around to find myself surrounded by a dozen or so curious cows that were nowhere in sight two minutes earlier.
I started a project last week to make a self-hostable software to upload temporary files. unlike the existing projects, the idea is to have a better privacy and security, while keeping the interface simple. One can upload a file using #Curl and upon uploading, a short download URL is generated. The user can define how long the file should live on the server, and after this time it will be wiped cleanly and securely.
I'm very open to collaboration:
👆 In the documentation I have written the general strategy and vision of the project, but there are few points to consider:
1. This is my first #GoLang project in this level, so please be kind :)
2. I have so far worked on it alone, so there might be many consideration that I have missed. So any ideas, insights, and contribution to code, documentation, and project idea is very welcome.
Even if you don't know Go, your opinion is very valuable to me.
Please boost for reach
@Mehrad
Hey, could you take a quick look at this code? It's probably not great (might even be a bit stupid 😅), but I’d love to hear your thoughts.
@smjt2000 Looks very nice and clean. Well done. I might actually use it in my projects. I like that you have added tests and also I like that both the short and long form can be used in the code. Typically the argparses only allow the long form to be used. I also like that user can customize the messages. For now, my only comment is that function return object type hinting is missing. I typically write those even for the internal functions as it makes development easier imho.
Well done anyways
@Mehrad
Thanks! Really appreciate the feedback glad it caught your interest.
The idea came from another personal project I’m working on - a compiler called fugly(fu*ing ugly!) - where I needed something simple and flexible for argument parsing.
About the implementation: I wrote roughly 99% of the core logic myself.
AI only assisted with documentation, writing most of the tests, and sometimes analyzing the code (but not generating it).
@smjt2000
Imho there is no shame in getting assistance from LLMs for writing (code, email, documentation,...). I use it for email quite often, or the Go project I'm working on is AI assisted, but not AI generated! It is not vibe coding either. It makes a ton of mistakes and also it writes very suboptimal code (at least in Go and R). So it is my code and my logic, and the if/else or function documentation is drastically assisted and sped up. I also use it to get ideas but... 🤷
@smjt2000
Just to add to the context, I don't completely reciprocate the hate some people has towards LLMs. It has helped me in learning languages, both human and computer. Although admittedly mainly human languages. In both cases I have written something and asked for detailed feedback. For Finnish, the feedback was very great and really improved my grammar. For lisp, it helped me learn to use more recursion. So imho it has its use-cases.
@Mehrad
To be honest, I don’t consider myself a "professional" developer yet. My favorite way of learning is basically reinventing the wheel.
So in general, whenever I’m not under time pressure, I avoid direct AI help for writing logic or solving problems. I *want* to struggle — that’s how I learn.
But I do use AI in other areas: mostly for communication, like this message.
Bonfire Social 1.0 is live! A federated, community‑first social network built on the modular Bonfire toolkit, and it’s only the beginning.
It's time to go beyond microblogging and build apps for community organising, open science, mutual aid, and collective decision‑making. Let's take back the internet with open protocols, consent‑based governance, and portability by design.
Back the “last migration” from closed platforms to open networks: https://www.indiegogo.com/projects/bonfire/community?refcode=FVxjqI1kLUOhHXxqyrS6-g
1/2
boostedWe're crowdfunding the next phase, building community-governed social infrastructure beyond microblogging in cooperation with communities and teams:
- E2E Encryption with @swf
- Collective Moderation @iftas, @kissane
- Federated Groups & Events @kfitz, @klasse_methode
- Collective decision-making @s0hw
- Bluesky bridging @anewsocial
- Mutual Aid Networks @lynnfoster @bhaugen
- Cooperative Hosting @coopcloud @paulbutgold
- Native apps @pachli
- and more...
https://www.indiegogo.com/projects/bonfire/community?refcode=FVxjqI1kLUOhHXxqyrS6-g
#SpringBoot vs #Quarkus: A Migration Story with Ugly Truths
The question is, why would you even fall in love with a technology so dropping it becomes painful?
FOSS software is not free as in beer or free as in freedom, it's free as in free kittens. You have to take care of them forever.
why would a usb charger have a display and use that only for displaying some nondescript smiley face instead of, y'know, the actual power currently being delivered per port???
Ya know... sometimes it's nice to pause just for a moment and remember that someone *made* technology. There are stories to be told and some of them are deeply human.
Like that one guy... who created TIFF.
we are so tiny. we are smaller than negligible, less than a rounding error, but we create music and art and imagine new worlds and fall deeply in love and tell jokes and know hope. and dogs love us.
Men, what's stopping you from looking like this?
Setting even more unrealistic expectations for men.
@RickiTarr Yes, unfortunately, since I don't think 100 percent wool swimming trunks are available these days!
It's the mustache, Ricki, the mustache.
By pure coincidence, I actually look a lot like this, as I have the mustache and something that looks a lot like the swimming trunk of these fine gentlemen.
No, no pictures. Don't ask, I am blushing already.
@RickiTarr Dignity and self respect. I mean with regard to the mustaches. I already have the big belly and the spindly legs. 🤣
@RickiTarr
🎵"Each species needs a sex that's fated to be highly decorated that is why the Lord created men."🎶
--The Scarlet Pimpernel
@RickiTarr If you imagine this but less mustache, more dadbod, a lot less “package”, a lot paler, and sweaty, I’m a dead ringer!
@RickiTarr well, theres a lot of DEI going on there 😜 I mean, we have one guy who refuses to wear a mustache, another who bucked the horizontal stripes trend by going vertical.
Then there's the guy willing to stick with the mustachioed crowd, but refused to cover up his belly button, was clearly more a briefs than boxer sort, and either dared to go stripe-less or just said, "All's I'm sayin' is shades of gray, guys. Shades of gray."
I'm not even going to get into the socks vs no socks debate.
@RickiTarr
I've been trying for a long time, but I just can't get this abrupt transition from a pale body to a tanned head, as if drawn with a ruler 😔
Especially No. 2, just adorable 📏
It sure as hell isn't entropy.
I'm gonna say Mrs Miasma stops most of my fashion failures from ever getting out in public. So that's good for everybody.
@RickiTarr with the exception of the second from left guy, a sweet moustache and possibly some tonic from the shoppe.
@RickiTarr Mostly that you can't buy underpants like that anymore, you would have to fashion them yourself out of a bathmat.
@RickiTarr if carrying a mustache was the hardest work I ever had to do and I could find some over-the-belly striped trunks made of burlap or whatever that is.
@RickiTarr Your body is the vessel that carries your life, all are different and all are flawed.
*Looks like about 60lbs, a couple feet of hair, one leg and a parrot.
Pretty tough looking crew though, I'd give em a chance.
@RickiTarr This feels like a one of those horrid IQ questions where you have to spot which one doesn't belong, but your brain can make at least 7 different categories that eliminates every one for a different reason.
@RickiTarr I just look like Jack Black. When I go pick up my daughter from her school, kids sometimes say "chicken jockey!" When they see me.
"I once met a former bodyguard of one billionaire with his own "bunker", who told me his security team's first priority, if this really did happen, would be to eliminate said boss and get in the bunker themselves."
Hey, @frameworkcomputer -- since you like big tents, you should also welcome krita, even if the maintainer is a trans woman.
After all, you use Krita in your 12 laptop page...
So, how about you start sponsoring us, too? I think that becoming a corporate sponsor would be great?
Let's talk euros!
Smashing idea.
How about donating to some more actual non-fascists, since you see to believe that "big tents" is the best way forward.
Not sure how many projects or groups would accept though 😔🤦♂️
Maybe a in house training course on ethics, diversity and philosophy (including some Karl Popper) would be a very good idea.
@halla alternatively you could pursue legal action against @frameworkcomputer for having your brand associated with nazis
@halla @frameworkcomputer thanks for reminding me about Krita. I’d been meaning to try it— since Affinity has hinted it might be going the enshittification route later this month.
@halla God damnit. I just bought one of their laptops. Was super excited too. Why the fuck is it so hard for people to not be a giant piece of shit.
@halla @frameworkcomputer give them a break, they have seek permission from their investors... Like Linus, no no not that real one, the wanna be tech bro whiney loud mouth one. He is also very apolitical just like Framework - guess that's were their shared values come from, only time he shows any interest in politics is like that time Canadian right wing truck convoy in during Covid, not at all a libertarian capitalist wanna be like the daddies he worship like NAZI fElon.
@halla @frameworkcomputer They hired a human rights opposer and called it a big tent? Cringe. Unless I see an equitable effort to hire marginalized folks I'm probably not getting a framework for my next laptop. I read the job listings before hand and I got the feeling people like me didn't belong... Guess this comforms that...
@halla @frameworkcomputer Yes please! I'd love for Krita to get more resources, I know professional artists that rave about it 😁
@serebit @halla @frameworkcomputer With the current state of the framework stuff I would be ASHAMED if krita accepted money from them.
better stay poor than accepting sponsoring from fascists.
@mayintoronto @f4grx @serebit Yeah, I doubt we'll be getting money from them. Pity, since #krita really needs some more money right now.