Teen on Musk's DOGE team graduated from 'The Com'

https://krebsonsecurity.com/wp-content/uploads/2025/02/coristine.png
A 19-year-old working for Elon Musk's DOGE team was given access to sensitive US government systems despite a history of cybercrime associations. The team has accessed personal and sensitive data on American citizens, raising security concerns.

We are destroying software

We're destroying software by neglecting complexity, build systems, and backward compatibility. This leads to bloated, fragile systems that hinder learning and joy of coding.

VSCode’s SSH agent is bananas

https://fly.io/static/images/fly-social-square.webp
The user wants to integrate their system with VSCode's remote editing over SSH feature, particularly with LLM-generated code, to close the loop between the LLM and execution environment. They aim to run a closed-loop agent-y configuration on a clean-slate Linux instance for secure and efficient LLM development.

Jacksonpollock.org (2003)

https://jacksonpollock.org/imgs/sig.png
http://www.jacksonpollock.org/ by Miltos Manetas!

The Deck: An open-source cross-platform multiplayer card game engine in Flutter

https://raw.githubusercontent.com/xajik/thedeck/main/demo/icon.png
The Deck is a mobile multiplayer offline card game aggregator written in Dart and Flutter, providing a cooperative digital game environment for classic card games. It allows real-time card state sharing among devices, creating an immersive experience.

Tips for mathematical handwriting (2007)

https://johnkerl.org/doc/ortho/texortho.jpg
The author emphasizes the importance of clear handwriting in technical disciplines, providing tips to distinguish between similar-looking letters and symbols. Proper letterforms can help avoid confusion and ensure accurate communication in mathematical expressions.

Show HN: FlashSpace – fast, open-source, macOS Spaces replacement

https://private-user-images.githubusercontent.com/3128467/410695368-36f4933d-3711-4acf-9171-9137073010d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzY2MzcsIm5iZiI6MTczOTAzNjMzNywicGF0aCI6Ii8zMTI4NDY3LzQxMDY5NTM2OC0zNmY0OTMzZC0zNzExLTRhY2YtOTE3MS05MTM3MDczMDEwZDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMTczODU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzIyZmQ0MjY4Y2I4OGZiZGM2MmE0Y2FhMDE4ZjkxZjc0ZWY4MWI2Mzc4NzUyMWZiMDA2MjFjZjU4M2Y5NGNkNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.iuYbowsznVPGD1889-0Zfn0r7GWoxrJCVV6-iThHeRo
FlashSpace is a virtual workspace manager for macOS that enhances native Spaces with fast switching and customizable hotkeys. It allows defining workspaces, assigning apps, and switching between displays.

Writing a simple windows driver in Rust

https://scorpiosoftware.net/wp-content/uploads/2025/02/image.png?w=825&h=510&crop=1
The user wrote a simple Windows kernel driver in Rust using the WDK crates, which provides memory and concurrency safety at compile time, and allows for system programming similar to C/C++. The driver, called "Booster", allows changing the priority of any thread to any value and the user was able to successfully compile, sign, and install the driver on a test machine.

Is software abstraction killing civilization? (2021)

Or: Jonathan Blow is wrong but also right and we still need to prevent the collapse of civilization I recently stumbled upon a talk by game development guru Jonathan Blow, about how software abstraction will lead to the end of civilization. Quick summary: Information passed on between generations is diluted. Practise is better than theory for keeping skills alive. If we forget low level ...

Ghostwriter – use the reMarkable2 as an interface to vision-LLMs

https://raw.githubusercontent.com/awwaiid/ghostwriter/main/docs/simple-chihuahua.jpg
The user is experimenting with an AI-powered handwriting and screen interaction system on the reMarkable2, using models like OpenAI and Anthropic to generate responses to user input. They are working on improving the system's usability, adding features like keyboard shortcuts, and developing a prompt library and evaluation system to make it easier to use and maintain.

Generating Voronoi diagrams using Fortune's algorithm

https://redpenguin101.github.io/images/voronoi/voronoi.jpeg
Fortune's Algorithm generates Voronoi Diagrams in O(nlogn) time by sweeping a line across the plane and processing events at specific points, creating a beachline that represents the frontier of active arcs. The algorithm involves processing site events to add new arcs and circle events to remove arcs and create Voronoi Vertices, with the goal of finding the equidistant edges and vertices ...

