dbo

14.1K posts

dbo banner
dbo

dbo

@dimitribosch

AI slop rider Working on Akta Weekly Music game with your friends: https://t.co/e07wKG0P6n ex-Dir of Software Architecture @lewagonparis Love movies & coffee

Paris, France Katılım Şubat 2009
3.7K Takip Edilen845 Takipçiler
Corey Ganim
Corey Ganim@coreyganim·
Never met a millionaire with an android
English
38
3
103
18.4K
adam
adam@theCTO·
I need a Sandbox service. I need the Sandbox to not bill me per hour/minute. I need to it to have persistent storage. I need it to have outgoing internet access. Who should I use?
English
88
1
166
50K
Adam Whitcroft
Adam Whitcroft@AdamWhitcroft·
I'm sick of my Apple Watch. People into mechanical watches, what's a good intro watch? Looking for something good quality and timeless. Help.
English
535
4
389
161.4K
Carmine Paolino
Carmine Paolino@paolino·
I made Solid Queue fiber-based. Threads need one DB connection each: they can all query concurrently. Fibers share one connection because only one runs at a time. 100 concurrent jobs: threads: 102 db connections fibers: 3 db connections Plus 20% faster on real LLM streaming workloads. PR is up on rails/solid_queue. paolino.me/solid-queue-do…
English
16
45
249
16.8K
dbo
dbo@dimitribosch·
@tdinh_me Stromae and Jamel Debbouze I think it was broadcasted initially on @canalplus channel
English
0
0
0
546
Tony Dinh
Tony Dinh@tdinh_me·
Does anyone know where this video is originally from? I’ve seen it a while ago but now watching it again with vibe coding being a mainstream thing, it hits different. The vibe is too good 😂
English
41
5
255
46.7K
dbo
dbo@dimitribosch·
I really hope they will build a Gmail competitor I also think @NotionHQ is quite close from doing that as well A bit of competition would be welcomed
Fayaz Ahmed@fayazara

FYI, @thomasgauvin has also built a whole email client if you want to need an email service.

English
0
0
0
67
dbo
dbo@dimitribosch·
@evilmartians @palkan_tula Thank you. Was a bit surprised to not see Logidze by @palkan_tula in it 🙂 But very good blog post. Always looking forward to reading it each year
English
0
0
2
254
Evil Martians
Evil Martians@evilmartians·
We work with dozens of Ruby on Rails projects every year. Naturally, we've used many gems and have found our favorites. This idea led @palkan_tula to create this blog post, where he imagined what if these gems were somehow merged into a single Gemfile: the ideal Martian Gemfile. We update this post regularly, now with AI integration and Inertia Rails sections. Read here: evilmartians.com/chronicles/gem…
English
4
9
84
9.1K
dbo
dbo@dimitribosch·
@SkyvinSX @badlogicgames @acoyfellow I didn't know about this. Thank you. I also wanted to explore Kimi K2.5. But not sure if on par with Opus or Codex
English
1
0
0
25
Sky⚡
Sky⚡@SkyvinSX·
@dimitribosch @badlogicgames @acoyfellow Claude via API doesn't have to be expensive — I use flat per-request pricing instead of per-token. same models, way more predictable costs for coding. (reqflux.com) has 20 free requests if you want to try it. feel free to dm if any questions
English
1
0
0
34
Mario Zechner
Mario Zechner@badlogicgames·
as more and more people start using pi, i now get this question often: "what are essential extensions i should install?" none. zero. start vanilla. only build/install something if you feel a recuring pain that you can't get rid of by reevaluating your workflow learned with another harness. i have 2 extensions: - promot-url-widget.ts in pi-mono/.pi/extensions: if a git issue/pr url is mentioned in a user message, it displays a little widget above the editor with the issue/pr title, submitter account id, and link to cmd+click. if i have multiple sessions open i know immediately what it's about - pi-diff-viewer, simple slash command spawning a GUI that lets me annotate a diff or any file in the working directory. once done, annotations are feed back to pi as a prompt, with a request for the model to act on the annotations. this is all i ever use. no, i don't use web search, mcp, multi-agents, whatever. i'm likely still outperforming you productivity wise with less token usage.
English
47
34
662
38.3K
dbo
dbo@dimitribosch·
dbo tweet media
ZXX
0
0
0
13
Brad Gessler
Brad Gessler@bradgessler·
ProTip for Rubyists: open a socket into your Rails web server so your agent can directly observe what’s going on over irb. This is the gateway drug to running self-improving agent loops at more rapid iterations.
Brad Gessler@bradgessler

The only factors that will matter for languages is if they’re token efficient and readable by humans. Beyond that it will be all about the runtime: is it fast? Is it observable? How good are its scaling primitives? Observability is crucially important for self-improving loops.

English
7
0
50
7.1K
dbo
dbo@dimitribosch·
the tab color & cmd+f were the missing features for me to completely love Ghostty (it was already my go-to terminal anyhow). Thanks @mitchellh
English
0
0
0
57
dbo
dbo@dimitribosch·
@signulll I’m not sure if true, but I remember that Japan was one of the main country in early twitter, as the 140 chars limit was less limiting to convey meaning as their ideogram system “compress” way more info than an single char in classic alphabet.
English
0
0
2
103
signüll
signüll@signulll·
why is x huge in japan? what structural properties make it fit well within the japanese culture? is it anonymity as a core part of the platform or something more?
English
410
129
2.9K
404.6K
dbo
dbo@dimitribosch·
@jorgemanru @zoltanhosszu Awesome. Congrats to the team. Wondering if markdown output is on the roadmap?
English
0
0
0
325
Jorge Manrubia
Jorge Manrubia@jorgemanru·
Lexxy is marching steadily towards its 1.0 release. With support for galleries, it is already a drop-in replacement for Trix, with a bunch of additional features. The last bit is sorting images with D&D, which will happen this week. Big kudos to @zoltanhosszu and Sam Péchèr for the constant push during the last months. github.com/basecamp/lexxy…
English
9
6
128
37K
dbo
dbo@dimitribosch·
@inazarova @palkan_tula Does not seem to be available in France unfortunately. Maybe I'll get a kindle version (once I get a kindle)
English
0
0
0
22
Irina Nazarova
Irina Nazarova@inazarova·
hey friend, listen to Michael, don’t sleep on the layered Rails techniques (by @palkan_tula) which have been helping us at Evil Martians enable the most ambitious Rails startups to grow and win 📈
Michael Rispoli@michael_rispoli

Finally got to diving into Layered Design for Ruby on Rails Applications by @palkan_tula at @inazarova’s recommendation. Such a good deep dive into rails within the first three chapters and some cool techniques I didn’t realize were available to me. Definitely recommend if you’re looking to get a deeper understanding of building complex rails apps. And because I know you may be thinking it, no AI does not recommend these techniques out of the box so it’s well worth your time to learn them. 😎

English
2
0
29
1.8K