Tootfinder

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

@Techmeme@techhub.social
2026-03-31 22:31:04

Sources: threat actors stole Cisco source code by breaching its internal development environment using credentials from a recent Trivy supply chain attack (Lawrence Abrams/BleepingComputer)
bleepingcomputer.com/news/secu

@cdp1337@social.bitsnbytes.dev
2026-03-29 14:18:08

Using an LLM to generate code has sped up development, but at the same time has GREATLY decreased velocity because EACH AND EVERY LINE needs audited because it has a very high tendency to sprinkle in absolutely amateur mistakes in otherwise-professional-looking code.
One aspect where I AM actually pleased with though, is its ability to generate test cases for already written code. Granted those test cases almost never actually work because these models are as effectiv…

@cyrevolt@mastodon.social
2026-01-31 11:10:10

The RISC-V dev room at #FOSDEM is pretty full!
Many interesting and fun topics are covered. :)
fosdem.org/2026/schedule/track

@kurtsh@mastodon.social
2026-01-01 01:44:32

The creation of "The Drew Carey Show"... 40min of Drew Carey, Dietrich Bader & Bruce Helford sharing tales of show dev.
▶️ Behind the Pilot: The Beginning of The Drew Carey Show
youtube.com/watch?v=pVT4N2nRjX

@memeorandum@universeodon.com
2026-03-29 16:10:32

I Decompiled the White House's New App (Thereallo)
blog.thereallo.dev/blog/decomp
memeorandum.com/260329/p30#a26

@wemic@social.linux.pizza
2026-03-29 08:50:10

... it never before occurred to me to name the function I pass to `useEffect()`...
#React

@cketti@int21.dev
2026-03-25 17:06:03

@… Thanks, that's nice to know 👍
However, most of the time I don't realize what's wrong and keep wondering why the parameter list popup is not appearing.

@thesaigoneer@social.linux.pizza
2026-02-28 03:48:05

As a non-dev I really enjoy the strictness of code. And the strictness of reading error-messages. Miss a comma or a curly bracket and you're reminded of your shortcomings. The ah-yes-of-course moment. Come across that with my nixos-rebuild and the dwm make. Loving it. As long as I can solve it 🤣
#dwm #archlabs

@zack@mamot.fr
2026-03-30 01:19:45

J'essaie de me connecter Š Pajemploi via FranceConnect.
Boudiou, faut les prévenir, c'est nimp.
1/Ils ont une URL d'infra interne dans leur code de prod: urssaffrinf.dev.k8s.recouv/
2/Ils ont couplé un script TagCommander au code d'authentification, sans check, sans fallback. …

@cdp1337@social.bitsnbytes.dev
2026-03-29 13:14:09

Working on extending features for Warlock, and this round of features requires a backend web service running in a centralized, controlled environment due to the requirement of privileged access to partner network resources, (aka, they require an API key and prior authorization to access certain data, thus cannot be distributed in an open source project).
SO, since this is a traditional web service, I opted to use the traditional technologies to power it, but wanted to try out Symfony s…

@trezzer@social.linux.pizza
2026-03-25 07:14:24

This is exciting! BeOS meets Linux in VitruvianOS. HaikuOS is awesome, but I welcome another way of using the BeOS interface. v-os.dev

@migueldeicaza@mastodon.social
2026-01-21 16:43:18

Skip, the SwiftUI for Android stack is now open source.
The post details how they are going to fund their future work:
skip.dev/blog/skip-is-free/

@netzschleuder@social.skewed.de
2026-01-27 18:00:05

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@sitenews@social.bitsnbytes.dev
2026-02-28 21:19:59

While chatting the other night, it came up "send me the logo for Warlock and I'll update the registry"
That got me thinking, we didn't actually have a logo yet... We were just using the font-awesome icon as a placeholder! So after doing some work to get Invoke running so I could put my AMD 7900XTX to good use, we came up with this!
Since the platform is called Warlock, what better than a Warlock's hat?
Oh yeah, and we have preliminary support for ins…

Low-poly logo of a hat which would be common in a fantasy-style role playing game for magic users with glowing eyes visible from the critter wearing the hat.
@toxi@mastodon.thi.ng
2026-01-26 17:12:38

10 years and a few days ago, I was running a DIY Synth workshop with STM32F7 dev boards in our kitchen in North London... Still have ~10 of these boards.
Here are also two videos (live performances) of some softsynths (some with MIDI via USB support) which we built in these workshops (I did quite a few of those in that year)...
STM32F746 MIDI synth (live recording, 2016-01-31)

Screenshot of an old tweet from 23/1/2016 incl. a photo with a top-down view of a large kitchen table with 7x laptops, 7x STM32 dev boards (w/ LCD screen), some headphones, cookies, almonds, wine glasses and tea cups...

