Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cespare
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cespare
27d ago
This defeatism is unhelpful. I'll not simply surrender the country that I love, thanks.
2.
▲
by
cespare
2mo ago
The parent is wondering about parking in the bay, before the robot picks it up.
3.
▲
by
cespare
3mo ago
> We didn't write this parser by hand because, at least pre-AI-coding, parsers were extremely difficult to maintain. Writing one without AI would have taken months [...] > Instead, we use ANTLR, a state-of-the-art, open source pa
4.
▲
by
cespare
3mo ago
I live a couple of blocks away from this Kirkland roundabout and I drive through it very often -- almost every time I go anywhere. Overall, I like it. My average traversal through the roundabout, for just about any source/destination,
5.
▲
by
cespare
3mo ago
AFAICT this is not talking about Glasswing stuff. They are saying that they were sent a demonstration of Fable 5 being used/abused in some specific way that led to the "discovery" of some minor, already-known vuln, and that o
6.
▲
by
cespare
8mo ago
This scheme reminds me of smaz ( https://github.com/antirez/smaz ) but with dynamically generated dictionaries.
7.
▲
by
cespare
8mo ago
Skirt too short, in other words? I'm going to place the blame on the party committing the crimes, not the person exercising free expression.
8.
▲
by
cespare
10mo ago
Personally, I like configuration languages that don't let you "go nuts" in the first place.
9.
▲
by
cespare
11mo ago
It is 1995. You get an unsolicited email with a dubious business offer. Upon reflection, you decide it's not worth consideration and delete it. No need to wonder how it was sent to you; that doesn't need to influence the way you h
10.
▲
by
cespare
1y ago
I had to sort by "Top: last year" to see two Copilot-related issues at the top. They are: - https://github.com/orgs/community/discussions/159749 - https://github.com/orgs/commun
11.
▲
by
cespare
1y ago
I really identify with this way of thinking. One domain where it is especially helpful is writing concurrent code. For example, if you have a data structure that uses a mutex, what are the invariants that you are preserving across the criti
12.
▲
by
cespare
2y ago
I was trying to understand how an altitude of 470,000 ft compares to other things, so I looked up a few numbers. 470k feet is 143 km. The altitude record for an air-breathing aircraft is 38 km. There are some very low earth orbit satellites
13.
▲
The Tool Cache Manifesto
(ctrl-c.us)
1 points
by
cespare
2y ago
|
0 comments
14.
▲
by
cespare
2y ago
https://archive.is/Kal3q
15.
▲
by
cespare
3y ago
I guess to me it seems like common sense that a system that has substantially fewer crashes also has substantially fewer deaths. Maybe we can't make definitive statements about the expected number of deaths yet, but I think the most re
16.
▲
by
cespare
3y ago
I've done this for a few years as well. I use a terminal+tmux for most work including quickly editing files here and there but for some reason when I get to "proper" focus-mode programming my brain just wants a separate "
17.
▲
by
cespare
3y ago
I don't think I'm in any of those groups. I own a variety of monitors and can easily tell the difference between 60hz and 120hz. All things being equal, I of course prefer 120hz (or 165hz as some of my gaming monitors support). I
18.
▲
by
cespare
4y ago
Seems intentional. "The trick is not [ignoring the bad thing]".
19.
▲
by
cespare
4y ago
Well that's partly sampling bias. You're not likely to own a Tesla if you hate the touch controls. My wife and I went through the car buying process this year and test drove a Model Y. I was pretty meh on the touch interface and m
20.
▲
by
cespare
4y ago
My conclusion at the time was that it was not, strictly speaking, a bug. It seemed to be a sharp edge that was WAI. Considering it again now, I do think it's essentially a bug, but it seems to be a known thing at this point. What I d
21.
▲
by
cespare
4y ago
Yeah, I also moved the tempfiles to a more appropriate location at the same time.
22.
▲
by
cespare
4y ago
I became intimately familiar with negative dentries while debugging a slow service deploy a few years ago. A deploy that was normally very fast would sometimes hang for a few minutes during a phase where all it had to do was delete the old
23.
▲
by
cespare
4y ago
> Requires a domain name to be the first part of the module identifier This is only true if you want the module to be publicly 'go get'-able. Private modules can be named whatever you want. (Some tools use whether or not the fi
24.
▲
by
cespare
4y ago
I work at Liftoff ( https://liftoff.io/ ). It is indeed a great place to work! Join me :) https://liftoff.io/company/careers/
25.
▲
by
cespare
4y ago
We run on thousands of EC2 instances and our biggest systems operate at millions of requests/sec. No containers*. We use EC2, Route53, S3, and some other AWS stuff, plus custom tooling built on their APIs. Most of our code is Go or Clo
26.
▲
by
cespare
5y ago
It's true that most induction cooktops/ranges aren't great for woks, but in principle the induction surface doesn't have to be flat -- it can be a concave shape to match the wok. In fact these exist -- if you search for
27.
▲
by
cespare
5y ago
Another problem with reflexively pointing out something wrong is that it's easy to be mistaken when you're hasty. Then you have the walk back the criticism and admit you were wrong. (Or double down and quibble about what exactly
28.
▲
by
cespare
5y ago
This is a really great writeup. Amazing visualizations! Don't miss the issue report on the repo (basically, "here are two images that happen to collide???"): https://github.com/cmuratori/meow_hash/is
29.
▲
Hardware Memory Models
(research.swtch.com)
18 points
by
cespare
5y ago
|
0 comments
30.
▲
by
cespare
5y ago
I just make my home directory be a git repo directly. That's even simpler -- no symlinks. You have to get used to having a repo with many unchecked-in files, but it works well enough. I have a git alias or two to help. This has been a
More ›