frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

My favorite mouse costs less than USD 10

https://manualdousuario.net/en/my-favorite-mouse-logitech-m110-silent-m90/
1•rpgbr•1m ago•0 comments

Sharded Is Not Distributed: What You Should Know When PostgreSQL Is Not Enough

https://medium.com/@eivanov89/sharded-is-not-distributed-what-you-should-know-when-postgresql-is-not-enough-ca7548ca6693
1•eivanov89•1m ago•0 comments

Re-Architecting AI for Power

https://semiengineering.com/re-architecting-ai-for-power/
1•rbanffy•4m ago•0 comments

Avatarl: Training language models from scratch with pure reinforcement learning

https://tokenbender.com/post.html?id=avatarl
1•haneefmubarak•4m ago•0 comments

Plain Text Tools

https://plain-text.app/
1•cyb0rg0•6m ago•0 comments

What scientists must know about hardware to write fast code

https://viralinstruction.com/posts/hardware/
1•warrenm•6m ago•0 comments

Show HN: A website that lets you use Unicode symbols as Icons

https://symbol.so/
1•liquid99•7m ago•0 comments

Ghost-Tapping and the Chinese cybercriminal retail fraud ecosystem

https://www.recordedfuture.com/research/ghost-tapping-chinese-criminal-ecosystem
1•warrenm•7m ago•0 comments

Show HN: AI Chat That Never Stores Your Conversations

https://vtchat.io.vn/
1•vinhnx•8m ago•0 comments

A multichannel wireless bio-signal capture board for HCI and BCI projects

https://www.cnx-software.com/2025/07/31/neuro-playground-lite-a-multichannel-wireless-bio-signal-capture-board-for-hci-bci-projects/
2•PaulHoule•8m ago•0 comments

Using Lxcfs Together with Podman

https://www.die-welt.net/2025/06/using-lxcfs-together-with-podman/
1•fanf2•9m ago•0 comments

Out-of-bound indexing behaviors in Python ecosystem

https://gist.github.com/Moelf/a48466f0895dbee1fa3b4d1c9ac2d6cc
1•moelf•9m ago•0 comments

"Privacy preserving age verification" is bullshit

https://pluralistic.net/2025/08/14/bellovin/
1•Refreeze5224•10m ago•0 comments

Deck: Deck is a tool for creating decks using Markdown and Google Slides

https://github.com/k1LoW/deck
2•simonpure•11m ago•0 comments

What is the go proxy even doing?

https://flak.tedunangst.com/post/what-is-the-go-proxy-even-doing
1•ingve•12m ago•0 comments

Bolt Cloud

https://bolt.new/blog/bolt-cloud
1•colinmcd•12m ago•0 comments

Proto Rig and Proto Fleet: A paradigm shift in Bitcoin mining

https://proto.xyz/blog/posts/proto-rig-and-proto-fleet-a-paradigm-shift
1•ryandotsmith•12m ago•0 comments

Graphs Are Programs

https://gdotv.com/blog/introducing-hydra/
2•wisnesky•12m ago•1 comments

Microsoft is getting ready to return to the office

https://www.theverge.com/notepad-microsoft-newsletter/759251/microsoft-return-to-office-policy-2025-notepad
1•pattychow•13m ago•0 comments

Meta appoints anti-LGBTQ+ conspiracy theorist Robby Starbuck as AI bias advisor

https://www.thepinknews.com/2025/08/14/meta-robby-starbuck-ai/
19•pentacent_hq•15m ago•1 comments

Black metal could give a heavy boost to solar power generation

https://www.rochester.edu/newscenter/solar-thermoelectric-generators-black-metal-boosts-solar-power-662592/
1•littlexsparkee•16m ago•0 comments

Show HN: Evaluating LLMs on creative writing via reader usage, not benchmarks

https://www.narrator.sh/
1•Jetwu•17m ago•0 comments

Our relationship to technology is broken

https://www.harryglaser.com/our-relationship-to-technology-is-broken/
1•hglaser•19m ago•1 comments