The tweet reads: "1st day of ARM #STM32F7 hacking workshop over, good times & lovely crew! Tomorrow audio! cc @ST_World @ARMEmbedded"
@qbi@freie-re.de
2026-01-19 14:50:05

Eine Implementierung von Tor, erschaffen mit #Claude
Was soll schon schiefgehen?
---
oHn017ss3ad1/torpp-dev: A header-only, zero-dependency Tor implementation in modern C 23 created with Claude Opus 4.5 - Codeberg.org

@cketti@int21.dev
2026-03-25 17:02:23

@… @… Not really. The only .java files I could find are here:

@rmdes@mstdn.social
2026-02-08 09:47:58

🗨️👀 sshcode.dev rmendes.net/bookmarks/2026/02/

@metacurity@infosec.exchange
2026-01-13 11:23:30

Target's dev server offline after hackers claim to steal source code
bleepingcomputer.com/news/secu

@shanmukhateja@social.linux.pizza
2026-03-29 04:48:57

Do you know what happens when you write C Qt code with web dev experience? Your mental model for memory management (which is non-existent because JS has GC), leads to memory leaks.
It's so bad I had to:
1. rewrite most of the init code for member variables in almost all widgets so the expectation of "WidgetA" from "child C" of MainWindow is available when "WidgetB" emits a signal.
2. currently debugging memory leak when MainWindow is clos…

@heiseonline@social.heise.de
2026-03-09 12:52:00

Mann kauft Konsolen-Dev-Kits vom Schrott – und wird verhaftet
Im Juli 2025 wurde in London ein Mann verhaftet, der von Sega verschrottete Entwicklerkonsolen verkaufen wollte. Nun gibt es neue Hintergründe.

@midtsveen@social.linux.pizza
2026-01-19 15:55:09

So yeah, uhh, I guess I’ve been daily driving #Linux

@cketti@int21.dev
2026-03-25 16:38:00

I need an IDE with a Java mode for Kotlin developers. Something to add the `new` keyword for me when I type `ClassName(` 😢

@johl@mastodon.xyz
2026-01-10 18:03:09

openchaos is a self-evolving open source project. Every week, the community votes on PRs, and the winner gets merged.
openchaos.dev/

@cdp1337@social.bitsnbytes.dev
2026-01-28 03:04:25

So got a new laptop, ("new" as in new for me, still 6 years old but far newer than my other laptop), and opted to try a gaming distro since it has a dedicated GPU.
Tried Bazzite, failed miserably as it installed on a 1TB rotational drive and was horribly slow.
Replaced drive with a solid state and tried again, this time trying to install on it and the NVME which evidently it came with too. Didn't see the drive but a quick update in the bios resolved that. Got it i…

@UP8@mastodon.social
2026-02-17 21:37:59

💨 Replacing Protobuf with Rust to go 5 times faster
#speed

@der_raddler@dresden.network
2026-01-27 11:52:54

Der heutige #FotoVorschlag 'Bewegungsunschärfe' schreit ja förmlich nach Lochkameraaufnahmen!
photo.dresden.network/p/der_ra

@inthehands@hachyderm.io
2026-03-26 15:43:42

This is exactly the thing I wonder about. Was it shoved through over internal objections? Was it many teams’ separate good work stuck together too hastily? Was it the wrong kind of pressure from above, or bad taste from below, or what?
It’s frustrating because as a dev I catch glimpses of all the really fantastic engineering work folks at Apple are doing •inside• the box, and they’re feeling very little love for it right now because the •outside•is so clunky.
sfba.social/@scm/1162962035329

@hanno@mastodon.social
2026-03-18 10:07:55

