๐ฅ Check out this insightful post from Hacker News ๐ ๐ Category: โ
Main takeaway: A few years back I did a bit of dance music related data visualization over at Lazily Evaluated. My favourite was an analysis of clubs and their lineups using Resident Advisor / RA data, I called it Clubster Analysis. I always wanted to dig into the technical aspects of gathering the data, analyzing it and building the charts and graphs to tell a story and give people insight. With this blog I now have the right venue for that kind of tech talk, so here…
โจ Discover this must-read post from Hacker News ๐ ๐ Category: โ
Key idea: Every year, the office of the United States Trade Representative (USTR) publishes the National Trade Estimate Report on Foreign Trade Barriers. The report is compiled based on input from key industry players. This includes submissions from copyright industry groups that frequently highlight piracy challenges that in their view act as barriers to trade. In previous years, for example, the MPA and others have called for more site-blocking efforts to counter the piracy threat. Interestingly, however, other American companies now inform the USTR that foreign site-blocking measures…
๐ Read this awesome post from Hacker News ๐ ๐ Category: ๐ Main takeaway: Spring is here and the nettles are growing again so I decided it was time to make a meal out of them. Most people know that stinging nettles are pesky green plants that irritate the skin when you touch them. What you probably donโt know is that theyโre a nutritious source of iron, calcium, potassium, and silica as well as vitamins A, B, C, and K1. Stinging nettles also have anti-inflammatory properties and can relieve arthritis and rheumatism. They can be turned into soups, curries, and…
โจ Discover this trending post from Hacker News ๐ ๐ Category: โ
Key idea: 03 Nov, 2025 Author's NoteI have spent the better part of a decade in the bug bounty industry, and my perspective on this industry is shaped by this experience. The first five years were spent as a bug hunter and vulnerability researcher, where I developed an intimate understanding of what it takes to find, verify, and responsibly disclose security vulnerabilities. The last five years have been spent at HackerOne (Nov, 2020 - Present), starting as a vulnerability triager where I personally reviewed tens of thousands of…
๐ฅ Discover this must-read post from Hacker News ๐ ๐ Category: โ
Key idea: Fast, stateless LLM-powered assistant for your shell: qq answers; qa runs commands qqqa is a two-in-one, stateless CLI tool that brings LLM assistance to the command line without ceremony. The two binaries are: qq - ask a single question, e.g. "qq how can I recursively list all files in this directory" (qq stands for "quick question") qa - a single step agent that can optionally use tools to finish a task: read a file, write a file, or execute a command with confirmation (qa stands for…
๐ฅ Check out this trending post from Hacker News ๐ ๐ Category: ๐ก Hereโs what youโll learn: Bogdan Georgiev, Javier Gรณmez-Serrano, Adam Zsolt Wagner, and I have uploaded to the arXiv our paper โMathematical exploration and discovery at scaleโ. This is a longer report on the experiments we did in collaboration with Google Deepmind with their AlphaEvolve tool, which is in the process of being made available for broader use. Some of our experiments were already reported on in a previous white paper, but the current paper provides more details, as well as a link to a repository with various…
๐ Discover this awesome post from Hacker News ๐ ๐ Category: ๐ก Main takeaway: Vue-inspired reactive building blocks for Flutter Flutter Compositions brings Vue 3's Composition API patterns to Flutter, enabling fine-grained reactivity and composable logic with a clean, declarative API. ๐ Read the full documentation โ This repository uses a Melos-managed monorepo layout: import 'package:flutter/material.dart'; import 'package:flutter_compositions/flutter_compositions.dart'; class CounterPage extends CompositionWidget { const CounterPage(Tell us your thoughts in comments!); @override Widget Function(BuildContext) setup() { // Reactive state final count = ref(0); final doubled = computed(() => count.value * 2); // Side effects watch(() => count.value, (value, previous) What do…
โจ Check out this trending post from Hacker News ๐ ๐ Category: ๐ Key idea: Table of Contents Emacs has holistically become my daily computing environment. My efforts have been focused on building emacs into the workflow of essentially everything I do, as long as it doesnโt involve heavy video or media, I try my very best to accomplish it in emacs. The idea is to achieve deep integration with everything I do on a computer, to the degree my thoughts are immediately able to be acted upon in the buffer. I use hyprland as my window manager, and while…
๐ฅ Discover this must-read post from Hacker News ๐ ๐ Category: โ
Key idea: Whatโs SIMD? Why SIMD?Hardware that does arithmetic is cheap, so any CPU made this century has plenty of it. But you still only have one instruction decoding block and it is hard to get it to go fast, so the arithmetic hardware is vastly underutilized.To get around the instruction decoding bottleneck, you can feed the CPU a batch of numbers all at once for a single arithmetic operation like addition. Hence the name: โsingle instruction, multiple data,โ or SIMD for short.Instead of adding two numbers together,…
๐ Explore this insightful post from Hacker News ๐ ๐ Category: ๐ Key idea:
Brain-IT: Image Reconstruction from fMRI via Brain-Interaction Transformer
Roman Beliy* ยท
Amit Zalcher* ยท
Jonathan Kogman ยท
Navve Wasserman ยท
Michal Irani
* Denotes Equal Contribution
โ
(a) Image reconstructions
using the full NSD dataset (40 hours per subject). (b) Efficient Transfer-learning…
