Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
int0x2e
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
int0x2e
6mo ago
The Iranian regime would absolutely use nukes as soon as they have two or more weapons ready. Just as they have launched countless attacks against civilian areas in many of their neighbor states in the past 2 weeks, including several nation
2.
▲
by
int0x2e
8mo ago
There are not even 7,000 Mossad agents, period. 7,000 is the highest estimate publicly available for the TOTAL number of employees in the Mossad, and 95% of them are not agents - just like most US intel are not field agents. Real numbers f
3.
▲
by
int0x2e
9mo ago
Iran was well on that path anyway. The US strike absolutely did turn Iran from a peaceful actor with no interest in nuclear weapons into a regime bent on acquiring nuclear weapons.
4.
▲
by
int0x2e
10mo ago
I used to think the same way, and I loved UBNT. Sadly, after 2 different more advanced configs I had caused wild stability issues - affecting APs, a USG and the controller itself to the point of making them less reliable than a random TP-Li
5.
▲
by
int0x2e
3y ago
Storage will never work. Quote me on this. Nuclear or a mix of nuclear and renewables will be the only way to seriously get away from fossil fuels. Also, even if storage works some day, hoping we manage to discover how, scale and implement
6.
▲
by
int0x2e
3y ago
This is more of an argument for how pure economic thinking and the current constraints/processes have poor correlation to actual impact and desired outcomes. It's similar to how Enron would make the most money when California had
7.
▲
by
int0x2e
3y ago
It's much worse - if the data isn't just a ton of tiny files, and you're able to spin up a bunch of workers for parallelism, you can get up to 120 Gbps per storage account (without going to the extreme of requiring a special
8.
▲
by
int0x2e
3y ago
That works for some types of code and fails for other types. If you have very long lived but memory heavy apps, allocations really matter...
9.
▲
by
int0x2e
3y ago
At a former team, we went from spending quite a bit of time on code style comments and disagreements to spending no time at all on it, with the simple act of making the code linter a breaking step in our CI build, and deciding no review wil
10.
▲
by
int0x2e
3y ago
The difference between theory and practice, is that in theory there is no difference, but in practice - there is. So far, every "provably secure design" I've seen ended up being insecure in practice due to the things people a
11.
▲
by
int0x2e
3y ago
For enterprises, it's hard to have a ton of different tools. I worked at a very large software company, and our security tech stack was so big and convoluted, that just maintaining a compliant CI/CD pipeline was a 5 person job, be
12.
▲
by
int0x2e
3y ago
Those aren't cheap, but rolling your own usually isn't any cheaper. Even huge enterprises usually buy instead of build because it's cheaper in both the short and long run. Think about most managed cloud services - you could d
13.
▲
by
int0x2e
3y ago
I work at one vendor currently and have worked at a few prior. The difference is astounding - my previous gigs, including one of the biggest vendors ever was exactly as you said. My current gig is exactly the opposite - strong focus on real
14.
▲
by
int0x2e
3y ago
You're right that a generator must be taken care of, but a truck with an inverter is very different from a generator if you plan to power something significant. The truck+inverter will probably keep your fridge and lights running, but
15.
▲
by
int0x2e
3y ago
Does Google really have Android though? Android is open source with a flexible enough license that if Google ever tried to tighten their grip too much, they'd lose the dev community quickly. They own the Play store and Google services,
16.
▲
by
int0x2e
3y ago
My smart home is also my home security solution, so I wanted it to work through a (short) power failure. Getting a UPS for my Home Assistant node was the easy part. Like you, I was worried about the many nodes scattered throughout the house
17.
▲
by
int0x2e
3y ago
I totally agree. It's also great to see how with a little technical know-how, you can avoid paying 100s of dollars for some IoT tech that is reliant on more people buying overpriced hardware for it to work in the future, and instead -
18.
▲
by
int0x2e
3y ago
> These chips are intricate enough to potentially contain backdoors. While it is something I never thought about with respect to Espressif, it does seem plausible that they could be a target. As the old saying goes, "the S in IoT st
19.
▲
by
int0x2e
3y ago
Good luck getting around what extremely well paid lobbyist will do. This country sadly has been corrupted by money.
20.
▲
by
int0x2e
3y ago
FWIW, there's a study that looked at patent filings and paper publications for inventors in small vs. large companies. It seems that as a whole, when people choose the Big-X route, they tend to make fewer inventions and publish fewer p
21.
▲
by
int0x2e
3y ago
I call this "resume engineering". Some years ago, I decided to pass on a very impressive position at one of the then-hottest tech unicorns. I kinda liked the people, thought the tech was cool, but didn't see any way for the c
22.
▲
by
int0x2e
3y ago
Then they should demand higher wages. And if that's too high a cost for the restaurant - they should raise their prices or close their business. Tipping does not make sense, and makes even less sense for takeout.
23.
▲
by
int0x2e
3y ago
You do realize this is exactly what /tmp/ is expected to do on all *nix based machines, including Macs, right? Why not create a new path, and use that?
24.
▲
by
int0x2e
3y ago
You're absolutely correct. I really wish you weren't though - it makes me somewhat sad to see how often the more motivated and passionate a person is about what they do and even the success of their company, the more likely they a
25.
▲
by
int0x2e
3y ago
Isn't this a prefect recipe for a super-bubble? When you help people with the down payment this much, wouldn't basically everyone try to apply to enjoy appreciating property values, driving demand and prices ever higher, and even
26.
▲
by
int0x2e
3y ago
It's a little more complicated - in AAD, the app developer has a single app registration, which is the app side of AAD. The app can ask for certain permissions, specify trusted sign-in URLs, manage client secrets, etc. Then, on each AA
27.
▲
by
int0x2e
3y ago
The really cheap stuff actually doesn't even have a power supply! There's a breed of LEDs that takes straight AC and rectifies it using the LEDs themselves. By using a large number of tiny LEDs in series (typically in COB form), y
28.
▲
by
int0x2e
3y ago
If you're willing to share your design, I'm sure there are other folks like myself who think this is a cool idea. I've wanted to do PoE (or passive PoE) for lights for a while now...
29.
▲
by
int0x2e
3y ago
I have worked on a project where we integrated with AAD for auth. One of our developers did things that looked fine - used the common Asp.NET middleware for AAd, configured it, used the latest version, set authorization policies on sensitiv
30.
▲
by
int0x2e
3y ago
There's little doubt in my mind we're not yet close to making self-aware models or anything of that nature, but I think it's hard to deny we're getting closer at an incredible pace. The most telling metric to me is not w
More ›