Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ocharles
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ocharles
24d ago
You can learn how to build an LLM from scratch while doing all of those things...
2.
▲
by
ocharles
3mo ago
A small diff /= a small change! They are completely separate things. Quite often a small diff is hours of actual work. Even in this case _finding_ those lines could have taken work - we don't really know.
3.
▲
by
ocharles
5mo ago
I don't think there's anything passive here - it's a very constructive and valid argument. Are we not here to have a discussion?
4.
▲
by
ocharles
9mo ago
We're a Haskell shop, so I usually just say "review the current commit. You're an experienced Haskell programmer and you value readable and obvious code" (because that it is indeed what we value on the team). I'll o
5.
▲
by
ocharles
9mo ago
I recently started using LLMs to review my code before asking for a more formal review from colleagues. It's actually been surprisingly useful - why waste my colleagues time with small obvious things? But it's also gone much furth
6.
▲
by
ocharles
10mo ago
So - exceptions are for invariant violations? I'm essentially trying to work out what it is that makes something "exceptional"
7.
▲
by
ocharles
1y ago
What enclosure houses the JBOD?
8.
▲
by
ocharles
1y ago
I'm curious how much this costs to run. I.e., how much are you paying for electricity?
9.
▲
by
ocharles
1y ago
I write Haskell with Claude Code and it's got remarkably good recently. We have some code at work that uses STM to have what is essentially a mutable state machine. I needed to split a state transition apart, and it did an admirable jo
10.
▲
by
ocharles
1y ago
This keeps getting parroted but it's flawed/overly idealistic/frankly naive. An awful of children are, unfortunately, poorly parented. This is not a new phenomenon, nor something we seem to be improving. OTOH, exposure to ext
11.
▲
by
ocharles
1y ago
Because we know the implications of poor quality food, and we also know those who would buy it have no choice but to buy the cheapest. So, no thanks. I'd much rather the state intervene here and keep this crap out. This "let consu
12.
▲
by
ocharles
2y ago
Because of the volume of documents, or because of some cognitive change at that age?
13.
▲
by
ocharles
2y ago
Honestly there's way more there, and you get consistent solid speeds. Find a provider with a lot of retention and you can find almost all mainstream media regardless of it's age. (Public) torrents tend to track what's popular
14.
▲
Total immersive obsession: the man on a mission to record every bird in Ireland
(theguardian.com)
1 points
by
ocharles
3y ago
|
0 comments
15.
▲
by
ocharles
3y ago
> On what timeline? Per hour? Per day? Surely a pinch of critical thinking answers this? 4 deliveries a day isn't going to pay a daily minimum wage. If it did, then we wouldn't have this situation - surely most riders manage mo
16.
▲
by
ocharles
3y ago
Is Whoop maybe more what you're looking for? I don't think that has a display at all
17.
▲
by
ocharles
3y ago
Sleep isn't the metric to track here, there are much better things to analyze such as HRV. For reducing drinking you shouldn't be doing that because of your sleep, you should be doing it because of your overall health. If you care
18.
▲
by
ocharles
3y ago
Very hard to answer without knowing what your goal is. Do you want to be a practitioner of DL, or do you want to be a researcher?
19.
▲
by
ocharles
3y ago
For those who won't bother to RTFA: the trains run cooler than other trains, so they are taking advantage of the difference such that the net result is the same temperature in tunnels, but the interior of trains can be cooler.
20.
▲
by
ocharles
3y ago
You might like https://github.com/martinvonz/jj , which gives an alternative frontend to Git.
21.
▲
by
ocharles
3y ago
As I understand it, the point is that these models while they are _trained_ on identifying cats or cars, because they have soon so much variation during training have internalised very different concepts to help come up with "its a cat
22.
▲
by
ocharles
3y ago
Yea, it needs to go fully off screen too!
23.
▲
by
ocharles
3y ago
I have the 9 and it's a fairly good phone, but seems to have a hard time working with UK phone networks. I get patchy 4G, not sure I've ever seen 5G, and there seems to be a very magic combination of settings that allows me to act
24.
▲
by
ocharles
3y ago
The book "Beautiful Code", maybe?
25.
▲
by
ocharles
3y ago
The analogous command here is `jj split -i`, which interactively splits the current commit (which is your working copy).
26.
▲
by
ocharles
3y ago
Yea, just GitHub repos. In fact just a single repo (work's mono repo) for now, but that's where I spend the majority of my day.
27.
▲
by
ocharles
3y ago
Nice to see this posted here. I switched over to it about 2-3 weeks ago, and I haven't looked back. It took a lot of mental rewiring, but I really enjoy the workflow `jj` provides. There's no longer a time to think about what'
28.
▲
by
ocharles
3y ago
Very nice, but what's the upgrade story on these kind of things? Like if there's a bug in any of these, you've got to basically manually watch the repository and manually copy bug fixes back over
29.
▲
by
ocharles
4y ago
> OP is delusional if they think that their approach can be made practical. I mean, what if the expectation from the data that an value is a prime number? -- How are they going to encode this in their type systems? And this is just a tri
30.
▲
by
ocharles
4y ago
This isn't strictly true, an alternative is to have a language with enough encapsulation that you can parse into something that can only be observed as correct. The underlying parsing doesn't have to parse into sum types, provided
More ›