Tootfinder

Opt-in global Mastodon full text search. Join the index!

@heiseonline@social.heise.de
2026-03-12 05:13:00

#heiseshow: KI auf Bug-Suche, Kernkraft-Comeback, Homeoffice in der Energiekrise
In der #heiseshow: KI findet Firefox-Bugs schneller als Menschen, von der Leyen bereut den Atomausstieg und Homeoffice als Reaktion auf Energiekrisen.

@fanf@mendeddrum.org
2026-03-11 18:42:04

from my link log —
Code reviews do find bugs.
entropicthoughts.com/code-revi
saved 2026-03-11

@azonenberg@ioc.exchange
2026-03-13 05:52:44

Years ago I had a "ReworkCTF" board with 20-odd PCB layout bugs designed into it on purpose, ranging from backwards LEDs to missing vias under a BGA to inner layer differential pair swaps.
The original board had some design issues that made some of the fixes easier/harder than intended, and also ancient, I think now EOL, parts (a Spartan-3A FPGA - even if not EOL nobody wants to use one of those in 2026).
I'm hoping to do a gen 2 of the challenge soon probably based…

@Techmeme@techhub.social
2026-03-09 19:30:51

Anthropic debuts a Code Review feature for Claude Code, which uses agents working in teams to check pull requests for bugs, available in research preview (David Gewirtz/ZDNET)
zdnet.com/article/claude-code-

@aardrian@toot.cafe
2026-04-07 20:38:41

Apple throwing some time into bugs today…
• 240961: `position: relative` doesn't work as expected on table row, 26 May 2022, bugs.webkit.org/show_bug.cgi?i
• 305719: REGRESSION (iOS 26): Datalist options obscure text input, 18 January 2026,

@shanmukhateja@social.linux.pizza
2026-03-10 15:53:50

Hey @… can I request attention towards:
bugs.kde.org/show_bug.cgi?id=5
I like

@adamhotep@infosec.exchange
2026-04-12 15:07:11

itsfoss.com/news/linux-kernel-
The Linux kernel is toying with LLM tooling, not to write code (phew!), but to assist reviews and find bugs:
The fuzzer surfaces potential bugs; a human with decades of kernel experience reviews them, writes the…

@keen456@infosec.exchange
2026-05-13 18:49:20

@… Very much your kinda thing here.
oldbytes.space/@flexion/116568

Me when terfs start their fucking Nazi bullshit.

A cartoon shows Bugs Bunny in a hula top and skirt riding a beautifully fat white horse with a pink mane, tail, and a green lei. The horse is galloping downhill and looks fucking amazing. Bugs is a Valkyrie!
@ripienaar@devco.social
2026-03-11 16:39:27

Fixed 137 bugs found using AI.
I guess the code is now unusable and somehow worse than before if you believe the average discourse here.

@hex@kolektiva.social
2026-05-06 18:49:20

There was a time when creating massive amounts of code would have been valuable. There was a time when lowering the bar for creating software would have been beneficial. But today we are inundated with garbage apps, written too quickly and never maintained, half-working libraries, projects someone took up once and abandoned (I have several), and grift startups just waiting to be acquired and "fixed."
#LLM code generation is a pestilence. We don't need more code owned by people who know less, we need less code managed by people who know more. It's literally the opposite of everything we want. Oh, but it will be easier for infosec to find bugs so it's fine, right? I've found critical bugs that never get fixed (I think one of mine is like 7 years old now).
There are a lot of bugs that just can't be fixed because there are no systems to fix them. Go on Shodan and look for ATGs. There are thousands of them. I'm betting that most of those are not honeypots. It may be possible to blow up a bunch of gas stations with a for loop, but, yeah, we need #AI to find some more bugs.
darkreading.com/ics-ot-securit

@andres4ny@social.ridetrans.it
2026-05-05 17:41:00

Oof. Time to shut down #apache on the one server I still run it on for a few hours until this gets updated.. #debian bugs.debian.org/1135737…

@veit@mastodon.social
2026-05-11 11:34:34

Daniel Stenberg (@…) from curl provides important security advice for FOSS maintainers: ‘Any project that has not scanned their source code with AI powered tooling will likely find huge number of flaws, bugs and possible vulnerabilities with this new generation of tools.
Not using AI code analyzers in your project means that you leave adversaries and attackers…

@keithp@fosstodon.org
2026-03-11 05:54:58

