Martin M

@smartmic
0 Followers
11 Following
11 Posts

@asrg This is relevant to your mission, but at the same time suspicious due to the author, who is a major player in the current LLM glut.

https://www.anthropic.com/research/small-samples-poison

A small number of samples can poison LLMs of any size

Anthropic research on data-poisoning attacks in large language models

10x productivity improvements by #AI were already discussed and dismissed in 1986 - and also in 2025 with all the #AIHype, things still do not look very promising. I looked into Fred Brooks essay "No silver bullet" to learn why.
#GenerativeAI #AIBubble

https://smartmic.bearblog.dev/no-ai-silver-bullet/

No AI Silver Bullet

As early as 1986, Fred Brooks considered AI a potential silver bullet that could increase software development productivity by an order of magnitude. At tha...

Martin's blog
I wrote about my reaction to the #ai #llm flood. In short: I'm not participating, but waiting to see what happens. There are also increasing signs that the bubble will soon burst—which would probably be the best outcome for everyone.
https://smartmic.bearblog.dev/stay-calm-keep-going-ai-must-wait-or-the-bubble-will-burst/
Stay calm. Keep going. AI must wait or the bubble will burst.

We are once again living in exciting times. I feel that one of the many controversial topics is coming to a head, and I'm talking about AI, or more specif...

Martin's blog

The GPT-5 presentation was underwhelming and the general reception is a mixed bag. Find out about my personal feelings at day 2 after launch.
#ai #llm #gpt5

https://smartmic.bearblog.dev/gpt-5-hangover/

GPT-5 Hangover

Yesterday, I watched the first part of the , but only after the started pouring in on HN. More on that in a moment, but the impression this presentation ma...

Martin's blog
So you hit enter too fast after the dreaded `rm -rf` in the wrong directory but, of course, your backup saved the day. … No? Don't panic; you are not alone and there are tools which can help you out on #filesystem level. In my case, it was `btrfs-undelete`, but there are similar programs for Ext4. Data recovery is cumbersome and time-consuming, but not impossible. And next time, backup, backup, #backup !
#Linux
#btrfs
#datarecovery
https://github.com/danthem/undelete-btrfs
GitHub - danthem/undelete-btrfs: A script that attempts to undelete files in a BTRFS file system. Make sure you read the README.

A script that attempts to undelete files in a BTRFS file system. Make sure you read the README. - danthem/undelete-btrfs

GitHub
Starting 32-bit #Puppy #Linux in #qemu is not as straightforward as for example 32-bit #Alpine. For the latter, using `qemu-system-i386` without special options is obvious and sufficient. The former comes with a 64-bit #UEFI bootloader. That means you cannot use the default qemu #bootloader but need OVMF. And do not fall in the trap of using qemu-i386. You need qemu-x86_64. Long story short: `qemu-system-x86_64 -drive format=raw,file=BookwormPup32.iso -bios /usr/share/edk2/x64/OVMF.fd …`

Seamless integration of #btrfs partitions (e.g. your #Linux partition in a dual-boot system) into the #Windows file manager(s) is easy to setup (just right-click & "install" btrfs.inf) and works like a charm.

#winbtrfs
https://github.com/maharmstone/btrfs

GitHub - maharmstone/btrfs: WinBtrfs - an open-source btrfs driver for Windows

WinBtrfs - an open-source btrfs driver for Windows - maharmstone/btrfs

GitHub

#TIL Setting up email notifications when #fossilscm is running inside a chroot jail on your webserver is easy by using a #sqlite database as bridge into the wider system. From there, #sendmail will fetch and send the notification.

https://fossil-scm.org/forum/forumpost/4fc9698cc2d47c52

Fossil User Forum: Can’t make fossil to send emails