Tootfinder

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

@adulau@infosec.exchange
2025-06-16 04:55:17

CVE-2011-10007 was actually published on
2025-06-05.
πŸ”— Vulnerability details vulnerability.circl.lu/vuln/CV
πŸ”— Details

File
@Gord1i@fosstodon.org
2025-07-01 19:11:52

It's a small thing, the syntactic sugar of using `/` to concatenate paths and strings is reason enough to use pathlib. And then you find out about all the built in methods...
mastodon.social/@treyhunner/11

@shoppingtonz@mastodon.social
2025-06-29 05:06:32

This song is called Breaking the Chains and is released under the GPL-2.0 license as part of the Battle for Wesnoth game and the music is located at
github.com/wesnoth/wesnoth/tre
Also described at:

This is part of the Battle for Wesnoth soundtrack/game music and it is called "Breaking the Chains".

Author:
Mattias Westlund

filename:

breaking_the_chains.ogg
@bmariusz@techhub.social
2025-06-17 18:43:01

TL;DR:🧡
Today I lost 2 hours because TypeORM ESM NestJS is a fragile combo when it comes to migrations.
No migration:status.
No ESM-compatible CLI.
No schema awareness.
Class name must match filename (with timestamp!).
So I wrote my own migration-status.ts script to compare database state with the migration folder.
Lesson: if you need INSERT INTO "schema"."table", don’t forget the schema.
ORMs give you boilerplate β€” and tra…