frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Developer loses $500k via malicious Cursor Extension

https://www.kaspersky.com/about/press-releases/kaspersky-uncovers-500k-crypto-heist-through-malicious-packages-targeting-cursor-developers
1•hannofcart•55s ago•0 comments

North Korean XORIndex malware hidden in 67 malicious NPM packages

https://www.bleepingcomputer.com/news/security/north-korean-xorindex-malware-hidden-in-67-malicious-npm-packages/
2•Bogdanp•3m ago•0 comments

Ukrainian hackers destroyed the IT infrastructure of Russian drone manufacturer

https://prm.ua/en/ukrainian-hackers-destroyed-the-it-infrastructure-of-a-russian-drone-manufacturer-what-is-known/
2•doener•7m ago•0 comments

Call for Testing: Speeding up Rust compilation with `hint-mostly-unused`

https://blog.rust-lang.org/inside-rust/2025/07/15/call-for-testing-hint-mostly-unused/
1•pjmlp•9m ago•0 comments

A bionic knee integrated into tissue can restore natural movement

https://news.mit.edu/2025/bionic-knee-integrated-into-tissue-can-restore-natural-movement-0710
1•thunderbong•9m ago•0 comments

RNA Is the Cell's Emergency Alert System

https://www.quantamagazine.org/rna-is-the-cells-emergency-alert-system-20250714/
1•nsoonhui•10m ago•0 comments

Unikraft 1.7x-2.7x performance improvement to Linux guests

https://unikraft.org/docs/concepts/performance
2•zdkaster•13m ago•0 comments

Show HN: Tell and show your most successful projects

2•FerkiHN•15m ago•1 comments

AI-Powered Copywriting: Prompt Frameworks for Ads, Emails, and Sales Pages

https://chatgpt.com/c/686d0744-2274-8003-a3d3-291c6a4e24e6
1•TechTonic-Hub•17m ago•1 comments

RFC search engine

https://rfc.fyi/
1•udev4096•19m ago•0 comments

Chinese 'gait recognition' tech IDs people by how they walk (2018)

https://apnews.com/article/bf75dd1c26c947b7826d270a16e2658a
2•austinallegro•22m ago•0 comments

Stop Saying RAG Is Dead

https://hamel.dev/notes/llm/rag/not_dead.html
2•kiyanwang•22m ago•0 comments

The Lie or Half-Truth of Clownflare (Or Equivalents) Improving Things

https://techrights.org/n/2025/03/17/The_Lie_or_Half_Truth_of_Clownflare_or_Equivalents_Improving_Th.shtml
1•udev4096•22m ago•0 comments

Elon is willing to pay up to $440k if you can make anime girl avatars

https://www.businessinsider.com/xai-pay-you-440k-make-anime-girl-ai-elon-musk-2025-7
1•KnuthIsGod•27m ago•0 comments

Zip It – Finding File Similarity Using Compression Utilities

https://www.youtube.com/watch?v=aLaYgzmRPa8
1•lll-o-lll•32m ago•0 comments

Show HN: Technical diagrams were slowing me down, so I built a faster way

https://www.rapidcharts.ai/
4•SamiCostox•32m ago•0 comments

Shopify makes AI usage a baseline expectation as a company

https://www.firstround.com/ai/shopify
3•iregina•33m ago•1 comments

Evaluating OpenMDW: A Revolution for Open AI, or a License to Openwash?

https://shujisado.org/2025/07/14/openmdw-license-review/
1•taubek•36m ago•0 comments

We Drove China's $32,000 Electric Sports Car [video]

https://www.youtube.com/watch?v=mPlKKxOXQHw
1•xbmcuser•38m ago•0 comments

I'm Switching to Python and Actually Liking It

https://www.cesarsotovalero.net/blog/i-am-switching-to-python-and-actually-liking-it.html
6•cesarsotovalero•41m ago•1 comments

Amazon S3 Vectors: Cloud storage with native vector support

https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-vectors.html
1•suryao•44m ago•0 comments

Latest VMware Critical vulnerabilities VMSA-2025-0013

https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35877
2•ConteMascetti71•45m ago•1 comments

You don't need testify/assert

https://antonz.org/do-not-testify/
1•ingve•47m ago•0 comments

Let's free ourselves of the U.S. and forge closer ties with China

https://www.theglobeandmail.com/business/commentary/article-lets-free-ourselves-of-the-us-and-forge-closer-ties-with-china/
2•mhga•52m ago•0 comments

Zuckerberg on his planned AI data centers "Prometheus" and "Hyperion"

https://www.threads.com/@zuck/post/DMF6uUgx9f9
2•xg15•1h ago•0 comments

Launched Brandiseer: AI-generated brand kit (logo, colors, style-guide, assets)

https://brandiseer.com/
1•srkdaniel•1h ago•1 comments

Annals of Formalized Mathematics Volume 1

https://afm.episciences.org/volume/view/id/1046
1•Smaug123•1h ago•0 comments

OpenZFS Bug Ported to Zig

https://andrewkelley.me/post/openzfs-bug-ported-zig.html
3•signa11•1h ago•0 comments

Inhaled tuberculosis vaccine effective against deadliest infectious disease

https://www.abc.net.au/news/2025-07-16/tuberculosis-vaccination-via-lungs-may-be-more-effective/105535198
2•matthew16550•1h ago•0 comments

The Fermi Paradox has a potentially terrifying answer: The Dark Forest [video]

https://www.youtube.com/watch?v=_4xaDOnx9dk
1•freediver•1h ago•0 comments
Open in hackernews

Show HN: I built a tool to sync localStorage between devices

https://htmlsync.io
5•meistertigran•9h ago
At my day job, we have a daily async stand-up. We have to message a slack bot how many hours we have worked on a given task that day and overall.

The format is:

> Task: "Task Name" | Worked: 5h Total: 16h > Description: Finished implementation of feature.

I don't complain. Most fully remote jobs come with a version of this, but doing it manually got tedious. So, I needed a simple app that would track this.

I am not usually a fan of "vibe coded" apps, but this was an ideal candidate for it, since it's not production code. Most LLMs solve the problem by creating a single HTML file with forms that save data to localStorage. This was perfect for me - no hosting, no DB, no backend. Just 15 mins of prompting.

One day I was outside, just with my phone, and of course I couldn't use the app. I thought "how hard can it be to synchronize localStorage data across devices?". Turns out, it's not that hard, if you are ready to build a whole platform around it.

https://htmlsync.io does just that. You upload your HTML app that works with localStorage and get a subdomain for it. The tool automatically synchronizes your changes across devices. You can create private and public apps, can decide which keys to synchronize by using the "no_sync_" prefix. The "public-hidden" CSS class can be used to hide UI elements in public view. You also get a subdomain for your profile where all your apps are listed for easy access.

I hope you find this as useful as I did.

I'd also appreciate your feedback if you end up using it.

Comments

duxup•9h ago
Is there a good demo that shows ... how this looks / works?

The site mentions a video, but I can't find it.

meistertigran•9h ago
There's a button on the homepage "Watch How It Works", does that not open for you?

Here's a link to the video - https://www.youtube.com/watch?v=PbKFCEUy2ps.

duxup•9h ago
Watch button works, I just missed it and went to the FAQ that mentions the video there, but the FAQ doesn't link to it. My bad, TY.
meistertigran•9h ago
No problem. You can use the upload form on the homepage as well, it doesn't require a sign up.