Feed aggregator

From Frustration to Automation – The Birth of ThreadsDelete

Hacker News - Wed, 05/07/2025 - 2:44pm

A couple of months ago, I tried cleaning up my 500+ old Threads posts and replies. After 30 minutes of frustrating, mind-numbing clicking, I realized this is insane.

So, I built ThreadsDelete – the first-ever bulk delete tool for Threads users.

No more manual one-by-one deleting. Clear out hundreds of posts in just a few clicks. Join 150+ testers who have already deleted 25,000+ posts and replies in Round #1.

Round #2 is now live, but only for a limited number of users.

Be part of the early crew and help shape the future of Threads cleanup.

Secure your spot: ThreadsDelete.co

Comments URL: https://news.ycombinator.com/item?id=43919249

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I recreated Ventscape using SSEs

Hacker News - Wed, 05/07/2025 - 2:43pm

Hi HN! There is this website I love which lets you "scream into the void" because messages slowly fade away after a few seconds (ventscape.life). The original site uses WebSockets and I wanted to recreate it using SSEs and an ad-hoc framework: Datastar (data-star.dev). I also did a video to explain my code if you are interested: https://www.youtube.com/watch?v=d3wjLeG3814. The website is a bit lonely so please be my guest and vent your heart out! I hope you will like it <3

Comments URL: https://news.ycombinator.com/item?id=43919240

Points: 1

# Comments: 0

Categories: Hacker News

Join the team to build the first virtual AI/ML engineer

Hacker News - Wed, 05/07/2025 - 2:42pm

Article URL: https://adal.engineer/

Comments URL: https://news.ycombinator.com/item?id=43919232

Points: 1

# Comments: 2

Categories: Hacker News

Is a Smaller Internet Better?

Hacker News - Wed, 05/07/2025 - 2:39pm

I did a thought experiment. The full experiment is at bottom. Here’s the core:

How can you build a website that doesn't host code, just instructions on how to find it.

If you're a seasoned dev, the answer is obvious, it's instructions all the way down. That is why we have JS, go, rust.

Information transmission is extremely important.

Apps on your phone, like Facebook, allow the company to serve the entire website with the UI kit and logic on your phone, and the UGC (text and images) served from FB, drastically cutting down the amount of info they have to send over the server. It's a huge cost cutting manoeuvre for them to serve smaller server responses to billions of daily users who are accessing new content every second.

“Serverless” deployment where you host and serve content and instructions, and the app on the users phone is what does all the logic is essentially the idea behind the fediverse.

There's often a push from business to make things bigger and cooler, and then when they slow things down, to make them faster.

But IMO the transformative "magic" concept is just making things less reliant on infrastructure. Sometimes I want to talk to my friends in person.

I’m really curious to know what is going on in this sector and what people think about it.

THOUGHT EXPERIMENT

Build a compiler that takes a line of instructions that tells the client how to search through the web for snippets to compile the DOM.

Here are some issues

Problem 1: Instructions It's essentially a compression problem. Every pathway to efficient compute can end up here. What is the most efficient way to write a piece of code. Then what is the most efficient way to store it. Can a single byte of code spring into 1000 different algorithms. Mathematically, I'm skeptical. A short int is 2 bytes, so getting below 1 "instruction set" per bit is tough.

Problem 2: Searching How do you know where to look in a way that results in fast code

Problem 3: Uniqueness How do you know, in a practically infinite internet, whether something is unique or not?

Problem 4: Searching Okay so you have your super compression Algo that can take a Blue sky string of hexcode and spit out a viable set of search instructions to an interpreter, that can then be found and expand into an even larger website.

How do you find it? If you aren’t rate-limited by search engines for hammering their sites for little pieces of code, you have to do a bunch of expensive, time intensive search.

Ping the server, go to the address, search the dom. Return pass or fail. Keep going.

You can "fix" for this by having some sort of Borges infinite library that you can search through.

Real use case: Stick instructions on a QR code, scan with your phone, load a website that is not hosted on a server, but instead fed directly to your phone by the code. ??? Profit

Result: There are better ways to achieve the above use case. Compress a website into a few pages of QR codes, make a video that can wipe across them and load it.

Information transmission and storage.

If you lean too heavily into efficiency, you shoot yourself in the foot because efficiency borrows from other systems.

The USDOT does repair to upgrade. Standards are rolled out as fast as things break. Things are constantly breaking, so things are constantly getting upgraded.

This speaks to the difficulty to which propagating new changes is really hard.

Information and transmission aren't free. Philosophically yes, but materially, it’s expensive.

You have to get into the nitty gritty of developing not just languages, but entire storage, transport, distribution systems of information. Like any "globally perfect" system, it's a network of different players all at cross purposes, designing different standards for each other.

So here we are, back where we started, with an extra iota of clarity.

Comments URL: https://news.ycombinator.com/item?id=43919207

Points: 1

# Comments: 0

Categories: Hacker News

Best Open Earbuds for 2025

CNET Feed - Wed, 05/07/2025 - 2:20pm
Looking for earbuds that keep you connected to your surroundings while still delivering great sound? These open-design true-wireless picks from CNET do just that.
Categories: CNET

Pages