ok, so I set out to fix a small bug in roundl for 80-bit x86 floats. The final tally is four toolchain bugs (two already mentioned here, one bitfield bug on arc and a clang crash on arm because it didn't like the way I wrote a function), transitioning to a new Zephyr SDK and new Arm Toolchain for Embedded compilers. Thirty commits later, I've managed to get things working again. Phew.

@fanf@mendeddrum.org
2026-05-10 14:42:02

from my link log —
Finding a goroutine bug with TLA .
hillelwayne.com/post/tla-golan
saved 2020-09-25 dotat.a…

@stsquad@mastodon.org.uk
2026-03-05 10:44:35

Nice bit of #git #data driven #analysis

@grahamperrin@bsd.cafe
2026-03-08 09:13:02

@… any overlap with UEFI-specific boot bug 293663?
<bugs.freebsd.org/bugzilla/show>

@thomasfuchs@hachyderm.io
2026-03-09 01:17:41

If AI was so great why doesn’t Apple or Microsoft simply tell it to fix all bugs in their operating systems?

@Techmeme@techhub.social
2026-03-06 14:21:06

Mozilla says Claude Opus 4.6 found 100 bugs in Firefox in two weeks in January, 14 of them high-severity, more than the bugs typically reported in two months (Robert McMillan/Wall Street Journal)
wsj.com/tech/ai/send-us-more-a

@kexpmusicbot@mastodonapp.uk
2026-05-10 04:08:57

🇺🇦 #NowPlaying on KEXP's #SonicReducer
Donkey Bugs:
🎵 Abcs of Lust
#DonkeyBugs
open.spotify.com/track/0ZW3AsD

@metacurity@infosec.exchange
2026-05-08 12:27:35

Wow, this image from Firefox visually shows the power of Mythos's bug-sniffing capabilities.
hacks.mozilla.org/2026/05/behi

Bar chart showing a massive jump in the number of bugs Firefox has found month by month since January 2025, with a skyrocketing number of discovered in April using Mythos.
@rberger@hachyderm.io
2026-05-04 18:25:19

“Think about how you relate to your compiler. You write C , Rust, Go, and the toolchain spits out a binary. Do you open that binary and read through the assembly? Do you schedule a meeting with a colleague to review the object code before shipping?
Of course not. That would be absurd. And not because you blindly trust compilers, you don't. Compilers have bugs. Compilers have had famously catastrophic bugs. But you've constructed an entire apparatus that makes reviewing the output unnecessary: you write tests against observable behavior, you have type systems that constrain what the output can do, you have reproducible builds, you have fuzzing and sanitizers and formal verification in high-stakes domains. You trust the process, not the artifact.
We haven't built that apparatus for coding agents. And that, not the output itself, is what's actually missing.”
#AgenticSoftware
skiplabs.io/blog/codegen_as_co

@fennek@cyberplace.social
2026-04-10 17:14:46

Konsequent _drauf geguckt_ kommt raus, dass das Geld was die Anthropic-Token gekostet hätten, um die Bugs zu finden, wenn man es denn verwenden würde um menschliche Sicherheitsforscher zu bezahlen, grob den gleichen Effekt hätte*.
Aber fächelt euch ruhig weiter Luft zu…
social.bund.de/@bsi/1163802904

@hex@kolektiva.social
2026-05-10 21:16:21

Excerpt from an essay I may or may not write:
Ontologies evolve to fulfill functions. They serve a purpose, and will be adapted until they fulfill this purpose. There are, occasionally, things that exist within those ontologies which do not actually exist.
Programming bugs are an example. There is no such thing. Code is code. It can't be right or wrong, it just is or isn't. The mismatch between the intent and the execution creates a side effect. We may confidently assert such a thing exists. We may name such things. But they don't exist. This becomes apparent when you try to figure out how to suppress one specific instance of a bug in one specific place through multiple revisions.
At some level, a lot of things don't actually exist. We only need to follow through the logic of The Ship of Theseus to see how our ontologies break down.
One thing that doesn't exist, that is a side effect rather than an object, is the personal self. You do not exist. Your perception of your existence is an illusion, a necessary side effect.
Every day you wake up a different person. Every second you are not who you were. That person is as dead as you will be the next instant, as all versions of you will be every second until there are no more. These selves are bound together by imperfect memories. The person you remember as yourself, all those people, never existed. You created them based on your current experience, your current iteration.
You could, just as easily, wake up an unrecognizable person, in some Dark City, and never know the difference. Continuity is absurd. And yet, some people believe they'll still experience the same self after being frozen or "uploaded." It's a silly illusion.
Once you can get over that illusion, you can let go of the need to thrash against the void. You can let go of the various furious dreams of immortality.
At a high enough level, all ontologies are illusions. Useful illusions, but illusions none-the-less. There is only the undifferentiated universe, and you are experiencing it. You are the universe. You will always persist, long past the time this specific iteration or any iteration experiences it.
This implies a certain obligation then to all the others experiencing the same self, the future iterations that may remember being someone like you, and any other person you, the universe, could wake up as tomorrow.

@macandi@social.heise.de
2026-05-06 12:38:00

watchOS 26.5: Apple behebt SMS-Bug bei Dual-SIM und Training-Hinweisen
Apple hat den Release Candidate von watchOS 26.5 veröffentlicht. Das Update behebt zwei Fehler bei Dual-SIM-iPhones und Training-Alerts.

@esoriano@social.linux.pizza
2026-05-08 07:29:11

Don't talk about this :)
"Small models also found the vulnerabilities that Mythos found"
aisle.com/blog/ai-cybersecurit

@jkmartindale@mastodon.social
2026-03-31 03:31:50

it's so funny that in the space of like a month we went from "erm switching to Markdown rendering mode in Notepad and then clicking a link to an executable is RCE"
to "an LLM handed me an actual vim rce after I said yeah there's one in here somewhere"
blog.calif.io/p/mad-b…

@tomkalei@machteburch.social
2026-04-12 09:19:37

Ansonsten gibts halt noch einige Ecken an denen die App nur halb aufpoppende Dialoge und andere kleine Interface-Bugs hat, aber man findet sich schon zurecht.
Es bleibt also, dass der Prozess jetzt wirklich papierlos ist. Die App kann man noch verbessern aber ansonsten ist das schon im Rahmen des Umfelds (Papierrechnungen von Ärzten) gut gelöst.
Am besten wäre natürlich eine Chipkarte und wenn das nicht alles über mein Konto laufen würde, aber das geht nur mit GKV (=todo).
5/5

@grahamperrin@bsd.cafe
2026-05-07 08:26:28

272902 – Security: allow passphrases for WPA-EAP to be saved without using clear text
<#FreeBSD

@primonatura@mstdn.social
2026-03-05 11:00:46

"‘A celebration for the bugs’: Flowers burst into colour after southern Spain’s record rainfall"
#Spain #Environment #Nature

@hanno@mastodon.social
2026-03-27 08:59:00

Something else happened, and that was *very* recently. Those reports grew in numbers.
if I see 1-2 valid reports in a major open source lib from an AI tool, I'm not impressed. If I had enough funding, I could find valid vulns in a variety of ways.
When the Mozilla/Antropic thing came out, that was what I was thinking. "Yeah, these are real bugs, but you know, if I had infinite funding like Antropic, and a team of top security people, you know how many bugs I could find in …

@tgpo@social.linux.pizza
2026-04-01 21:12:30

#Jellyfin for #Roku 3.1.8-RC1 has been released
Testers, please load the candidate and test it out. We have some major changes this round, so we need as many peeps as possible to kick the tires.
As usual, our primary focus are bugs in the new features or new bugs introduced by the ne…

@poppastring@dotnet.social
2026-04-15 18:54:13

We’re taking a massive leap toward solving that problem by introducing a new, upgraded, guided workflow within our exiting Debugger Agent in #visualstudio
d…

@cjust@infosec.exchange
2026-03-19 19:57:07

Bugs were supposed to be the future of food. Now, the insect farming industry is collapsing.

“We have to get used to the idea of eating insects.”
This proclamation came from, of all people, an insect researcher. Dutch entomologist Marcel Dicke pitched eating bugs in his 2010 TED talk as critical to sustainably feeding a growing human population, because insects have a much smaller carbon footprint than beef, pork, and chicken.
Spoiler alert: We di…

@azonenberg@ioc.exchange
2026-05-08 18:14:01

Progress, the list of cppcheck findings is shrinking. Lots of minor performance tweaks (unnecessary pass by value on stuff not in inner loops) and a few legit but minor bugs.

CDash dashboard showing each CI build with less static analysis findings than the previous
@metacurity@infosec.exchange
2026-04-07 18:28:14

Anthropic is making a preview model of its new AI model to find and catch hardware and software bugs, called Mythos, available to about 50 companies, including giants such as Amazon, Microsoft, Apple, Alphabet-owned Google, and the Linux Foundation.

@teoten@social.linux.pizza
2026-03-06 10:26:40

It is nice to see how the community of a small Emacs package I created is growing. And people are willing to crash into the bugs just to see the project improve.
I've done that for other projects as well, but it is my first time for my own code. Is kind of inspiring and encouraging.

@jan_j@chaos.social
2026-05-04 16:39:38

My favorite part of a changelog:
«Fixes for Bugs I caused:»

@mgorny@social.treehouse.systems
2026-05-10 18:37:22

When someone wants to add an #LLM scraping tool into #Gentoo.
Yes, the kind of shit that's designed to work around all the scraping protections, mask itself and DDoS Gentoo. I mean, technically I don't think that violates any rules but seriously…
#AI #NoAI #NoLLM

@inthehands@hachyderm.io
2026-04-02 00:43:07

RE: neuromatch.social/@jonny/11632
Wow, next level security /s
I often make fun of developers for coming up with engineering recommendations that are essentially obfuscated versions of “don’t write bugs!,” but here’s a system avoiding security flaws by literally telling itself “don’t have security flaws!.”

@grahamperrin@bsd.cafe
2026-03-07 16:22:46

@… thanks.
Not directly related, a review of <bugs.kde.org/show_bug.cgi?id=4> may be timely:
― Auto login behaviour has X11 session s…

@servelan@newsie.social
2026-04-30 22:55:28

No bugs. Duh.
Drivers help study road-trip mystery: what became of bug splats?
phys.org/news/2026-04-drivers-

@marcel@waldvogel.family
2026-04-22 05:04:53

RE: infosec.exchange/@flyingpengui
«There were 50 crash categories pre-discovered by Claude Opus 4.6. Mythos did not find these bugs. Ok, now it’s getting even more awkward. Not Firefox. Not found by Mythos. The bugs were…

@aardrian@toot.cafe
2026-03-18 17:24:56

16-year-old Safari bug to ignore `text-transform` on text copy:
bugs.webkit.org/show_bug.cgi?i
Today, there’s a PR to address it:

@andres4ny@social.ridetrans.it
2026-03-07 08:13:42

Oddly, the speed of an old msata drive has gotten slower and slower over time. It's running debian stable, and that means it's regularly doing TRIM.. but hdparm -t shows 40MB/s disk reads. I've read that this often happens due to firmware bugs, so I'm going to try upgrading the firmware.
I grabbed an .exe from Dell's site, and ran it under wine(32) to basically unzip the files. Now a small side quest to install xfce on it and see if I can get a remote root terminal…

@Techmeme@techhub.social
2026-04-21 19:35:54

Mozilla says its Firefox 150 release includes fixes for 271 vulnerabilities identified using early access to Anthropic's Mythos Preview (Lily Hay Newman/Wired)
wired.com/story/mozilla-used-a

@hynek@mastodon.social
2026-04-29 14:19:27

RE: hachyderm.io/@fasterthanlime/1
This.
Regardless of the fact they did this to themselves, I would understand slow CI/web pages (and they are, indeed, slow). But GitHub is now riddled with incredible logical bugs that c…

@grahamperrin@bsd.cafe
2026-04-04 06:31:27

@… no, that's not what I'm telling you.
I prefer to believe that most people will be thoughtful.
"… a huge number of bugs. I have so many bugs in the Linux kernel that I can't report because I haven't validated them yet. I'm not going to make some open source developer validate bugs that I haven't checked yet. I'm not going to send …

@fanf@mendeddrum.org
2026-03-18 09:42:02

from my link log —
Interesting JavaScript bugs caught by no-constant-binary-expression in ESLint.
eslint.org/blog/2022/07/intere
saved 2023-11-09

@markrsmith@smithtodon.org
2026-04-01 01:47:42

Bed Bugs and Beyond
#MedievalStoreNames
#HashTagGames

@metacurity@infosec.exchange
2026-03-31 11:55:09

"A year ago, about 5% of Trail of Bits was on board with our AI initiative. The other 95% ranged from passively skeptical to actively resistant. Today we have 94 plugins, 201 skills, 84 specialized agents, and on the right engagements, AI-augmented auditors finding 200 bugs a week."

@UP8@mastodon.social
2026-03-15 16:23:33

🐞 Mirror image pheromones help beetles 'swipe right' to find mates
#bugs

@BBC3MusicBot@mastodonapp.uk
2026-02-26 22:21:51

🇺🇦 #NowPlaying on BBCRadio3's #NightTracks
Hassle Hound:
🎵 Lucky Bugs Win Prizes
#HassleHound
open.spotify.com/track/6Lguoii

@cyrevolt@mastodon.social
2026-02-23 14:38:40

Deutsche Bahn weirdnesses again...
I was not aware that Deutschlandticket is a subscription, just wasted €200, dangit.
Booking a trip where I set that I have a Deutschlandticket *does not account for it*, due to bugs or whatever, charging an extra €30 - so I booked partial journeys instead.
The return trip costs *less than half* the price - we're talking €130 vs €60. Like, what...

@Techmeme@techhub.social
2026-05-08 01:41:04

OpenAI is rolling out GPT-5.5-Cyber, a security-focused variant of the model, in a limited preview capacity to vetted cybersecurity teams (Sam Sabin/Axios)
axios.com/2026/05/07/openai-gp

@chris@mstdn.chrisalemany.ca
2026-03-20 15:05:40

Chuck Norris doesn't need a coffin because bugs can't eat him and his flesh will never rot. #rip #chucknorris

@fortune@social.linux.pizza
2026-02-20 03:00:01

The number of computer scientists in a room is inversely proportional
to the number of bugs in their code.

@kurt@nelson.fun
2026-02-25 18:16:17

Always fun starting a new job and seeing the exact same bugs due to mocks in test code!

@frankel@mastodon.top
2026-04-21 09:28:59

SpotBugs: Find bugs in #Java Programs
spotbugs.github.io/

@trezzer@social.linux.pizza
2026-03-28 12:43:28

I guess it's time to find a replacement for #IceCubesApp. With the developer joining one of the worst companies in the world, I don't feel comfortable using it anymore – and I suspect the bugs will never be fixed now.

@kubikpixel@chaos.social
2026-02-18 18:15:03

Carelessness versus craftsmanship in cryptography
Two popular AES libraries, aes-js and pyaes, “helpfully” provide a default IV in their AES-CTR API, leading to a large number of key/IV reuse bugs. […] The aes-js/pyaes maintainer, on the other hand, has taken a more… cavalier approach.
🔓

@vrandecic@mas.to
2026-03-22 18:51:14

Having a good time with JavaScript
bloomberg.github.io/js-blog/po

@rasterweb@mastodon.social
2026-04-17 16:53:36

I'm giving Proton Sheets a try. I do like CryptPad (for a number of reasons) but there are a few things that bug me (mostly the bugs) so I figure testing what Proton has is worth a shot.
(I'd still like to find a self-hosted spreadsheet application at some point.)
proton.me/drive/sheets

@toxi@mastodon.thi.ng
2026-03-20 13:55:42

RE: vox.ominous.net/@occult/116182
I'd actually argue it's the opposite: Claude & co are unarguably inserting subtle (and not so subtle) bugs into your code...

@simon_brooke@mastodon.scot
2026-02-14 23:28:35

Well, I've written all my number equality stuff. It's full of bugs, but it's written.
Debugging is a problem for another day.

@cheeaun@mastodon.social
2026-03-19 08:21:10

@… hmm to be honest, your use-case seems niche. There's no single-page view of individual scheduled posts because they're not really the final rendered post (even the payload is different).
Mastodon's scheduled posts API is lagging behind. Can't edit and still has bugs. Currently it's just best-effort support on Phanpy as I wait for them…

@grahamperrin@bsd.cafe
2026-05-05 09:10:02

@… @…
<bugs.fr…

@Techmeme@techhub.social
2026-05-08 00:50:49

Mozilla says Anthropic's Mythos Preview and other AI models helped it identify and ship 423 Firefox security bug fixes in April, compared to 31 a year earlier (Russell Brandom/TechCrunch)
techcrunch.com/2026/05/07/how-

@ellie@ellieayla.net
2026-03-24 14:36:54

I regularly drag my feet on some upgrades, but this is getting a bit ridiculous. I'm using an iPhone 13 Mini because my tiny hands can't hold the giant phablets. And iOS 18.7.2, because I hate the AI junk crammed into everything and don't want nauseating translucent UI effects. But there's a lot of security bugs lately that might demand something to change. Uggghh.
I wish portable pocket computers were less capable and had more battery life.
#apple #wtf

@servelan@newsie.social
2026-04-30 03:48:56

"There was a point in my life where I spent the better part of my waking hours either talking face to face with real-world mobsters, or listening to them talk to each other over wiretaps, body wires, or bugs. Not once did I hear any real-world gangster use the term 86 to refer to a murder or anything, and god knows these guys had colorful lingo, but never that phrase."
'Never ever': Ex-mafia prosecutor obliterates Trump's defense for latest legal battle - Raw Story
rawstory.com/trump-comey-26768

@villavelius@mastodon.online
2026-03-22 09:25:45

Te world's operating system is in dire need of updating. Its current one – capitalism – has just far too many bugs.

@mikeymikey@hachyderm.io
2026-02-17 02:25:43

Inquiring minds want to know: if you order two rainbow stag beetles and they arrive as larvae that you have to take care of (they live in a deli container, and you change the soil every 10 weeks) so they become the beetles - are they counted as "pets"?
Yes - definitely pets
No - they are bugs

@dr2chase@ohai.social
2026-04-18 14:48:34

Employer encourages us to "do stuff with LLMs" (employer is in the LLM business).
One of the things I do, is ask LLM to root-cause and repair bugs, sometimes as an experiment after solving it myself. It doesn't always succeed, but when they do, it's usually fast. E.g., yesterday I isolated a bug to "somewhere in the register allocator". This morning, I had a bee in my bonnet to fix it, and it took me two half-assed hours. On a whim, I fed the problem to th…

@fanf@mendeddrum.org
2026-03-30 11:42:02

from my link log —
LastPass leaks credentials from previous site.
bugs.chromium.org/p/project-ze
saved 2019-09-16

@arXiv_csDB_bot@mastoxiv.page
2026-02-26 09:41:21

Detecting Logic Bugs of Join Optimizations in DBMS
Xiu Tang, Sai Wu, Dongxiang Zhang, Feifei Li, Gang Chen
arxiv.org/abs/2602.21955 arxiv.o…

@jswright61@ruby.social
2026-02-18 22:28:09

I have a major new feature for Left Wordle. I am testing the ability to sync settings and game history between devices. This feature is very much beta at this time and everything is subject to change.
My goal is to get as many people testing this as possible to identify any bugs that might cause problems once released. If you have time, please give it a try. Instructions here:

@kexpmusicbot@mastodonapp.uk
2026-05-01 07:28:44

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Jamila Woods:
🎵 Bugs
#JamilaWoods
open.spotify.com/track/2OUkcsx

@azonenberg@ioc.exchange
2026-04-30 13:39:15

You know those bugs where you go look at the code and wonder "how the heck did this work in the first place"?
Yeah, this is one of them.
github.com/ngscopeclient/scope

@inthehands@hachyderm.io
2026-02-22 17:27:20

You know the classic story of the foolish employer who paid software developers per bug fixed? If you haven’t, you can guess the outcome: program called off when one developer “fixed“ hundreds of bugs in a single day (that they’d intentionally introduced).
This is just like that, except not like it at all: the “fake bugs” — ICE agents abducting random people to make a buck — are the •intended• effect.

@grahamperrin@bsd.cafe
2026-04-04 08:47:59

@… privately
I didn't make you a cc recipient, but FYI:
<bugs.freebsd.org/bugzilla/show>
(I no…

@ripienaar@devco.social
2026-03-28 12:49:12

Half of Mastadon going on about how terrible useless awful AI is and how it’s just dumb algorithms regurgitating shit. Having never tried it for more than the most silly things.
The rest of us over here having fixed 100s of bugs in 1 week and many CVEs in production software that was previously extensively audited by many many people and companies - shipping better software because we are willing to find the right way to use a tool.

@fanf@mendeddrum.org
2026-05-05 20:42:04

from my link log —
Why every organization should make it easy to report security flaws.
this.weekinsecurity.com/why-ev
saved 2026-05-05

@azonenberg@ioc.exchange
2026-05-01 12:28:55

*wow* the AMD GPU debug tools are awful compared to nvidia's lol.
I'll definitely keep this card to test on and find bugs that don't happen on nvidia, and it has way more VRAM than my others.
But I'm probably gonna be sticking with NSight for most of my shader optimization work.
I can't even capture a trace from the profiler I have to set a bunch of MESA_x environment variables then wait for a predefined frame number and hope that I see the data I want…

@grahamperrin@bsd.cafe
2026-05-03 03:02:08

@… this bug?
287569 – bsdinstall: restarting installation: Error: No disk(s) present to configure — <bugs.freebsd.org/bugzilla/show

@fanf@mendeddrum.org
2026-03-19 18:42:02

from my link log —
A nasty bit of implicit timezone behavior in Golang.
dolthub.com/blog/2021-09-03-go
saved 2021-09-04

@grahamperrin@bsd.cafe
2026-03-08 08:32:16

RE: mastodon.bsd.cafe/@grahamperri
FreeBSD-CURRENT testing with real hardware blocked by <

@simon_brooke@mastodon.scot
2026-03-16 11:27:37

Where I'm at on post scarcity:
* The garbage collector is doing even worse than it was on 4th
February, when I did the last serious look at it.
* The bignum bugs are not fixed.
* You can (optionally) limit runaway stack crashes with a new command line option.
* If you enable the stack limiter feature, `(member? 5 '(1 2 3 4))` returns `nil`, as it should, but if you do not enable it, `(member? 5 '(1 2 3 4))` still causes a segfault. WTAF?
Does no…

@cyrevolt@mastodon.social
2026-04-16 19:31:23

Developing infra automation is a ton of fun!
Especially once you eradicated bugs and can do rollouts. 🥳

@ripienaar@devco.social
2026-04-27 12:48:42

Used Claude to turn my Architecture Specs -> conformance tests in markdown -> Executable tests run against real deployed implementations.
Failures into go unit tests that runs in the code base.
So dope, verifies the spec is understandable, called out a number of ambiguities, found real bugs.
Prose to conformance testing. Total win.

@grahamperrin@bsd.cafe
2026-03-01 18:08:47

@… many months ago, I might have mentioned to you a 2011 MacBookPro8,3 of the type that is bugged at <bugs.freebsd.org/bugzilla/show

@fanf@mendeddrum.org
2026-04-03 20:42:02

from my link log —
Fuzzing an eBPF implementation in Rust.
secret.club/2022/05/11/fuzzing
saved 2022-05-12

@aardrian@toot.cafe
2026-03-20 15:59:07

The `aria-description` attribute still won’t auto-translate in browsers (except Firefox in some cases):
adrianroselli.com/2025/01/aria
The bugs I filed with Chrome, Safari, and Firefox ha…

@Techmeme@techhub.social
2026-02-18 16:01:54

Cogent Security, which aims to use AI agents to decide which software bugs to remediate, raised a $42M Series A led by Bain, taking its total raised to $53M (Lily Mae Lazarus/Fortune)
fortune.com/2026/02/18/exclusi

@azonenberg@ioc.exchange
2026-03-19 13:50:51

13 DRC errors and 60 warnings? Sounds like a board that's ready to order.
Here goes, hopefully there's no major bugs besides the ones I put there on purpose lol.

KiCAD DRC screen showing a laundry list of shorts and clearance violations
@grahamperrin@bsd.cafe
2026-03-24 02:49:19

As if freebsd-update is not supported:
<bugs.freebsd.org/bugzilla/show>
It seems peculiar to treat pkg-unregister(8) as not supported. It was a feature of pkg 2.5.0 three months ago, and we now have version 2.5.1 or greater pac…

@Techmeme@techhub.social
2026-02-20 19:45:59

Code Metal, which uses AI to let engineers translate legacy code into modern languages, raised a $125M Series B led by Salesforce Ventures at a $1.25B valuation (Lauren Goode/Wired)
wired.com/story/vibe-coding-st

@azonenberg@ioc.exchange
2026-03-18 06:25:16

It's a Powerwolf, Sabaton, and designing sadistic PCB defects kind of night.
Or maybe it's more masochistic since I'm going to be reworking all of these bugs myself in a couple of weeks?

@grahamperrin@bsd.cafe
2026-03-20 00:46:27

Plasma: high CPU usage whilst the screen is locked
<#FreeBSD

@fanf@mendeddrum.org
2026-03-18 15:42:03

from my link log —
A tale about fixing eBPF spinlock issues in the Linux kernel.
rovarma.com/articles/a-tale-ab
saved 2026-03-17

@grahamperrin@bsd.cafe
2026-02-21 05:43:49

@… @… excellent!
A fix for single user mode with csh/tcsh would be nice:
<