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…
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…
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…
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…
This looks useful, I usually use guestfish to put files into the image before flashing but this could be a lot more flexible.
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.
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…
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…
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
Thanks I was looking for this.
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…
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…
For those of us who are helplessly impatient, run this in console: document.querySelectorAll(".countdown-calendar__door").forEach(e => e.classList.add("will-open"))
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:…
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…
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…
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:…
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…
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 compiling…
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…
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.
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 have the…
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 they must be using much higher…
This is called gron, I prefer it for reading JSON with a lot of nesting. https://github.com/tomnomnom/gron
This is what my priorities would be: 1. Make sure you have a good debugger set up for any existing code. This is to answer the question of exactly how a function behaves, what are the meaning of parameters, etc. You…
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…
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…
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…
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…
This looks useful, I usually use guestfish to put files into the image before flashing but this could be a lot more flexible.
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.
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…
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…
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
Thanks I was looking for this.
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…
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…
For those of us who are helplessly impatient, run this in console: document.querySelectorAll(".countdown-calendar__door").forEach(e => e.classList.add("will-open"))
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:…
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…
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…
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:…
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…
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 compiling…
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…
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.
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 have the…
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 they must be using much higher…
This is called gron, I prefer it for reading JSON with a lot of nesting. https://github.com/tomnomnom/gron
This is what my priorities would be: 1. Make sure you have a good debugger set up for any existing code. This is to answer the question of exactly how a function behaves, what are the meaning of parameters, etc. You…