Suspicious Tag Change in AWS's GitHub Action: What Happened and Why It Matters

https://www.stepsecurity.io/blog/suspicious-tag-movement-in-aws-github-action
3•varunsharma07•20m ago•1 comments

Fun with Finite State Transducers

https://blog.yossarian.net/2025/08/14/Fun-with-finite-state-transducers
2•woodruffw•21m ago•0 comments

Firefox 143 no longer works on certain Windows 10 versions

https://www.neowin.net/news/firefox-143-no-longer-works-on-certain-windows-10-versions-here-is-why/
2•bundie•22m ago•0 comments

Death of the Billable Hour: Legal's $900B AI Repricing

https://substack.com/home/post/p-170631529
1•koolhead17•22m ago•0 comments

Render Launches Edge Caching for Web Services

https://render.com/docs/web-service-caching
1•thm•23m ago•0 comments

LLM Copyright/Plagiarism filters trivially bypassed with 0% detection [pdf]

https://paperclipmaximizer.ai/Part_of_Your_World-Bypassing_Copyright_Filters_Through_Homophony_and_Semantic_Mutation.pdf
1•ycombiredd•25m ago•2 comments

The Curious Case of Bedrock's GPT Deployment

https://benanderson.work/blog/bedrock-gpt-oss/
2•exizt88•27m ago•0 comments
Open in hackernews

Show HN: I tried to build an Awwwards-level CSS to Nested CSS converter

https://nestyourcss.com/
2•timchinye•2h ago
Hey HN,

About a year ago, I found out about native CSS Nesting but was surprised to find no simple, pure CSS converters online. The closest were CSS-to-SCSS tools that often produced invalid (pure CSS) code that required manual refactoring.

So, I decided to build my own. It started as a barebones MVP (quickly.nestyourcss.com), but I got carried away with a personal challenge: could I turn a simple A-to-B online converter tool into something that felt like an "Awwwards-level" website?

I'm not a designer, and I know I didn't fully hit that mark, but it was a fantastic learning experience and I'm proud of how it turned out.

Here's the result: https://nestyourcss.com/

It's free and requires no signup. You'll notice some ad spots - for now, they're just static placeholder images. Part of the challenge was to design a site with ads in mind from the start, rather than having them disrupt the UX later. The site isn't connected to any ad network.

The front-end is vanilla HTML/CSS/JS (plus Ace Editor & Lenis), no backend, the nesting logic is written from scratch, and the project is fully open-source.

GitHub Repo: https://github.com/TimChinye/NestYourCSS

This spiraled into a project that massively solidified my front-end fundamentals. I learned a ton:

- The 'Why' Behind Frameworks: After experiencing the frustrations of pure HTML, CSS & JS firsthand, I have a new appreciation for why frameworks exist and understand the problems that they solve. I also now value the fine-grained control you get from the fundamentals.

- Performance as a Feature: I learned to incorporate it into my coding, from leaning towards composite-only CSS properties for animations to deep diving into the Chrome DevTools Performance and Rendering tabs.

- Deep Accessibility: Writing crawler-friendly, semantic HTML wasn't enough. I dove deep into ARIA roles and properties to make it actually usable with screen readers.

- Modern CSS is awesome: I got to implement new features like relative colour syntax, @layer, container queries, and more. It pushed me to follow W3C drafts more closely - I seriously can't wait for native mixins and functions (currently on the W3C standards track!).

- AI as a flawed co-pilot: Using AI sped up boilerplate, but also introduced subtle bugs. It was a powerful lesson in the importance of genuinely understanding every line of code you ship.

A few caveats:

The nesting logic has been heavily tested, but there are still edge cases. I wouldn't recommend converting massive files, it'll work perfectly fine, but it's best to stick to 3 or 4 levels of nesting - it's not reusable & leads to specificity issues. Ironically, my own site's CSS is an example of exactly what not to do.

This is a project I'm excited to feature in my portfolio, and I wanted to share it here first. I'd love to get any feedback. A genuine thanks for checking it out.