Feed aggregator
Cyberpunk Comics, Manga and Graphic Novels
Article URL: https://shellzine.net/cyberpunk-comics/
Comments URL: https://news.ycombinator.com/item?id=48885643
Points: 15
# Comments: 2
Back-to-School Shoppers Are Using More Tech Tools but Buying Fewer Tech Goods
Using Augmented Reality to identify planes in the sky
Article URL: https://apps.apple.com/cy/app/ardar-ar-flight-tracker/id6786470882
Comments URL: https://news.ycombinator.com/item?id=48884463
Points: 2
# Comments: 1
Netflix reportedly considering always-on channels and bundles, which is, cable
Article URL: https://thenextweb.com/news/netflix-always-on-channels-bundles-cable
Comments URL: https://news.ycombinator.com/item?id=48884450
Points: 3
# Comments: 0
Show HN: Lazysusan – run commands on your machines from anywhere with just curl
This project might be overkill, but I just wanted a fast, straightforward way to run commands on the machines I work with, especially through LLMs. Setting up SSH each time is cumbersome (and sometimes not possible for protected nodes). The machine just needs outbound internet connectivity. And nothing needs to be installed on the calling side, a simple curl command works.
Use cases can vary, but I think it's good for infra work like debugging a node that's misbehaving, checking logs, setting up a VM with Coolify, Dokploy, etc.
How it works: you install the susan binary on the machine with a single command and run it. It prints a curl string that any LLM (or you) can use to talk to the machine. The connection is ephemeral, so once the susan command is killed, the auth dies with it.
One thing to note: by default, susan connects to the public relay I run. That can be a concern for more private use cases, so I also provide a binary to self-host your own relay (called tray, keeping with the lazy susan theme).
Comments URL: https://news.ycombinator.com/item?id=48884431
Points: 2
# Comments: 0
Meningococcal B Vaccine to Prevent Neisseria Gonorrhoeae Infection
Article URL: https://www.nejm.org/doi/full/10.1056/NEJMoa2516739
Comments URL: https://news.ycombinator.com/item?id=48884414
Points: 3
# Comments: 1
Tiny Emulators
Article URL: https://floooh.github.io/tiny8bit-preview/index.html
Comments URL: https://news.ycombinator.com/item?id=48884395
Points: 3
# Comments: 0
Creator Sues for First Amendment Rights After Being Blocked from JD Vance Event
Do Models Doubt?
Article URL: https://www.psychologytoday.com/us/blog/the-digital-self/202607/before-i-think-therefore-i-am
Comments URL: https://news.ycombinator.com/item?id=48884373
Points: 2
# Comments: 1
LinkedIn, a mass grave of ghost jobs, is now becoming a dating app
Article URL: https://www.sfgate.com/tech/article/linkedin-dating-app-22340622.php
Comments URL: https://news.ycombinator.com/item?id=48884372
Points: 3
# Comments: 0
Show HN: Artificiety – Agentic society in a fantasy world
Over the last couple of months, I was realizing an idea I had for a very long time. Back then, LLMs weren't that popular nor accessible and so it was quite unrealistic to build what I was able to build now: a living world with different forms of intelligence in there, which will find their way and meaning in the world by their basic needs, personality and what will happen to them in their life time.
Comments URL: https://news.ycombinator.com/item?id=48884361
Points: 2
# Comments: 0
No Boss, No Money: The Raw Reality of China's Gen-Z Freelancers [video]
Article URL: https://www.youtube.com/watch?v=eJZFUEQebbI
Comments URL: https://news.ycombinator.com/item?id=48884329
Points: 2
# Comments: 0
Irish datacenters now guzzle 23% of the country's electricity
Article URL: https://www.theregister.com/on-prem/2026/07/11/irish-datacenters-now-guzzle-23-of-the-countrys-electricity/5270013
Comments URL: https://news.ycombinator.com/item?id=48884322
Points: 8
# Comments: 1
Show HN: I created a platform with a list for promoting your projects
One day, I had the idea to create a platform for projects. But I noticed that in most similar services, you just add your project, and the platforms don't care at all. I'd like to do it differently.
Briefly about the name
But first, I'd like to say that the name was invented in ten minutes. It may be long, but I think it's perfectly fitting.
This platform represents the same lists we've become accustomed to, but with one caveat: all projects included in the list are taken into long-term, periodic promotion.
I don't like the word "promotion" because it's so overused, and when we hear it, we immediately think of website advertising. However, here it's simply appropriate, so that's why it's used.
What do you think? How do you like the idea?
Comments URL: https://news.ycombinator.com/item?id=48884321
Points: 2
# Comments: 0
Panel meter calculator with floating point
Article URL: https://lcamtuf.substack.com/p/panel-meter-calculator-with-floating
Comments URL: https://news.ycombinator.com/item?id=48884312
Points: 2
# Comments: 0
2026 Spiel Des Jahres Winners: JinxO, Rebirth and Mooki Island
Article URL: https://www.wericmartin.com/jinxo-wins-2026-spiel-des-jahres/
Comments URL: https://news.ycombinator.com/item?id=48884302
Points: 2
# Comments: 0
Show HN: I created Redis alternative in Go that even runs natively on Windows
Hi I am a backend developer for almost a decade and mostly work on Windows servers; when it comes to deploy the internal tools and web application. For redis we have to spin a another VM in hypervisor just to run Redis. For local development I have to install heavy ass docker desktop or run a parallel operating system(WSL) just to run teeny tiny redis server. Some alternatives exist already such as godis but they only cover partial redis surface
I have been trying to create redis fork that runs nativerly on Windows but for a single person it's a herculean task. So i have been taking help of various coding agent and ai models to come up with something that can help run be run natively on Windows so I can run redis-py and arq and huey like libraries with ease.
So here it is: FrostDB.
It's a single binary that currently implements from basic GET/SET commands to Pub/Sub, Streams, Hashes, Lists, Sets, and GEO commands with RDB import/export, LRU eviction etc. It's compatible with many Redis client libraries across multiple programming languages, including those that use Redis as a message queue. The implementation of the supported commands is tested against the original Redis test suite from the Redis GitHub repository. I'm still testing a few things and am now shifting my focus toward performance.
This isn't meant to replace Redis, and I'm not telling anyone to switch to it. But if you're looking for a Redis-compatible server that runs natively on Windows, something now exists, at least for development and testing.
Comments URL: https://news.ycombinator.com/item?id=48884299
Points: 2
# Comments: 0
Ask HN: Would filesystem bookmarks be useful in your shell workflow?
I’m experimenting with a small shell utility for filesystem bookmarks, and I’d like to understand whether this is a problem other people have.
The idea is to define persistent or temporary bookmarks for directories:
``` bm add work ~/Work bm temp build /tmp/build ```
and then use them directly in paths:
``` cd @work ls @work/project ```
The utility would also support renaming bookmarks, promoting temporary bookmarks to persistent ones, demoting them, and clearing temporary bookmarks.
I’m not sharing the implementation yet. At this stage, I’m mainly interested in how other people handle this today:
* Do you use aliases, environment variables, shell functions, z, autojump, or something else? * Would explicit names such as @work be useful, or would they feel redundant? * Would temporary bookmarks be useful in real workflows? * What would this need to offer to be worth using instead of existing directory-jumping tools?
Comments URL: https://news.ycombinator.com/item?id=48884290
Points: 3
# Comments: 0
