Igosuki Profile Banner
Guillaume Balaine Profile
Guillaume Balaine

@Igosuki

Followers
311
Following
423
Media
87
Statuses
2K

Software craftsman, problem solver.

France - USA
Joined April 2009
Don't wanna be here? Send us removal request.
@Igosuki
Guillaume Balaine
10 days
People talk about how AI is replacing search engines. I personally prefer to think they are filling the void left when search engines prioritized ads and engagement over quality results.
1
0
3
@Igosuki
Guillaume Balaine
16 days
Can you spot the days large models like Claude perform worse ? I sure can, they start hallucinating a lot, a good reminder that eventually rolling your own as a backup might be not just a nice to have but necessary.
0
0
2
@Igosuki
Guillaume Balaine
1 month
The latest improvements on GNOME and Ubuntu, the latest packages that make creating custom distros with slick interfaces (e.g. https://t.co/2NfxtMhYFE by @dhh ). The wish to stop relying on centralized tech. I really feel like the years where desktop Linux will shine are coming.
Tweet card summary image
omarchy.org
Beautiful, Modern & Opinionated Linux by DHH
1
0
1
@jessegenet
Jesse Genet
1 month
Some people actively wondering why install @openclaw instead of just using claude code yourself etc... When you can only use your laptop like this you understand why an agent that can use your computer while you attend to other things is a game changer 😉
152
50
2K
@VFinnishProbs
Joel Willans
2 months
Since the Cold War, successive US governments have gaslit Americans into thinking Europeans get free healthcare, free education and decent parental leave, while Americans don’t, because the US pays for Europe’s defence. It’s a myth that also helps them justify 750+ US bases
371
757
4K
@transitive_bs
Travis Fischer
3 years
1/ Image comprehension ⇒ Unlocks full-screen app and browser automation 🤖 We thought text-based co-pilot and writing assistants were cool, but now that GPT-4 natively understands images, automating app and browser workflows based on screenshots is going to skyrocket 🚀
6
10
276
@Igosuki
Guillaume Balaine
3 years
If you've faced graphql codegen bloat : Why our company replaced Golang+GraphQL with TypeScript+Prisma+tRPC by @KlitonBare
Tweet card summary image
itnext.io
Why we moved from Golang+GraphQL to Typescript+Prisma+tRPC
4
2
4
@Igosuki
Guillaume Balaine
4 years
@instagram 2/2 .@instagram Are we in this dark place where a bad backend function and non-existent support leaves people helpless ? For a company that originally prided itself in quality, this is disappointing.
0
0
0
@Igosuki
Guillaume Balaine
4 years
1/2 .@instagram After more than a month of back and forth with your support, it's still impossible to pay for ads on my girlfriend's account with ANY payment method. Yet she relies heavily on Instagram for business.
1
0
0
@Igosuki
Guillaume Balaine
5 years
I just dropped spark for @ApacheArrow Datafusion and Ballista, the performance is simply... ballistic.
Tweet card summary image
github.com
Apache DataFusion SQL Query Engine. Contribute to apache/datafusion development by creating an account on GitHub.
0
2
5
@Igosuki
Guillaume Balaine
6 years
Does anyone have a method for #testing complex application workflows in actor based systems (so components that accumulate state) ? I guess it's akin to functional testing in a microservice environment. Suppose it's a transactional system that can't just do away with monitoring.
0
0
0
@Igosuki
Guillaume Balaine
6 years
Yesterday, I had the following error in rustc: Overflow evaluating the requirement `&num_rational::Ratio<_>: num_traits::pow::Pow<u8>` Does breaking the compiler make me an accomplished Rustacean ?
0
0
0
@matgren
Mat Gren
6 years
My latest interview with @HelloPixelart CTO - Zuka Kakabadze @scalac_io is about why you should choose ZIO in your next project. Benefits of functional programming in ZIO. Check it out! #taskforcezio #whyscala @zioscala
0
10
22
@Igosuki
Guillaume Balaine
6 years
When making, single source of truth transactionnal system, you'd do well to use a WAL and paxos. WALs are great, because they allow you to reconcile what happens after downtime or network partitions, and paxos helps you lock operations without needing to partition the space
0
0
0
@Igosuki
Guillaume Balaine
6 years
How to make a lightweight @rustlang program with state : put rkv everywhere.
Tweet card summary image
github.com
A simple, humane, typed key-value storage solution. - mozilla/rkv
1
0
1
@Igosuki
Guillaume Balaine
6 years
A word of advice on @rustlang my from-scratch dev build time went from 5 minutes to 1m30 after I switched to semver compatible versions of all dependencies and let cargo update do its job accross the workspace.
0
0
4
@Igosuki
Guillaume Balaine
6 years
The best thing about #GraphQL is probably the playground... Giving me the economy of building an interface when iterating fast on a new project, you can build the UI when you've actually finished building the API.
0
1
1
@Igosuki
Guillaume Balaine
6 years
What is the right balance between iterating fast (over code, architecture) and finding the best solution ? #Experience The more you train yourself to find the right solution fast, the better engineer you will be, and eventually everything you produce will have stellar quality.
0
0
1
@Igosuki
Guillaume Balaine
6 years
What is #clean #code ? Clean code is when neophytes and people who don't know your programming language can read your code. Naming is hard, but the best time you'll ever spend on your codebase.
1
0
1