Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PowerfulWizard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
PowerfulWizard
3mo ago
I haven't heard of that being a problem for Starlink, whatever they've done there seems to be working. The Orbital AI would be at a higher orbit but still within LEO which reduces the radiation. I wonder if occasional bit flips ev
2.
▲
by
PowerfulWizard
3mo ago
I think it's possible, I'm not familiar with what's really been tried but I see that there are some publications on it, for example there's an ESA project under way: https://connectivity.esa.int/archives&
3.
▲
by
PowerfulWizard
3mo ago
Musk is deliberately creating a business that needs high volume low cost launch services because in order to get low cost launch high volume is needed, and in order to get high volume a customer is needed. In the same way that Starlink laun
4.
▲
by
PowerfulWizard
3mo ago
To remove heat by radiation there's a big benefit to running the GPUs hotter as the radiation will be proportional to the fourth power of temperature. This resource is using 85 deg C versus 60 deg C for OP which will improve cooling pe
5.
▲
by
PowerfulWizard
6mo ago
On judging vs. making, also someone has to take time away from development to do code review. If the code being reviewed is written by someone who is involved and interested then at least there's a benefit to training and consensus bui
6.
▲
by
PowerfulWizard
2y ago
I don't know what I want exactly but I'm thinking along the lines that SQL is already doing a lot so it would make the most sense to start with a database interface and augment from there, to try to build a system to handle all th
7.
▲
by
PowerfulWizard
2y ago
Very interesting. My dream is to have something like this, a KV-store, a blob store, and pubsub all behind the same interface.
8.
▲
by
PowerfulWizard
2y ago
This looks useful, I usually use guestfish to put files into the image before flashing but this could be a lot more flexible.
9.
▲
by
PowerfulWizard
2y ago
Here's what I use (as a bookmark): data:text/html,<body contenteditable style="line-height:1.5;font-size:20px;"> No save function obviously but this lets me open a new tab and dump some text.
10.
▲
by
PowerfulWizard
2y ago
It's true that Relativity Space Terran-R, Rocket Lab Neutron, and Blue Origin New Glenn are under development and are planning first stage re-use although none have flown. And also Stoke Space is developing a 2nd stage re-use solution
11.
▲
by
PowerfulWizard
2y ago
SpaceX’s propulsive recovery testing began over ten years ago, meaning a development campaign starting today would be ten years behind SpaceX if they can progress at the same speed. It seems crazy to me that essentially no one is even tryin
12.
▲
by
PowerfulWizard
3y ago
I think above grabbed Gross Profit rather than Total Revenue, this page shows a 1.1% profit margin: https://finance.yahoo.com/quote/KR/key-statistics?p=KR
13.
▲
by
PowerfulWizard
4y ago
Thanks I was looking for this.
14.
▲
by
PowerfulWizard
5y ago
One solution is to have the key on paper in a safe, and then let the lawyer know the key is in the safe. If you die they can drill the safe. The nature of the private key makes digital solutions possible, but they aren't necessary. It
15.
▲
by
PowerfulWizard
5y ago
There must be a process for unpaid bills, whatever that process is they could just enact it at the user's threshold instead of their own threshold. Ideally a soft limit that would disable networking and resource creation and then later
16.
▲
by
PowerfulWizard
5y ago
One thing that would make a difference on small accounts is the ability to do prepaid billing only. That way you define your budget in advance and they enforce it. The problem with the current billing is that people who are new to the syste
17.
▲
by
PowerfulWizard
5y ago
For those of us who are helplessly impatient, run this in console: document.querySelectorAll(".countdown-calendar__door").forEach(e => e.classList.add("will-open"))
18.
▲
by
PowerfulWizard
5y ago
Yes, in the air I'm expecting a very different scenario than on land. No pedestrians just an element of collision avoidance for birds, all vehicles legally required to be broadcasting their position to an automated air traffic control,
19.
▲
by
PowerfulWizard
5y ago
I'm optimistic about electrical. Here is a high level analysis of power and energy density required for some electric vertical takeoff aircraft, compared to some existing batteries: https://www.pnas.org/content/118
20.
▲
by
PowerfulWizard
5y ago
I've enjoyed learning Rust and there is is a lot I like about it, I've just been doing leetcode problems with it though and not working on large projects. In my view, the biggest advantages and steps forward with Rust the language
21.
▲
by
PowerfulWizard
5y ago
These are great and provoked me to really look into how it worked when I discovered them a few months ago. I'd suggest watching the 2nd (retrospective) video first, and then the first video if you're interested in more detail.
22.
▲
by
PowerfulWizard
5y ago
I grew up reading the newspaper every day and I prefer quite a narrow margin, here is my bookmarklet for narrowing pages (and it changes font).: javascript:!function(){var e,t;e='body {margin: auto;margin-left: 100px;max-width: 5
23.
▲
by
PowerfulWizard
5y ago
I bought a small-ish amount MobileCoin last weekend after the Signal announcement made me realize it was available. I might as well write up my thesis for why I like it so much, so sorry in advance for the stream of semi-consciousness follo
24.
▲
by
PowerfulWizard
5y ago
This is a slightly more correct command I think: du -cb $(ldd $(which ffmpeg) | egrep -o "/[^ ]+" | cat <(which ffmpeg) - | xargs readlink -f) | tail -n1 I think this is what the ffmpeg.wasm-core project is compil
25.
▲
by
PowerfulWizard
5y ago
I agree it makes a lot of sense for stuff that could never be offered as a free back-end service. FFmpeg is a complex app as well, I tried to measure the the size of the binary + all shared libraries on my linux system and I came up with al
26.
▲
by
PowerfulWizard
5y ago
It is a really good idea. My #1 question with this type approach was how big the WASM would end up -- 24MB in this case.
27.
▲
by
PowerfulWizard
6y ago
Yeah, I'm looking at the rationale for HBM which looks physically similar and it seems to be closeness and the ability to have more wires. https://en.wikipedia.org/wiki/High_Bandwidth_Memory But the HBM photos hav
28.
▲
by
PowerfulWizard
6y ago
Something I was personally wondering about is how the DRAM was added to the M1 'chip'. This image shows clearly: http://web.archive.org/web/20201118042108/https://egpu.io/wp... I guess the
29.
▲
by
PowerfulWizard
6y ago
This is called gron, I prefer it for reading JSON with a lot of nesting. https://github.com/tomnomnom/gron
30.
▲
by
PowerfulWizard
6y ago
The fuel mileage sounds incredible, it's in the same range as an F150. The pilot must be a major part of the expense, meaning it could also be well positioned for an autonomous shuttle future, if those are ever fully trusted, bringing
More ›