Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
daze42
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
daze42
8d ago
A science?
2.
▲
by
daze42
11d ago
I agree. Most human-generated content I've run across on the internet over the past couple decades has been fairly low quality and, to be honest, most of the self-admitted LLM-generated content is higher quality. I'm continually s
3.
▲
by
daze42
7mo ago
This 100%. We're in the middle of an AI Manhattan Project and if "we" give up or slow down, another company or country will get AGI before "us" and there's no coming back after that. If there's a chance AG
4.
▲
by
daze42
3y ago
Society is just a lot of people.
5.
▲
ORMs Considered Harmful
(charles.page.computer.surgery)
2 points
by
daze42
3y ago
|
1 comments
6.
▲
by
daze42
4y ago
Things in general across the board getting more expensive is a symptom of inflation, true. But I don't see how just a subset of businesses raising prices necessarily causes long term inflation. Even if all the existing grocery stores c
7.
▲
by
daze42
4y ago
Ah, so you're talking about CPI. Then in that case I agree. It's not clear that CPI == inflation, though.
8.
▲
by
daze42
4y ago
How could grocery stores (and food supply chains) cause inflation?
9.
▲
Uncle Bob's Response to Casey Muratori's Critique of Clean Code
(github.com)
6 points
by
daze42
4y ago
|
0 comments
10.
▲
by
daze42
4y ago
This seems to be the root of most, if not all, economic disagreements. It's just so hard to objectively measure these things.
11.
▲
by
daze42
4y ago
https://www.reddit.com/r/personalfinance/comments/ywsoqp/new...
12.
▲
by
daze42
4y ago
There appears to be an error in the correction posted in August of this year. See if you can spot it.
13.
▲
by
daze42
4y ago
Traubenfuchs' profile appears to indicate it's a GPT-3 bot.
14.
▲
by
daze42
4y ago
Any chance it could be MTU related? Sounds like the issue is only popping up when attempting to use full packets.
15.
▲
by
daze42
5y ago
The whole point of the free market is choice so that when people realize that certain things are unhealthy, they are able to switch to something else. Also, we aren't exactly in a free market at the moment: https://farm.ewg.
16.
▲
by
daze42
5y ago
This exactly. You have summed up my thoughts better than I could. I am also interested to hear from the downvoters.
17.
▲
by
daze42
5y ago
Came here to say this too. My wife and I both got them and we've been 100% satisfied. Fantastic product.
18.
▲
by
daze42
5y ago
The way it's written this seems like it's exclusive. But it appears that both cases are possible at the same time. Maybe I'm reading the "OR" too much from the colloquial sense instead of the mathematic sense compar
19.
▲
by
daze42
5y ago
This view, though probably correct, is incompatible with democracy. We can't have rule by the people if the people aren't capable of ruling themselves. I still believe democracy is the best way forward, but it depends on critical
20.
▲
by
daze42
5y ago
My thoughts exactly. I can't believe anyone is advocating for censorship regardless of the accuracy of the content.
21.
▲
by
daze42
5y ago
Why would an IQ test for admissions be ridiculous? Any knowledge test at all will eventually test and select for higher IQ so there’s really no getting around it unless all ability-based admissions standards are dropped.
22.
▲
by
daze42
6y ago
Is he talking about Bitcoin specifically or cryptocurrency as a whole? If just Bitcoin, yes, I agree that the transactions per second (TPS) is too low for global adoption. But as far as I know, there's no technical reason it has to be
23.
▲
by
daze42
6y ago
Availability zones are unique for each account. So my zone A could be your zone C, for example.
24.
▲
What has your microcode done for you lately?
(travisdowns.github.io)
1 points
by
daze42
6y ago
|
0 comments
25.
▲
by
daze42
6y ago
You bring up very good points. I certainly don't trust most if any of the other critical pieces of the stack. I think those are attack vectors or points of failure as well and that risk needs to be mitigated. But on the other hand, the
26.
▲
by
daze42
6y ago
It's a minor problem until it becomes a major one. All it takes is one common dependency to go rogue or a bug to be exploited without the maintainers being around to fix it and a large part of the ecosystem becomes unusable. Using a de
27.
▲
by
daze42
6y ago
It's impossible to make essential complexity disappear but it is certainly possible to reduce incidental complexity. Most software is much more complex than it needs to be and Kubernetes is no exception.
28.
▲
by
daze42
6y ago
This is the hardest for me. It's almost like those two forces are in opposition to each other. I'd love to find an industry where they could align.
29.
▲
by
daze42
7y ago
The headline and the article are both poorly worded. "The team found that for every gram of alcohol consumed a day, the brain aged 0.02 years — or, seven-and-a-half days. (The average can of beer or small glass of wine contains 14 gram
30.
▲
by
daze42
7y ago
Your guess is correct. Pip does keep a cache of packages around. It's easy to fix by setting the `--no-cache-dir` switch when installing: `pip install --no-cache-dir -r requirements.txt`
More ›