Rwandan scientists develop local yeast for banana wine-makers

https://scx1.b-cdn.net/csz/news/800a/2020/bananatree.jpg
Rwandan scientists developed a local yeast for banana wine-makers to improve quality and regulatory compliance. The new yeast can remain dormant for over a year and can be reactivated using low temperatures.
https://www.openfalklands.com/wp-content/uploads/sites/12/2025/02/starlinklong.png
Starlink users in the Falkland Islands are experiencing service terminations due to expired roaming periods, despite a successful petition demanding Starlink's operation be approved. A National Emergency declaration could resolve the issue, allowing Starlink to operate in the Falkland Islands.

Carbon is not a programming language (sort of)

In case you’ve not heard of it, Carbon is Google’s experimental open-source “C++-successor language”. As a very rough first approximation, think Objective-C/Swift, Java/Kotlin, C/C++, C++/Carbon. It is also frequently mentioned in the same breath as Herb Sutter’s Cppfront and Sean Baxter’s Circle (and Rust, surprise surprise). Like with any ‘successor language’, the overall goal includes (at ...

LINUX is obsolete (1992)

I was in the U.S. for a couple of weeks, so I haven't commented much onLINUX (not that I would have said much had I been around), but for what it is worth, I have a couple of comments now. As most of you know, for me MINIX is a hobby, something that I do in theevening when I get bored writing books and there are no major wars,revolutions, or senate hearings being televised live on CNN. My ...

The LLMentalist Effect

For the past year or so I’ve been spending most of my time researching the use of language and diffusion models in software businesses. One of the issues in during this research—one that has perplexed me—has been that many people are convinced that language models, or specifically chat-based language models, are intelligent. But there isn’t any mechanism inherent in large language models ...

A tale of distros joining forces for a common goal: reproducible builds [video]

Collection of one-file C/C++ libraries with no dependencies, primarily for games

https://opengraph.githubassets.com/1ccccf740254c931f41636d8b4acb9e6cdec44e201c208642ea5eb00ff012a36/RandyGaul/cute_headers
The cute_headers library provides low-level functions for 2D collision detection, audio, and sprite rendering, with a focus on high-performance and ease of use. It uses a single-file header implementation approach to simplify integration and reduce build times.

Show HN: Chez Scheme txtar port from Go

txtar is a simple text archive format compatible with golang.org/x/tools/txtar, allowing for human-readable test data. It can be installed and used in a Chez Scheme environment with the thunderchez library.

'The Licensing Racket’ Review: There's a Board for That

Please enable JS and disable any ad blocker

Amazon blew Alexa's shot to dominate AI, according to employees (2024)

https://fortune.com/img-assets/wp-content/uploads/2024/06/GettyImages-1171054903.jpg?w=1440&q=75
How Amazon blew Alexa’s shot to dominate AI, according to more than a dozen employees who worked on it Former Amazon exec David Limp made Alexa a hit with consumers. But in the age of ChatGPT, Amazon's pioneering intelligent assistant can't keep up.

Value-Based Deep RL Scales Predictably

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers found that value-based off-policy RL methods are predictable and scalable, with data and compute requirements lying on a Pareto frontier controlled by the updates-to-data ratio. They developed a method to estimate this frontier and optimize hyperparameters for a given budget, enabling predictable scaling of RL methods.

Deep Fake Detector Extension by Mozilla Firefox

https://addons.mozilla.org/user-media/previews/thumbs/307/307541.jpg?modified=1729878115
The Fakespot Deepfake Detector extension analyzes highlighted text to identify human or AI-generated content. It uses multiple models and the APOLLO method for accurate detection, with ongoing improvements for reliability.

Mark Zuckerberg messages Facebook engineer

https://pbs.twimg.com/media/GjSiAwDXAAAcGPO?format=png&name=small
Don’t miss what’s happening People on X are the first to know.

Ada Gems (2014)

https://www.adacore.com/uploads/page_content/_1200x630_crop_center-center_82_none/AdaCore-Build-Software-that-Matters.jpg?mtime=1615317087
AdaCore is the leading provider of commercial software solutions for Ada, C and C++ — helping developers build safe and secure software that matters.

Teen on Musk's DOGE Team Graduated from 'The Com'

https://krebsonsecurity.com/wp-content/uploads/2025/02/coristine.png
A 19-year-old working for Elon Musk's DOGE team was given access to sensitive US government systems despite a history of cybercrime associations. The team has accessed personal and sensitive data on American citizens, raising security concerns.

Show HN: FreeDemandLetter – A Weapon for Anyone Who's Sick of Getting Shafted

https://www.freedemandletter.com/images/freedemandletter.png
FreeDemandLetter provides professional demand letters for unpaid wages, contractor disputes, and security deposits, helping users recover money owed. The platform's templates and support team guide users through the process, increasing the chances of a successful resolution.

Why gold loves arsenic (2021)

https://www.mining.com/wp-content/themes/miningdotcom/images/favicon/ms-icon-310x310.png
Researchers discovered gold is concentrated with arsenic due to atomic bonds between gold and arsenic in minerals. This discovery can help find new gold sources and improve processing to recover more gold.

The 'dangerous' promise of a techno-utopian future

https://i.cbc.ca/1.7440834.1737742716!/fileImage/httpImage/image.jpg_gen/derivatives/16x9_1180/2195165799.jpg?im=Resize%3D780
Donald Trump announced a $100 billion AI infrastructure project called Stargate with tech leaders, aiming to create 100,000 jobs. Critics worry about environmental impact, worker displacement, and the potential for a techno-utopia that could lead to existential risks.

Turner, Bird, Eratosthenes: An eternal burning thread

https://static.cambridge.org/covers/JFP_0_0_0/journal-of-functional-programming.jpg
David Turner's design decisions in languages SASL, KRC, and Miranda influenced functional programming. He advocated for lazy evaluation and list comprehensions, popularizing a one-line recursive "sieve" to generate prime numbers.

The Daughter of Dawn [1920] (2024)

https://prdaficalmjediwestussa.blob.core.windows.net/images/2024/10/THE-DAUGHTER-OF-DAWN-1920.webp
The 1920 film "The Daughter of Dawn" features a Native American cast and defied federal laws by depicting authentic Native customs, showcasing a rare example of Native American representation in early American cinema. The film's restoration and release in 2012 provided a platform for Native American voices and culture, highlighting the importance of preserving and promoting Indigenous heritage.

NIH slashes overhead payments for research

A federal judge blocked NIH from imposing a 15% indirect cost rate on grants. A lawsuit was filed by 22 states, arguing the change will cripple lifesaving research and innovation.

The Coolest Amiga Setup

https://www.datagubbe.se/coolestamiga/g/e/base2.jpg
An Amiga 1200 setup at GERP, a Swedish demo party, features a 68060 accelerator card, 64 megabytes of RAM, and a network card. The setup is used to manage competition entries, run demos, and display a bigscreen show.

Docker Bake is now generally available

https://live-docker.pantheonsite.io/app/uploads/2024/12/2400x1260_docker-evergreen_logo_blog_C-1-1110x583.png
Docker Bake is a build orchestration tool that simplifies complex builds with a declarative approach, offering flexibility, consistency, and performance. It replaces complex build commands with a single command and supports matrix builds, HCL syntax, and custom functions.

Teen on Musk's DOGE Team Graduated from 'The Com'

https://krebsonsecurity.com/wp-content/uploads/2025/02/coristine.png
A 19-year-old working for Elon Musk's DOGE team was given access to sensitive US government systems despite a history of cybercrime associations. The team has accessed personal and sensitive data on American citizens, raising security concerns.

Americans Are Trapped in an Algorithmic Cage

https://cdn.theatlantic.com/thumbor/Woud71p5ACzgcH07wkYBCUGCbC4=/0x0:2000x1125/960x540/media/img/mt/2025/02/Cage/original.jpg
The Trump administration is imposing its own reality on the public with the help of tech companies that control information flow. This is creating a "cage" where Americans are kept in a state of reactive anger and misinformation.

Ask HN: Is it worth it to post on the 'Who Wants To Be Hired' thread?

People can get jobs through online platforms like Who Wants to Be Hired, but effectiveness varies by job and location. Past success does not guarantee future results, making it worth trying despite initial reluctance.

Building a list of European projects/companies, can you help me to add more?

https://opengraph.githubassets.com/c98e6df4b4994a5cbd77e5e7de791f64652146c8b84382ee6048a55beba779db/uscneps/Awesome-European-Tech
This list highlights European projects prioritizing privacy and sustainability, adhering to unique standards like GDPR and eco-friendly practices. It aims to strengthen the European tech ecosystem while fostering collaboration and inclusivity across borders.

Show HN: Turn Screenshots into Designs Instantly

Klippy is a desktop app that turns your screenshots into designs in seconds.

We're performing for an audience of machines

https://substackcdn.com/image/fetch/w_520,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff3fe1b1c-42d4-4cea-89d2-1ba10f0863f9_1024x543.jpeg
The media and social platforms engineer outrage to keep us engaged and profitable, making us ineffective and powerless in the process. To break free from this cycle, we must pause before reacting, choose our battles, and focus on solutions-based reporting and meaningful action.

DOGE team member alleged involvement with cybercriminals

https://krebsonsecurity.com/wp-content/uploads/2025/02/coristine.png
A 19-year-old working for Elon Musk's DOGE team was given access to sensitive US government systems despite a history of cybercrime associations. The team has accessed personal and sensitive data on American citizens, raising security concerns.

No Way Home

https://literaryreview.co.uk/wp-content/lr-files/2025/01/FEBRUARY-25_cover-200x266.jpg
Jo Catling translates W G Sebald's essays on Austrian literature, exploring themes of marginality, Heimat, and the crisis of bourgeois masculinity. Sebald's essays, written in the 1980s, offer insightful literary criticism that reflects his intellectual and ethical stimulus from the Frankfurt School.

Meta's Hyperscale Infrastructure: Overview and Insights

Hyperscalers, such as Alibaba, Amazon, ByteDance, Google, Meta, Microsoft, and Tencent, have developed planetary-scale infrastructure to deliver cloud, Web, or mobile services to their global users. And though most practitioners may not directly build such hyperscale infrastructure, we believe it is beneficial to learn a bit about it. Historically, many widely used technologies have ...

Oral History of Andy Bechtolsheim (2015) [pdf]

Doug Fairbairn: All right. This is the July 17, 2015. I'm Doug Fairbairn, along with Uday Kapoor. And we're here to interview Andreas Bechtolsheim, otherwise known as Andy Bechtolsheim, who has had a long and extensive career in Silicon Valley, and we'd like delve into the details of that, but also go back to the very beginning in terms of-- I understand you grew up and you were born and grew ...

Bolt: Bootstrap long chain-of-thought in LLMs without distillation [pdf]

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers developed a novel approach called BOLT to enable long chain-of-thought in large language models without relying on existing models or human annotations. BOLT involves three stages and achieves impressive performance on various benchmarks evaluating task-solving and reasoning capabilities.

Aliens Cause Global Warming – Michael Crichton [pdf]

My topic today sounds humorous but unfortunately I am serious. I am going to argue that extraterrestrials lie behind global warming. Or to speak more precisely, I will argue that a belief in extraterrestrials has paved the way, in a progression of steps, to a belief in global warming. Charting this progression of belief will be my task today. Let me say at once that I have no desire to ...

Teen on Musk's DOGE Team Graduated from 'The Com'

https://krebsonsecurity.com/wp-content/uploads/2025/02/coristine.png
A 19-year-old working for Elon Musk's DOGE team was given access to sensitive US government systems despite a history of cybercrime associations. The team has accessed personal and sensitive data on American citizens, raising security concerns.

Teen on Musk's DOGE Team Graduated from 'The Com'

https://krebsonsecurity.com/wp-content/uploads/2025/02/coristine.png
A 19-year-old working for Elon Musk's DOGE team was given access to sensitive US government systems despite a history of cybercrime associations. The team has accessed personal and sensitive data on American citizens, raising security concerns.

Why AI Is a Philosophical Rupture

Tobias Rees is the founder of limn, an R&D studio located at the intersection of philosophy, art and technology. He is also a senior fellow of Schmidt Sciences’ AI2050 initiative and a senior visiting fellow at Google. Tobias Rees, founder of an AI studio located at the intersection of philosophy, art and technology, sat down with Noema Editor-in-Chief Nathan Gardels to discuss the ...