Trending
amos's Avatar

amos

@fasterthanlime.hachyderm.io.ap.brid.gy

hi, I'm amos! πŸƒ they/them 🫐 open-source witch & maker of snappy videos and articles at https://bearcove.eu ✨ be kind, be curious πŸŒ‰ bridged from ⁂ https://hachyderm.io/@fasterthanlime, follow @ap.brid.gy to interact

491
Followers
2
Following
2,027
Posts
15.09.2024
Joined
Posts Following

Latest posts by amos @fasterthanlime.hachyderm.io.ap.brid.gy

So it's a meme where there's two people in a bus. They're sitting opposite sides. One of them is looking at rocks because they're driving up the mountain. And he looks very sad and disturbed.

And he's thinking "tailor-made software is a commodity now". And then there's the other guy sitting opposite who's looking at a beautiful landscape with the sun kissing the mountains. And a little river nestled amongst the peaks. And he's thinking: "tailor-made software is a commodity now".

So it's a meme where there's two people in a bus. They're sitting opposite sides. One of them is looking at rocks because they're driving up the mountain. And he looks very sad and disturbed. And he's thinking "tailor-made software is a commodity now". And then there's the other guy sitting opposite who's looking at a beautiful landscape with the sun kissing the mountains. And a little river nestled amongst the peaks. And he's thinking: "tailor-made software is a commodity now".

14.03.2026 18:33 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

god damn it shopify has the caching discipline of a seagull

14.03.2026 18:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I'm becoming borderline fluent at shopify and I hate it

14.03.2026 17:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Oh, cool. PowerShell has built-in support for malware by allowing you to send scripts already base64-encoded.

13.03.2026 22:59 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Has anyone here written a TCP proxy in PowerShell per chance?

13.03.2026 22:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Is there a Linux system without Python nowadays?

13.03.2026 22:31 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@glyph sounds like story time, I'm listening

12.03.2026 18:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I have seen the GitHub thread about it where someone goes I HAVE MATHS ON MY SIDE and the response is THE TIME FOR MATHS HAS COME AND GONE and/or YOU HAVE NO POWER HERE and that explains a lot but I'm STILL GONNA BE MAD ABOUT IT

12.03.2026 18:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

y'all out there really acting like it's normal that if you put a small box in a bigger box, when you open the bigger box, the small box has DISSOLVED and only its contents are there?

nuh-huh.

12.03.2026 18:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
null is thenable, cool

null is thenable, cool

@carey

12.03.2026 18:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

TIL that

async function h() { return Promise.resolve(456); }

and

function h() { return Promise.resolve(456); }

are semantically equivalent in JS and I am LOSING MY GODDAMN MIND

WHY WOULD YOU DO SUCH A THING

12.03.2026 18:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 3 πŸ“Œ 1
the 'Merge without waiting for requirements to be met (bypass rules)' checkbox is wider than the entire UI.

the 'Merge without waiting for requirements to be met (bypass rules)' checkbox is wider than the entire UI.

someone at github is on day 131 of "making this checkbox wider until the outages stop"

12.03.2026 17:07 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

"...not to rag, but"
"no no, please do"

12.03.2026 11:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

"so our company specializes in semantic search"
"what does /that/ mean?"
"exactly! you're hired!"

12.03.2026 11:16 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

looking forward to eddy's new video: "Being a serial killer is super addictive"

"I started to develop an emotional attachment with my victims. Even though this was supposed to be a simple affair: capture, kill, dispose β€” it was starting to become something deeper for me. Something spiritual."

11.03.2026 19:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

eddy burback loves making videos like "I drove to the forest, threw myself down a hole, and was stuck for 9 days. what this means about society? you be the judge"

11.03.2026 19:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Kind of a lazy joke, I know

11.03.2026 16:42 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Haskell Curry's mom: "But my son /did/ apply himself"
Haskell Curry's teacher: "Yes, but only partially"

11.03.2026 15:28 πŸ‘ 0 πŸ” 5 πŸ’¬ 2 πŸ“Œ 0
Currying - Wikipedia

TIL about SchΓΆnfinkelisation

https://en.wikipedia.org/wiki/Currying

11.03.2026 15:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Solving Package Management via Hypergraph Dependency Resolution Package managers are everywhere, with seemingly every language and operating system implementing their own solution. The lack of interoperability between these systems means that multi-lingual projects are unable to express precise dependencies across language ecosystems, and external system and hardware dependencies are typically implicit and unversioned. We define HyperRes, a formal system for describing versioned dependency resolution using a hypergraph that is expressive enough to model many ecosystems and solve dependency constraints across them. We define translations from dozens of existing package managers to HyperRes and comprehensively demonstrate that dependency resolution can work across ecosystems that are currently distinct. This does not require users to shift their choice of package managers; instead, HyperRes allows for the translation of packaging metadata between ecosystems, and for solving to be precisely specialised to a particular deployment environment.

links btw:

HyperRes: https://arxiv.org/abs/2506.10803
Max-SMT: https://arxiv.org/abs/2203.13737
A recent overview: https://nesbitt.io/2026/02/06/dependency-resolution-methods.html

11.03.2026 13:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

no but what's the point of research if it doesn't solve the maximal version of the problem immediately and optimally? mh? what is academia even FOR (/s)

11.03.2026 12:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

bro "curl | sh" is a way simpler cross-ecosystem unification 🀐

11.03.2026 12:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

HyperRes paper: "we have unified all package managers"
*looks closer*
HyperRes paper: "(ok we skipped Cargo 'features')"
*looks even closer*
HyperRes paper: "(you can model them as synthetic packages)"
*looks sideways*
HyperRes paper: "(...which kinda sucks)"

11.03.2026 12:56 πŸ‘ 0 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

> So two dependency graphs that are logically equivalent but list deps in a different order could theoretically get different resolution

What. What!

10.03.2026 23:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Yet another instance of "the tool I'm making would be so much easier to make, had I access to the tool I'm.. making", that one's NOT a drinking game, think of my health.

10.03.2026 12:35 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You know, it would be super convenient if you could get a report of the test failures of your tree sitter corpus as an HTML file. You could even have syntax highlighting, perhaps using something like tree sit–Never mind.

10.03.2026 12:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

stop the presses!!! ghostty 1.3.0 has search! (and a ton of other cool things)

https://ghostty.org/docs/install/release-notes/1-3-0

10.03.2026 00:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My "absolutely no PRs from anyone exposed to microplastics" policy is raising a lot of questions answered, quite frankly, by the policy itself

09.03.2026 19:27 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

@vbfox what's the alternative?

08.03.2026 18:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I am NOT making a Rust replacement, but β€” if you could fix one* thing about Rust syntax/semantics/etc. what would you fix?

(*one per reply, multiple replies per household are allowed)

08.03.2026 12:17 πŸ‘ 0 πŸ” 1 πŸ’¬ 9 πŸ“Œ 0