windlessstorm
|
6 years ago
|
on: Human speech may have a universal transmission rate: 39 bits per second
But we convey a lot in a lot higher bandwidth, because we use parallel channels each with low bitrate limitations.
windlessstorm
|
7 years ago
|
on: Gauss's Principle of Least Constraint (2017)
Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - Arthur Conan Doyle
windlessstorm
|
7 years ago
|
on: Sandspiel – A falling sand game built in Rust and WebGL
Site is got down of big HN hug I guess
windlessstorm
|
7 years ago
|
on: Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node
Let us know here if you are planning to do it :)
windlessstorm
|
7 years ago
|
on: GitLab.com is down
All code pushes stuck since 30 mins. Should have started hosting own instance.
windlessstorm
|
7 years ago
|
on: The limits of information (2014)
So that's where my question is. Can we store the complete information an electron carry optimally, like in a space smaller than the electron itself?
This leads to the question: is this possible to save the current state of universe in a space smaller than universe without loosing any information?
windlessstorm
|
7 years ago
|
on: The limits of information (2014)
This makes me wonder how the information is stored in nature? Like how the characteristics of the particles and fields and all the interaction rules are are stored or embedded?
If we know how much bits nature is taking to store some data and how it is storing, can we use this knowledge of structure to somehow compress the data and store it more optimally? Or is nature have most optimal storage ever?
windlessstorm
|
8 years ago
|
on: Flying Taxis May Be Years Away, but the Groundwork Is Accelerating
Or let's call these hoppers. There would be small hopper stations every five or ten blocks. You hop into one hopper, it flies you to a nearby station avoiding all traffics and zig zag roads. You hop into another hopper to incrementally get to your destination. This way these drones dont need to have huge batteries or any other complicated features for long distance flight.
windlessstorm
|
8 years ago
|
on: Web application from scratch, part I
Tried similar stuff few months back. Start a simple socket listening at port 80. Use any browser to make connection. After recieving any connection on server, send a properly formated HTTP response ( precede with 200 ok and must include content-length, everything else I found was optional).
Now scale this to include custom root locations. Extending this to handle all the specifications the thousands of common protocols a server should handle will now feel like headache, so here I didn't continued anymore.
Next I wanted to replace the browser with my own client. Soon realized how huge of a obstacle I was heading towards. Got bogged down by the complexity of a simple browser and still havn't got started on this. Maybe someday :D
windlessstorm
|
8 years ago
|
on: Western Digital Plans to Ship More Than One Billion RISC-V Cores a Year
Tiny microprocessors are there in almost all devices supporting DMA since long time right? So what this RISC-V versions will bring new to the table?
windlessstorm
|
8 years ago
|
on: Ask HN: What are your favourite developer blogs?
nullprogram.com
windlessstorm
|
8 years ago
|
on: Examining a vintage RAM chip, I find a counterfeit with a different die inside
Thanks for this, was an awesome read. Any more such blogs for learning and getting into electronics and such low level stuffs?
PS. I am newbie software engineer (c/networking) and recently fascinated and drawn towards electronics.
windlessstorm
|
8 years ago
|
on: Scientists discover 91 volcanoes below Antarctic ice sheet
RAID 10 life
windlessstorm
|
8 years ago
|
on: Slight Street Sign Modifications Can Fool Machine Learning Algorithms
Future humans only street.
windlessstorm
|
9 years ago
|
on: Ask HN: Do you still use browser bookmarks?
I email myself the interesting and important links with added note. Gmail have powerful search option to go through any link I am looking for, no problems so far.
windlessstorm
|
9 years ago
|
on: The story of the Ping program (2001)
The link seems to be down.
windlessstorm
|
9 years ago
|
on: Satirical Summaries of Hacker News
>A blogspammer posts an amazing finding: immigrants hang out with other immigrants. Hackernews is frantic to post about how uninterested they are in stupid things like sports and music, and how that lack of interest hasn't stopped them from making friends with other hipsters.
windlessstorm
|
9 years ago
|
on: A hello world post
I always think about writing a blog. Maybe just rattling about the everyday things I am learning or doing and share it. Just there's a huge mental barrier of "I am still so very novice" and I postpone it to when I will be at some better level. I guess I will say fuck it and start someday.
windlessstorm
|
9 years ago
|
on: Is atomic theory the most important idea in human history?
Without any other basic understanding or theory, the simple knowledge might be lost or smeared in translations though centuries.
windlessstorm
|
9 years ago
|
on: What does it take to be a good programmer?
Big smile on face after reading this.