CSS-zero: opinionated CSS starter kit for your “nobuild” application

css-zero:-opinionated-css-starter-kit-for-your-“nobuild”-application

An opinionated CSS starter kit for your Ruby on Rails application. You can think of it like a “no build” Tailwind CSS. Installation Add this gem to your project. bundle add css-zero Run the install command. bin/rails generate css_zero:install Add the additional components you need. (Optional) bin/rails generate css_zero:add –help Components Utility classes and variables […]

Show HN: Txeo – A Modern C++ Wrapper for TensorFlow

show-hn:-txeo-–-a-modern-c++-wrapper-for-tensorflow

📝 Overview Txeo is a lightweight and intuitive C++ wrapper for TensorFlow, designed to simplify TensorFlow C++ development while preserving high performance and flexibility. Built entirely with Modern C++, Txeo allows developers to use TensorFlow with the ease of a high-level API, eliminating the complexity of its low-level C++ interface. ✨ Features 📦 Intuitive API […]

Launch HN: Massdriver (YC W22) – Self-serve cloud infra without the red tape

Hi HN! We’re Cory, Dave, and Chris, the founders of Massdriver (https://www.massdriver.cloud/), an infrastructure automation platform. Massdriver enforces organizational standards and delivers consistent, compliant deployments—no more endless approvals, red tape, or broken Terraform plans. Here’s a demo video: https://www.youtube.com/watch?v=m6T5p0qXcFE&t=4s Infrastructure as Code (IaC) workflows were designed to help developers and work fine for small teams, […]

Apple pulls encrypted iCloud security feature in UK amid backdoor demands

apple-pulls-encrypted-icloud-security-feature-in-uk-amid-backdoor-demands

Apple has withdrawn its Advanced Data Protection iCloud feature from the United Kingdom following government demands for backdoor access to encrypted user data, according to Bloomberg. The move comes after UK officials secretly ordered Apple to provide unrestricted access to encrypted iCloud content worldwide. Customers who are already using Advanced Data Protection, or ADP, will […]

Some Programming Language Ideas

Published on 21-02-2025 This post is me writing down some ideas for programming languages or programming language features. Mainly to get them out of my head into the world without having to write an actual compiler for them 😅 I start by providing some context and then present my ideas. Hopefully it’s interesting. Explanation of […]

I ate and reviewed every snack in our office kitchen

i-ate-and-reviewed-every-snack-in-our-office-kitchen

This is the silliest piece of content we’ve ever done and when I proposed it, my boss asked me “How can we relate this to our product? How will this get us leads?” And I said “Well the concept is compelling enough and we can just mention it in the beginning”. So please help me […]

Apple pulls data protection tool after UK government security row

apple-pulls-data-protection-tool-after-uk-government-security-row

Apple is taking the unprecedented step of removing its highest level data security tool from customers in the UK, after the government demanded access to user data. Advanced Data Protection (ADP) means only account holders can view items such as photos or documents they have stored online through a process known as end-to-end encryption. But […]

Writing a DSL in Lua (2015)

writing-a-dsl-in-lua-(2015)

DSLs, or domain specific languages, are programming languages that are designed to implement a set of features specific to a particular problem or field. An example could be Make, the build tool, which is a specially designed language for combining commands and files while managing dependencies. A lot of modern programming languages have so much […]

Why does target=”_blank” have an underscore in front?

Ever wondered why you need the underscore in target=”_blank” to open a link in a new tab? Before HTML5, developers used for SPA-like functionality, dividing the window into multiple frames, each with its own unique ID. For example, the left frame might be id=”sidebar”, and the right frame could be id=”content”. When clicking a link, […]

Sweden Investigates New Cable Break Under Baltic Sea

sweden-investigates-new-cable-break-under-baltic-sea

The bloc announced new steps to prevent threats to undersea lines after Sweden discovered damage to one east of Gotland island. The European Union vowed on Friday to increase security in the Baltic Sea as the Swedish authorities said they were investigating a new cable break, the latest example of damage to underwater infrastructure in […]