BackToTheRoots

1.3K posts

BackToTheRoots banner
BackToTheRoots

BackToTheRoots

@BackToTheR00ts

Back to the Unix and terminal, FreeBSD/*BSD, server side, command line, efficiency, simplicity. @CrystalLanguage / Ruby fan. For Smalltalk look at @smalltalkdev

Hlavní město Praha 参加日 Ekim 2015
224 フォロー中1.1K フォロワー
BackToTheRoots がリツイート
James Hibbard
James Hibbard@jchibbard·
🚨 A practical guide to auditing Rails apps: how to spot dangerous architecture, hidden risks, and fragile areas in days, not weeks. #Rails piechowski.io/post/how-i-aud…
English
0
4
49
2.5K
BackToTheRoots がリツイート
James Hibbard
James Hibbard@jchibbard·
⚖️ Rails performance sits between premature optimization and missing basics. A walkthrough of pagination, eager loading, N+1 queries, and database indexes. #Rails driftingruby.com/episodes/optim…
English
0
7
36
1.6K
BackToTheRoots がリツイート
Retro Tech Dreams
Retro Tech Dreams@RetroTechDreams·
The Toshiba DynaBook J-3100SS (1989).
Retro Tech Dreams tweet media
English
9
111
734
22.1K
BackToTheRoots がリツイート
Akshay 🚀
Akshay 🚀@akshay_pachaar·
Big moment for Postgres! Search has always been Postgres' weak spot, and everyone just accepted it. If you needed a real relevance-ranked keyword search, the default answer was to spin up Elasticsearch or add Algolia and deal with the data sync headaches forever. The problem isn't that Postgres can't do text search. It can. But the built-in `ts_rank` function uses a basic term frequency algorithm that doesn't come close to what modern search engines deliver. So teams end up: - Running a separate Elasticsearch cluster just for search - Building sync pipelines that inevitably drift out of consistency - Paying for managed search services that charge per query - Accepting mediocre search relevance because "good enough" ships faster But this is actually a solvable problem. You can realistically bring industry-standard search ranking directly into Postgres, which eliminates the need for external infra entirely. This exact solution is now available with the newly open-sourced pg_textsearch by @TigerDatabase, a Postgres extension that brings true BM25 relevance ranking into the database. BM25 is the algorithm behind Elasticsearch, Lucene, and most modern search engines. Now it runs natively in Postgres. Here's what pg_textsearch enables: - True BM25 ranking with configurable parameters (the same algorithm powering production search systems) - Simple SQL syntax: `ORDER BY content <@> 'search terms'` - Works with Postgres text search configurations for multiple languages - Pairs naturally with pgvector for hybrid keyword + semantic search That last point matters a lot for RAG apps. The video below shows this in action, and I worked with the team to put this together. You can now do hybrid retrieval (combining keyword matching with vector similarity) in a single database, without stitching together multiple systems. The syntax is clean enough that you can add relevance-ranked search to existing queries in minutes. pg_textsearch is fully open-source under the PostgreSQL license. You can find a link to their GitHub repo in the next tweet.
English
67
316
2.6K
214.1K
BackToTheRoots
BackToTheRoots@BackToTheR00ts·
bzfs is a reliable near real-time, parallel replication and backup command-line tool for ZFS ... supporting disaster recovery and high availability (DR/HA), scale-out deployments, and protection against data loss or ransomware github.com/whoschek/bzfs
English
0
2
2
119
BackToTheRoots がリツイート
Slashdot
Slashdot@slashdot·
Tailwind CSS Lets Go 75% Of Engineers After 40% Traffic Drop From Google ift.tt/83HLGYa
English
0
2
3
1.6K
BackToTheRoots がリツイート
Clicks
Clicks@clickskeyboard·
Clicks builds phones now. Introducing the Clicks Communicator… Reserve today at ClicksPhone.com!
English
552
694
5.9K
3.3M
BackToTheRoots がリツイート
BeijaFlor
BeijaFlor@samba_drome·
@CrystalLanguage is criminally underused and underrated. Its ruby but compiled into a single binary with C-level performance has a large ecosystem w stable libs, elegant, clean, readable syntax that makes me want to cry whenever I look at Go, Rust or anything else Im writing and compiling usable production-ready applications daily with it why is this language not more popular?
English
1
3
7
990
BackToTheRoots がリツイート
Phoronix
Phoronix@phoronix·
FreeBSD 15.0 Now Officially Available With Many Software Updates, Reproducible Builds Really great release with FreeBSD 15! Benchmarks soon. phoronix.com/news/FreeBSD-1…
English
6
76
410
16.2K
BackToTheRoots がリツイート
Daniel Beauchamp
Daniel Beauchamp@pushmatrix·
This is three.js running on the Exosphere. 🤯 Rendering in realtime from a browser at 8K / 60fps. Here’s how Shopify just pulled it off 👇
English
112
446
4.4K
984.8K