Hacker News
@hackernewslive
22.6K
subscribers
204K
links
Download Telegram
Join
Hacker News
22.6K subscribers
Hacker News
Show HN: Git-Add–Interactive with Enhancements
Article
,
Comments
GitHub
GitHub - cwarden/git-add-interactive: git-add--interactive with extra features
git-add--interactive with extra features. Contribute to cwarden/git-add-interactive development by creating an account on GitHub.
Hacker News
When will M&S take online orders again?
Article
,
Comments
Moneyweek
When will M&S take online orders again?
Shoppers have been unable to place orders on the M&S website for almost a month following a cyberattack, and the retail giant says its online services will continue to be disrupted into the summer. When will things get back to normal?
Hacker News
Copy Excel to Markdown Table (and vice versa)
Article
,
Comments
Thisdavej
Copy Table in Excel and Paste as a Markdown Table
Easily create Markdown tables by copying data from Excel or Google Sheets and pasting it into the text box below using Ctrl+V. Alternatively, as a new feature, paste a Markdown table to convert it to Excel/Google Sheets format.
The result is automatically…
Hacker News
Show HN: Asdf Overlay – High performance in-game overlay library for Windows
Article
,
Comments
GitHub
GitHub - storycraft/asdf-overlay: High performance game overlay library for Windows
High performance game overlay library for Windows. Contribute to storycraft/asdf-overlay development by creating an account on GitHub.
Hacker News
Show HN: Icepi Zero – The FPGA Raspberry Pi Zero Equivalent
Article
,
Comments
GitHub
GitHub - cheyao/icepi-zero: ECP5 Development Board in the Raspberry Pi Zero form
ECP5 Development Board in the Raspberry Pi Zero form - cheyao/icepi-zero
Hacker News
Silicon Valley finally has a big electronics retailer again: Micro Center opens
Article
,
Comments
Micro Center
Scenes from the Micro Center Santa Clara Grand Opening
Check out the crowds, the fans, and the GPUs at the newest Micro Center store.
Hacker News
Mary Meeker's first Trends report since 2019, focused on AI
Article
,
Comments
Bondcap
BOND | BOND
BOND is a global technology investment firm that supports visionary founders throughout their entire life cycle of innovation & growth.
Hacker News
Valkey Turns One: How the Community Fork Left Redis in the Dust
Article
,
Comments
Momento
Valkey Turns One: How the Community Fork Left Redis in the Dust - Momento
Valkey is not only thriving, but now outperforming Redis 8.0 in real world benchmarks.
Hacker News
Revenge of the Chickenized Reverse-Centaurs
Article
,
Comments
Hacker News
How to Run CRON Jobs in Postgres Without Extra Infrastructure
Article
,
Comments
wasp.sh
How to Run CRON Jobs in Postgres Without Extra Infrastructure | Wasp
I had the pleasure to spend nearly 3 years working on live video infrastructure at TV2 Norway. As you know, when it comes to infrastructure, time IS money. Everything needs to be just-in-time, especially when it comes to provisioning costly components like…
Hacker News
Ray Tracing in J
Article
,
Comments
Hacker News
Anthropic launches a voice mode for Claude
Article
,
Comments
TechCrunch
Anthropic launches a voice mode for Claude | TechCrunch
Anthropic has begun to roll out a "voice mode" for its Claude chatbot apps.
Hacker News
Reverse engineering of Linear's sync engine
Article
,
Comments
GitHub
GitHub - wzhudev/reverse-linear-sync-engine: A reverse engineering of Linear's sync engine. Endorsed by its co-founder & CTO.
A reverse engineering of Linear's sync engine. Endorsed by its co-founder & CTO. - wzhudev/reverse-linear-sync-engine
Hacker News
Java Virtual Threads Ate My Memory: A Web Crawler's Tale of Speed vs. Memory
Article
,
Comments
Medium
Virtual Threads Ate My Memory: A Web Crawler’s Tale of Speed vs. Memory
I built a simple web crawler using good old platform threads. It was just a multithreaded crawler, nothing fancy. But then, curiosity…
Hacker News
AI Responses May Include Mistakes
Article
,
Comments
Hacker News
Every 5x5 Nonogram
Article
,
Comments
Pixelogic - Daily Nonograms
Every 5x5 Nonogram
Hacker News
What's working for YC companies since the AI boom
Article
,
Comments
Substack
What's Working for YC Companies Since the AI Boom.
The goal of this analysis was to understand what’s working for YC companies by looking at which ones have raised Series A rounds.
Hacker News
C++ to Rust Phrasebook
Article
,
Comments
cel.cs.brown.edu
C++ to Rust Phrasebook - C++ to Rust Phrasebook
A book to help translate C++ idioms into Rust.
Hacker News
Beware of Fast-Math
Article
,
Comments
Hacker News
Simpler Backoff
Article
,
Comments
commaok.xyz
Simpler backoff
Exponential backoff with jitter is de rigeur for making service calls. This code, or something like it, probably looks really familiar:
func do(ctx context.Context) error { const ( maxAttempts = 10 baseDelay = 1 * time.Second maxDelay = 60 * time.Second )…