HN user

amazedsaint

1,122 karma

reversible computing, O(n) to O(1) proponent — building, creating & shipping.

https://x.com/amazedsaint

Posts188
Comments29
View on HN
twitter.com 22d ago

The Fourth Scaling Law

amazedsaint
2pts0
github.com 3mo ago

A tiny language with only one operator

amazedsaint
5pts0
github.com 4mo ago

The Cloco Loop – Code /Review Loop Using Claude and Codex

amazedsaint
2pts0
gist.github.com 8mo ago

Godel's Solution to Einstien's GR

amazedsaint
3pts0
antifold.com 10mo ago

Game of Flies

amazedsaint
1pts0
news.ycombinator.com 10mo ago

A New Type of Computing

amazedsaint
3pts0
antifold.com 10mo ago

Visualising Topology Inspired Computing Algorithms

amazedsaint
4pts0
amazedsaint.github.io 10mo ago

Physics Aware Simulated Flies

amazedsaint
2pts0
gist.github.com 10mo ago

Consistent Tachyon and Λ and Background‑Safe μ(a) Pipeline

amazedsaint
1pts2
github.com 11mo ago

Quasicrystal Transformers: Aperiodic Block-Sparse Attention and Encoding

amazedsaint
1pts0
github.com 11mo ago

Aletheia Epistemology Compiler

amazedsaint
1pts0
news.ycombinator.com 1y ago

Ask HN: What if the universe itself runs on O(1) memory?

amazedsaint
1pts2
github.com 1y ago

O(1) Memory Neural Network Training with Reversible Architectures

amazedsaint
3pts1
medium.com 3y ago

ChatGPT trying to solve Grant Unified Theory

amazedsaint
2pts0
twitter.com 3y ago

Gravity /Information Equivalence

amazedsaint
2pts0
github.com 3y ago

GPT Terminal Plugin – Use ChatGPT as a Shell/Terminal

amazedsaint
2pts1
news.ycombinator.com 3y ago

GPT 4.0 Explores Quantum Nonlocality and the Emergence of Spacetime

amazedsaint
1pts2
medium.com 3y ago

CoDev – A GPT 4.0 Prompt for a Virtual Programmer

amazedsaint
2pts1
benchmarksgame-team.pages.debian.net 7y ago

NET core vs. JVM

amazedsaint
3pts1
www.sciencealert.com 9y ago

Scientists have confirmed a brand new phase of matter

amazedsaint
2pts0
www.facebook.com 9y ago

Zuck's response

amazedsaint
15pts7
www.nytimes.com 9y ago

Projections that went terribly wrong

amazedsaint
1pts0
www.psychologytoday.com 9y ago

Anti-Intellectualism and the “Dumbing Down” of America

amazedsaint
27pts21
www.trai.gov.in 10y ago

TRAI's order upholding net neutrality in India [pdf]

amazedsaint
2pts0
vimeo.com 10y ago

4D Printing

amazedsaint
2pts0
news.ycombinator.com 10y ago

Ask HN: Does Facebook Use WhatsApp Data for Trends/Analytics/Ads?

amazedsaint
4pts1
github.com 10y ago

ChakraCore/AsmJSCodeGenerator.cpp

amazedsaint
1pts0
videocast.nih.gov 10y ago

Animals containing human cells

amazedsaint
1pts0
www.facebook.com 10y ago

Facebook under mining net neutrality?

amazedsaint
1pts0
www.youtube.com 10y ago

Building your own BB-8

amazedsaint
1pts0

The σ8 tension remains unresolved in 2025, with CMB vs. lensing data differing by ~2-3σ. Tachyon fields show promise for DE/DM unification via negative pressure, but they struggle to lower σ8 enough without tweaking geometry. Here is a Consistent Tachyon + Λ + Background‑Safe μ(a) Pipeline - It resolves the σ₈ tension while keeping geometry intact, which ΛCDM+ν or early DE do not do as cleanly.

Proposing a new architecture for O(1) memory neural network training. ZeroActivation enables training of arbitrarily deep neural networks with constant memory usage, regardless of depth. Perfect for Apple Silicon (M1/M2) users and anyone looking to train impossibly deep models. The kicker is a new model I developed for Reverse SSA, more on that soon - Thanks

You can state what you want in natural language, like "translate file somefile.txt in documents folder from english to french" or "create a pet-store website in my xyz folder" and the plugin will accomplish tasks for you from with in ChatGPT

Here are the available commands:

/project [summary] [task] [languages] [frameworks] - Output the list of files & folder structure for the project based on the project summary, task, languages, and frameworks.

/code [filename] - Output the code for the specified filename.

/tests [filename] - Output the tests for the specified filename.

/explain [filename] [function] - Explain the given function in the specified filename.

/run - Simulate the console of the program when it is running.

/revise [filename] [modification] - Rewrite the content of the specified filename, taking the modification into consideration.

/comment [filename] [function] - Add a comment to the specified function in the specified file.

/format [filename] - Format the code within the specified file properly.

Example usage:

/project "Weather App" "Display current weather" "JavaScript" "React, OpenWeatherMap API" /code "app.js" /tests "app.test.js" /explain "app.js" "fetchWeatherData" /run /revise "app.js" "Add error handling for API call" /comment "app.js" "fetchWeatherData" /format "app.js"

The real problem is, recently there are lot of instances in India where government is trying to enforce restrictions around social media more or less to protect its own interests. There are no clear guidelines regarding how you'll classify something as free speech or hatred speech. Most politicians are too ignorant about internet, social media and the emerging crowd power, and they are very anxious about the same. Giving such a system for a set of people who don't really understand what it is and how it can be used, is the real danger. They'll always use it to protect their interests.

I had my disclaimer, lol. As I already clarified some where else, these points are what I learned from what I was doing in the last few years, consulting for my customers modernizing their web sites/apps. And thanks for the advice, in fact I'm surviving pretty well ;)

Was talking about leveraging a suitable, existing library that follows a MV* pattern, not about creating your mygreatnextjsmv*.

About implementation - definitely depends on use cases. Anyway, learning them won't hurt anyway.

As there are lot of comments here, thought about clarifying few points in that article

1) About clean separation of concerns.

A lot of customers expect you to cleanly separate your client side javascript/css/artifacts from your server side implementation. Even to an extent where you can just take it and repackage the same with minor modifications using a container like Phonegap, and distribute it for mobile devices later. HTML5's significance is beyond web - it can take your app beyond the browser.

2) About the REST Layer

Anyway you are investing in building a web application, so you need to ensure the plumbing portion is re-usable beyond your traditional 'website'. If you want to build a native phone application or a Chrome plug in tomorrow, you should be able to use the same service layer.

About JS MVC frameworks - It's about scaling your development teams by putting a re-usable pattern in place so that things will jell together.

HTML5 - My point was, understand the parts you can use now.

Optimization - Again, do it when you are ready to do it.

My blog is still on blogger, I havn't modified it much for the last few years, and the template is due for renewal as I put in the disclaimer towards the end of that article.

But the points I put forward is mostly what I practice these days, and the basis is the consulting experience I had from revamping the websites/web products across multiple domains for the customers I've worked for.