There's a lot about the whole "AI topic" where I don't know what I should think. But I am quite worried what the flood of low-quality "AI" code will do to the free and open source ecosystems.
I found this mail from Michał Górny, one of the most active developers at Gentoo Linux (full disclosure: I'm also a Gentoo developer, but not one of the most active ones 🙂 ), about the issues the ecosystem is facing, quite insightful:

@esoriano@social.linux.pizza
2026-03-19 12:28:57

Probando Zed para programar en Go, me estš gustando.
zed.dev/

@ErikJonker@mastodon.social
2026-02-13 16:28:32

Is this the disturbed view of AI / BigTech optimists, or does he have a point?
"Something Big Is Happening"
#ai

@curiouscat@fosstodon.org
2026-01-28 16:40:49

"So there I was, finally grasping the reality of what you're up against, as a Windows user:
Random bugs that break basic functionality
Updates that install without permission and brick my system
Copilot and OneDrive ads appearing in every corner of the OS
Copilot buttons everywhere, coming for every application
Can't even make a local account without hacking the setup with Rufus (they even removed the terminal workaround)
Ze…

@mfo@social.linux.pizza
2026-02-25 19:42:30

New blog posts about the `page_owner` debug feature in the Linux kernel, based on the presentation at Linux Plumbers Conference (LPC) 2025. Hope you enjoy the read! @…
Part 1:

@mickgeek@social.linux.pizza
2026-02-16 15:05:25

New #DITS blog post.
mickgeeklabs.org/blog/2026-02-

@cyrevolt@mastodon.social
2026-03-25 10:53:23

Secure exec... gotta pivot to rivet?
github.com/rivet-dev/secure-ex

@kexpmusicbot@mastodonapp.uk
2026-01-26 06:51:14

🇺🇦 #NowPlaying on KEXP's #Expansions
Davide Dev:
🎵 Shine
#DavideDev
toytonics.bandcamp.com/track/s
open.spotify.com/track/6R1ZWIY

@matths@toot.community
2026-01-16 18:42:32

Just in case you missed and want to share the versions of some of your svelte related packages...
#CVE

@lpryszcz@genomic.social
2026-01-14 07:52:52

Beautiful summary
yarnspinner.dev/blog/why-we-do

@UP8@mastodon.social
2026-02-17 23:56:44

📒 We built a museum exhibit about a 1990s game hint line, with a physical binder
#games

@Techmeme@techhub.social
2026-02-11 07:41:42

GPT-5.3-Codex and Claude Opus 4.6 can handle the full app development lifecycle on their own, a sign of what's coming for most knowledge work within five years (Matt Shumer)
shumer.dev/something-big-is-ha

@netzschleuder@social.skewed.de
2026-01-22 20:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@cketti@int21.dev
2026-01-12 17:11:13

"A new version of Ubuntu is available. Would you like to upgrade?"
Well, yes. But maybe not right now.

@inthehands@hachyderm.io
2026-03-18 16:57:43

My Git client of choice. mastodon.social/@fork_dev/1162

@cketti@int21.dev
2026-01-18 15:36:29

@… I'm very happy with domaindiscount24. They have a powerful web interface with a wide range of configuration options. Using your own name server(s) is also easily possible. (I use both options.)

@Techmeme@techhub.social
2026-02-10 14:40:51

Entire, founded by ex-GitHub CEO Thomas Dohmke, raised a $60M seed at a $300M valuation to build open-source developer tools to better manage AI-written code (Julie Bort/TechCrunch)
techcrunch.com/2026/02/10/form

@midtsveen@social.linux.pizza
2026-01-19 13:16:04

RE: wetdry.world/@runefish/1157595
As a secureblue.dev

@cketti@int21.dev
2026-03-16 18:50:26

RE: fosstodon.org/@davx5app/116238
After having taken some time off, I'm back to working on open source software and messing with open protocols.

@netzschleuder@social.skewed.de
2026-02-15 09:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@cdp1337@social.bitsnbytes.dev
2026-03-16 17:43:13

Spotify is sometimes useful for illustrating good music which I'm not aware of. Sometimes it plays something which I just don't like. Sometimes it plays something so weird and off-the-wall I have to stop what I'm doing and ponder wtf goes through the artist's mind.
It played "Declassified", some rap song which I'd never heard of. I'm generally not a fan of rap, but nerdcore is alright, (which is evidently why it decided to tangent to that).
They a bunch of satanist…

@cketti@int21.dev
2026-01-10 18:29:04

I just finished reorganizing the cable drawer.
The timeline of events was something like:
- the DNS server for internal name resolution runs inside a Docker container only reachable via IPv4
- if an Android device gets both IPv4 and IPv6 DNS servers, it will only query the IPv6 one
- fuck Docker; I'll install the DNS server on a Raspberry Pi
- creating a Pi image with sshd enabled didn't work
- this household has surprisingly few HDMI cables
- oh, …

@cketti@int21.dev
2026-01-10 13:24:43

I fell down the self-hosting (at home) rabbit hole.
Current status: Had to disable the IPv6 router advertisement option for DNS configuration 🙁

@cdp1337@social.bitsnbytes.dev
2026-01-15 11:55:47

@… If you like Minecraft you'll probably like this game, as to me it just seems to be "not" Minecraft.
Though I never actually played Minecraft so I probably have a skewed opinion. It's alright to me, made better if you have a nice community that works together to help make a little village and cool things.
And it's not…

@cketti@int21.dev
2026-03-08 21:56:37

Island: Ein Tag ohne Frauen
ardmediathek.de/video/wdr-dok/