Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jmholla
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jmholla
5d ago
The difference here is that git objects don't change. When you do a `git gc`, you do get new objects at new inodes, but they don't get written to the existing ones. Try this out and you'll see local git clones do indeed creat
2.
▲
by
jmholla
11d ago
I do use this, but when I'm collaborating with others, especially a lot of people, I still duplicate it across projects. It pays to be defensive and you can't always get everyone on board with this strategy. Being defensive within
3.
▲
by
jmholla
17d ago
Colorado has a similar carve-out. I can't comment on Brazil, though.
4.
▲
by
jmholla
1mo ago
The write by your shell through the redirect won't get those elevated privileges. You need to use something like tee: echo "127.0.0.1 www.reddit.com" | sudo tee -a /etc/hosts
5.
▲
by
jmholla
1mo ago
That's a bit difference that Boris's claim that they don't charge for this as a "principle".
6.
▲
by
jmholla
2mo ago
From the opposite angle, there's apparently evidence that the RAM companies themselves are price fixing: https://www.tomshardware.com/tech-industry/samsung-sk-hynix-...
7.
▲
by
jmholla
2mo ago
Twitter is nothing like it used to be.
8.
▲
by
jmholla
2mo ago
Woah! That feels like a huge oversight and like it bypasses standard commit logic. The man pages do say `git history` is experimental. Sounds worth a bug report.
9.
▲
by
jmholla
2mo ago
Fun fact: you don't even need the `-n`. `git log -1` does the same thing, for any number. -<number>, -n <number>, --max-count=<number> Limit the output to <number> commits.
10.
▲
by
jmholla
3mo ago
I don't think that logic works. In your vein, if I say " If it gets hotter, I'll want it to be colder" that would imply that if it gets colder I'll want it to be hotter. That doesn't necessarily have to be the
11.
▲
by
jmholla
3mo ago
Yea. A lot of them grew wise to this and just hung up on you. Some had no way to get through the tree to a real person. Or, the real person couldn't do anything (e.g., Public Storage).
12.
▲
by
jmholla
4mo ago
Don Quixote feels like a bad analogy. These are real dragons. Just, more difficult to fight against.
13.
▲
by
jmholla
4mo ago
I've been thinking of setting up a simple server that publishes the public keys at a known endpoints. You point an A record for one of your subdomains at the machine and it can provision a TLS cert. Then you can be reasonably confident
14.
▲
by
jmholla
4mo ago
Safari isn't based on Chromium.
15.
▲
by
jmholla
4mo ago
Ostracization has worked before. And ostracization can lead to decreased sales, which they will definitely notice. If engaging with people to talk about privacy implications involves sacrificing your privacy, I feel that it is reasonable ap
16.
▲
by
jmholla
5mo ago
You're aware of the privacy implications but think people talking about avoiding people who use them are proposing dumb arguments? I don't follow your logic.
17.
▲
by
jmholla
5mo ago
Or device battery life was shorter because we hadn't developed better battery technology or better power management You talk about the misaligned incentives of replaceable batteries but fail to point out the incentive built-in batterie
18.
▲
by
jmholla
5mo ago
You should actually read the text of the bill. It basically tells anyone who asks what your birthday is. It places no limitations on how your age should be verified, or how requesters can use your information. And if you think this is where
19.
▲
by
jmholla
5mo ago
So this bill creates a commission to ensure that the information cannot be stolen or breached from operating systems, but says nothing about how the applications querying this information must protect or leverage it. I basically requires th
20.
▲
by
jmholla
5mo ago
When I was going to register it with Porkbun, it showed this warning: > This TLD has very strict verifiable contact requirements. You MUST use verifiable contact information or your domain may be suspended and / or deleted without w
21.
▲
Show HN: Idontuselinkedin.com
(idontuselinkedin.com)
11 points
by
jmholla
5mo ago
|
6 comments
22.
▲
by
jmholla
6mo ago
I've made it through about the first ten parts of section 2. Some additional feedback I've put together: * Sometimes explanations are overly lacking, other times they get repetitive. This feels like it needs to be accompanied by a
23.
▲
by
jmholla
6mo ago
The continue buttons in intro break for me all the time on Firefox. I can't actually finish most of them.
24.
▲
by
jmholla
6mo ago
I think Hacker News auto-title editing has caught this one. It's actually "Your Code is Worthless". It dives into how lines of code has become a productivity metric once again, what actual metrics should be used, and how AI i
25.
▲
by
jmholla
6mo ago
For those looking at this, this role is only in Mexico.
26.
▲
by
jmholla
6mo ago
Location: Colorado Remote: Yes Willing to relocate: No Technologies: CI/CD (GitLab, Jenkins), IaC (Terraform/OpenTofu, Ansible, SaltStack), Cloud Infrastructure (AWS, DigitalOcean, Azure), Containerization (Dock
27.
▲
by
jmholla
6mo ago
FYI, in your reproduction, both of the conditionals are the same. But you are right, the initial implementation was `!=` while [[ $SECONDS != $1 ]]; do became while [[ $SECONDS -lt $1 ]]; do
28.
▲
by
jmholla
6mo ago
Didn't Brother start pulling this same stuff? I recall hearing something along those lines and blocking mine from talking to the Internet.
29.
▲
by
jmholla
6mo ago
A slippery slope is only a fallacy if there is no demonstrated history of it existing. I think we're all aware that that is not the case for surveillance laws.
30.
▲
by
jmholla
6mo ago
Can you explain what you find complicated about sops? I've used it with ease for the last two years, both personally and professionally.
More ›