Tech

Tech

476 bookmarks
Newest
I dumped Windows 11 for Linux, and you should too
I dumped Windows 11 for Linux, and you should too
With the growing number of users jumping from Windows to Linux, I decided to fully take the plunge and dive deep into the Open Source ocean. A few months and several headaches later, it has proved to be the best computer-related decision I've made in over a decade (and perhaps in my entire life).
·notebookcheck.net·
I dumped Windows 11 for Linux, and you should too
All AI Videos Are Harmful
All AI Videos Are Harmful
When OpenAI released the first version of Sora, I was excited. For years, I'd had this short story sitting on my hard drive, something I'd written long ago and always dreamed of bringing to life as a
·idiallo.com·
All AI Videos Are Harmful
Stay at the top of AI
Stay at the top of AI
The best GenAI models in one subscription. Access GPT, Claude, Gemini, Mistral, Llama, Nano Banana, GPT-image, FLUX, and stay up to date with AI.
·mammouth.ai·
Stay at the top of AI
NETFLIX OPEN CONTENT
NETFLIX OPEN CONTENT
At Netflix, we are always exploring ways to make our content look and sound even better. To provide a common reference for prototyping bleeding-edge technologies within entertainment, technology and academic circles without compromising the security of our original and licensed programming, we've
·opencontent.netflix.com·
NETFLIX OPEN CONTENT
devlikeapro/waha: WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! 3 engines: WEBJS (browser based), NOWEB (websocket nodejs), GOWS (websocket go)
devlikeapro/waha: WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! 3 engines: WEBJS (browser based), NOWEB (websocket nodejs), GOWS (websocket go)
WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! 3 engines: WEBJS (browser based), NOWEB (websocket nodejs), GOWS (websocket go) - devlikeapro/waha
·share.google·
devlikeapro/waha: WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! 3 engines: WEBJS (browser based), NOWEB (websocket nodejs), GOWS (websocket go)
muhammedaksam/waha-tui: A beautiful Terminal User Interface for WhatsApp using WAHA (WhatsApp HTTP API). Manage your WhatsApp sessions, chats, and messages directly from your terminal with an intuitive TUI powered by OpenTUI.
muhammedaksam/waha-tui: A beautiful Terminal User Interface for WhatsApp using WAHA (WhatsApp HTTP API). Manage your WhatsApp sessions, chats, and messages directly from your terminal with an intuitive TUI powered by OpenTUI.
A beautiful Terminal User Interface for WhatsApp using WAHA (WhatsApp HTTP API). Manage your WhatsApp sessions, chats, and messages directly from your terminal with an intuitive TUI powered by Open...
·share.google·
muhammedaksam/waha-tui: A beautiful Terminal User Interface for WhatsApp using WAHA (WhatsApp HTTP API). Manage your WhatsApp sessions, chats, and messages directly from your terminal with an intuitive TUI powered by OpenTUI.
Why Reliability Demands Functional Programming: ADTs, Safety, and Critical Infrastructure
Why Reliability Demands Functional Programming: ADTs, Safety, and Critical Infrastructure
In banking, telecom, and payments, reliability is not a nice to have. It is table stakes. The most reliable systems I have worked on reduce entire classes of bugs before the code even runs. Functional programming and Algebraic Data Types (ADTs) let you push correctness into the type system, so illegal states cannot be constructed in the first place. **What you will learn** - How invalid states show up in real systems and why they cause costly incidents - How ADTs encode business rules so the compiler enfo...
·blog.rastrian.dev·
Why Reliability Demands Functional Programming: ADTs, Safety, and Critical Infrastructure