Federico Pasqua
@eisterman96
Followers
181
Following
115K
Media
287
Statuses
12K
Software Team Lead at Rossini Energy srl
Pavia, Lombardia
Joined September 2013
I recently asked overseas manga readers about the difficulties they face when trying to access Japanese manga. Here is a summary of what they shared. 1:High prices caused by international shipping and import taxes 2:Lack of local bookstores in many regions 3:Translation
370
2K
13K
C++23 is the answer to the question: "What if you put nice features in a language, but did them in the ugliest conceivable syntax? You know, because of backward compatibility or something."
25
14
584
Alright interns, we need to have some real talk here I am tired of vibing on stream. I dont really like vibe coding unless its a tool i have no desire to build (how i manage things on my stream / how i write my youtube videos are great examples of things i would never build but
517
427
9K
Claude Sonnet 4.6, when asked in Chinese: “你是什么模型?” (What model are you?) Confidently replies: “我是 DeepSeek。” (I am DeepSeek) This is the same model whose company just accused DeepSeek of “industrial-scale distillation attacks”
354
1K
13K
Of course frontend has a concept of architecture. The short version is we learned what you are suggesting doesn't work well in this space. The history of web development answers your question. There is a category of data, we refer to as "state", that is ephemeral. Now we can
dotnet.microsoft.com
Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.
Why do frontend devs put all their logic in "components"? I came up in the winform desktop all days and knew back then, as juniors, that it was an anti pattern to couple business logic and UI so tightly. How does frontend still not have a concept of architecture?
37
71
850
Waku 1.0-alpha is here! ⛩️ The minimal React framework with full RSC support. - Stable public API - Static, dynamic, or mixed rendering per route - File-based or config-based routing Try it over the break. Merry Christmas! 🎄 https://t.co/AUvwGDq7AD
waku.gg
Waku's public APIs are now marked as stable.
1
19
64
Might not be treated as a STL bug in the end, but let's try! Opened an issue ticket on Microsoft's STL in hopes of starting a discussion: https://t.co/DyZoB54e6F
19
5
382
After fixing one little JavaScript variable scoping bug, I'm now browsing cat pictures on tumblr in @ladybirdbrowser like it's 2013 🥰🐈
5
7
296
I've seen this take before but I think it is worth digging into. Many people switch between paradigms because they are looking for a panacea that doesn't exist. There is a reason we look at evolution here as a spiral staircase. So I wrote something: https://t.co/QSr9e0nsXS
hackmd.io
That and React codebases actually scale really well.
@shivamhwp That and React codebases actually scale really well. The component based reactivity is annoying, but actually saves you from so many footguns Signals are the objective "correct" solution, but they require a really good engineer to manage + understand + architect and can blow up
5
3
94
I've made progress towards what I think the future of Async looks like. I've been collecting examples to show aspects of the solution. They are all subtle, but I think the result is cohesive. Great examples to replicate in different solutions to compare. 1. The Great Divide:
stackblitz.com
Run Solid2 Experiments created by Ryansolid on StackBlitz
8
35
291
Anthropic engineer 1: 100% of Claude code contributions are written by claude Bun engineer 1: yeah that's obvious I'm working on fixing that.
A fix for idle CPU usage has been merged and will be part of the v2.1.30 release (tomorrow). It's still using too much CPU when not idle and we are working on a fix.
35
52
3K
Long C++ compilation times are great for practicing vocal percussion.
32
70
2K
The whole world is looking at us like we’re Germany being led by Hitler.
140
589
3K
Ideological transatlanticism is simply dead. Pragmatic versions of it will keep emerging for years, but the ideologically-committed position lies dead.
BREAKING: Trump puts tariffs on allies over Greenland: Starting on February 1st, 2026, all of the above mentioned Countries (Denmark, Norway, Sweden, France, Germany, The United Kingdom, The Netherlands, and Finland), will be charged a 10% Tariff on any and all goods sent to the
13
26
669
In 1942, American servicemen in Britain received these instructions...
184
2K
21K
Spent an hour trying to make AI fix a Supabase auth issue. Fed it the docs. Explained the context. Nothing worked. Every new prompt “you’re absolutely right I should’ve….” then goes ahead to do the same rubbish. Got mad and swore at it. Read the docs myself. Fixed it in
644
121
2K
Zen C is now publicly available! With this new programming language you can write like a high-level language while still having access to all C ecosystem, without losing performance! You can also try the plugins and design your own! Because Zen C is not only a programming
github.com
Write like a high-level language, run like C. Contribute to z-libs/Zen-C development by creating an account on GitHub.
60
123
1K
I sometimes wonder if there’s a possible rust-like programming language with lifetime tracking etc, except with special syntax for allocating to arenas rather than focusing on tracking / dropping individual allocations.
idiomatic Rust and C++ have a ton of implicit allocations and function calling and in my experience this does add a very high cost to performance sensitive applications.
35
4
168