Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mayama
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mayama
19d ago
To be specific, solar with 4hr storage is price competitive with grid right now. Storage becomes expensive after that at 8hrs even with projected sodium or lithium prices. For a datacenter usage they probably need couple of days storage at
2.
▲
by
mayama
19d ago
> Even if its cheaper to build small reactor vessels, MANY of the other costs become more expensive in larger numbers. There is no way SMR could beat solar+battery power cost even now. With sodium and other batteries projected to reduce
3.
▲
by
mayama
1mo ago
I said the same thing about waiting for 24hrs before being able to use adb to install apps. About 24hrs being not a big blocker and that it was good for security. It's all about boiling the frog slowly, 24hrs is the start and then they
4.
▲
by
mayama
2mo ago
Adding simd in std and even being used in map is nice. Would have to look for places to experiment with it in hot loops in code I have.
5.
▲
by
mayama
2mo ago
> How do you clean forests? The debris is part of the forest, not all areas of a forest are easily accessible or feasible to transport debis out of there. Cleaning is huge financial burden and has questionable outcome. Only extreme solut
6.
▲
by
mayama
2mo ago
> You answered it yourself: it's not possible to get rid of the excess CO2. Think about conservation of energy: we extracted energy by burning stuff and producing CO2. You can use pyrolysis to reduce usage of energy. Instead of buil
7.
▲
by
mayama
2mo ago
There are so many proposals for improving errors, even half implemented ones that are dropped. I even stopped checking pros and cons after a few. As ultimately everything got rejected and the message is that you have to live with verbose ch
8.
▲
by
mayama
2mo ago
> and only because by some miracle there are companies out there who started trusting Graphene's attestation keys. Are the bank apps trusting graphene keys or google them self? Isn't play attestation completely in the hands of
9.
▲
by
mayama
2mo ago
Most locations that could provide guaranteed power for western companies with stable governments are also full of NIMBY or NGO who could easily blockade those datacenters. Then you'll have to run to offgrid locations where you have to
10.
▲
by
mayama
2mo ago
In case of collision in LEO, wouldn't the debris have chance to go high altitude and cause further collisions?
11.
▲
by
mayama
2mo ago
Regarding Indian private space sector, In addition to skyroot solid rocket, following are noteworthy Agnikul is planning to launch semi-cryo kerosene rocket pretty soon. Their engine is 3d printed and use electric pump fed 25kN small engine
12.
▲
by
mayama
2mo ago
India has developed ASAT, which is arguably more complicated that ICBM, agni series, they developed. India routinely understates ranges and appear non threatening. Agni5 and 6 are genuine ICBM, and with little tuning could reach anywhere in
13.
▲
by
mayama
2mo ago
Not just about PoS device. During early credit/debit card days, lot of stores would pass on merchandise fees directly to customers, giving discount in case of cash transactions, some stores still charge extra. This is not allowed in we
14.
▲
by
mayama
3mo ago
Chaing priority wholesale is not needed just to install kernel image and might break other packages. Just install kernel image from backports after enabling backports. > apt install linux-image-amd64/stable-backports Somehow install
15.
▲
by
mayama
3mo ago
My personal solution for this is to install a simpler distro in chroot, alpine, and install dev newer apps in to it. Additionally, I run chroot via bwrap sandbox and have been doing this for quite some time now before flatpak became famous.
16.
▲
by
mayama
3mo ago
It's simple power vs energy equations. Let's say you need to supply steady 1MW to town for 1hr, 2hr or 10hr. This needs total of 1MWh 2Mwh or 10Mwh respectively. Let's say battery would cost $200/kwh, then this would co
17.
▲
by
mayama
3mo ago
Fore more than 2 hours capacity, batteries are expensive than most other and cost keeps increasing as more hours of capacity needed. Without gas or coal to burn when 1hr battery capacity runs out, battery storage is expensive.
18.
▲
by
mayama
3mo ago
> 1 -- Signal jamming exists. How easy is jamming starlink? I don't think it is as easy as jamming gps. As I've seen numerous warning from Russia that they providing starlink to Ukraine is bad idea. That they're going to s
19.
▲
by
mayama
3mo ago
After articles on how starship is never getting off launchpad, I'm sceptical of news regarding elon, pro and anti. Sure, things like FSD are hopium or scam, but not everything could be. Haven't seen hard science estimates on their
20.
▲
by
mayama
4mo ago
docker service that sets up containers runs as root. podman does away with that service.
21.
▲
by
mayama
4mo ago
you are betting that the package is popular, has enough eyes to mitigate attack in 7 days. attackers could also target unpopular packages for long game
22.
▲
by
mayama
4mo ago
The site doesn't mention this. But, are they locking down QR code auth for only safetynet authenticated devices and with mobile number verification?
23.
▲
by
mayama
5mo ago
It's the slippery slope that's the issue, 24hrs is just the first iteration of the restriction. After couple of iteration of restrictions, they could force everyone to have govt-id approved by goog to install any app.
24.
▲
by
mayama
5mo ago
With the way elections changed after social media became big. Govts want to have control back, like they did before. And are increasingly curbing open internet with boogeyman CP or terrorists, new fear of mass AI CP. Ultimately we'll g
25.
▲
by
mayama
5mo ago
You can write simple http server or rest client with stdlib in Go. No need to include tokio, serde and hundred other cargos which constantly break things. I have apps written in Go more than a decade ago work the same now with recent versio
26.
▲
by
mayama
5mo ago
Is there a turboc variant for linux, I vaguely remember working on turboc decades ago
27.
▲
by
mayama
5mo ago
No, interface used before ps/2 that need ISA card to be used. https://en.wikipedia.org/wiki/Bus_mouse https://en.wikipedia.org/wiki/Industry_Standard_Architecture
28.
▲
by
mayama
5mo ago
go and python exits with sane stdlib and are already used extensively
29.
▲
by
mayama
5mo ago
You could write most of the cli tools using stdlib in python and go, without need for including hundreds of libraries even for trivial things.
30.
▲
by
mayama
5mo ago
That's just direct dependencies. Including all the dependency tree is 785k LOC according to lib.rs. Most rust libraries include tons of others. https://lib.rs/crates/rbw
More ›