Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stackghost
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
121.
▲
by
stackghost
1mo ago
>The best is kind of debatable I used the word "arguably" in the very first word of that sentence: >Arguably the best is SBCL The word arguable is a synonym for the word debatable.
122.
▲
by
stackghost
1mo ago
>I've seen various attempts of this over the years, but quickly your code becomes more complex than the computer can run while you type and you fall back to running most of the tests after in some way. That does not match my experie
123.
▲
by
stackghost
1mo ago
I never said I liked the future, but it is what it is. If you're building products without LLMs today you're going to get outcompeted by people who do, and can iterate faster. I have written a fair bit of lisp and when it isn&#
124.
▲
by
stackghost
1mo ago
"Lisp" refers to several different languages in the same family, which contributes to the confusion. Perhaps the default choice is Common Lisp which itself is specified in an ANSI standard and has several competing implementations
125.
▲
by
stackghost
1mo ago
I really enjoy writing lisp but the ecosystem of libraries is a barren wasteland. Try to find a TLS library for Common Lisp that doesn't rely on openssl, for example. Last time I looked the most mature library was marked 'experim
126.
▲
by
stackghost
1mo ago
Why engage with the substance of my comment when you can be pedantic am I right?
127.
▲
by
stackghost
1mo ago
Honestly just go on huggingface and try one that'll fit into your vram.
128.
▲
by
stackghost
1mo ago
https://news.ycombinator.com/newsguidelines.html >Please don't complain about tangential annoyances—e.g. article or website formats, name collisions, or back-button breakage. They're too common to be interestin
129.
▲
by
stackghost
1mo ago
Some of us use em-dashes habitually, and did so before LLMs. Call it le ponctuation juste .
130.
▲
by
stackghost
1mo ago
If a Raspberry Pi had industrial environment ratings and was certified hard real time, then yes it could be considered a PLC. All the ones I've encountered in the wild ran VxWorks
131.
▲
by
stackghost
1mo ago
>You must also explain why there isn’t a third point on the line, and why that line’s existence is guaranteed, which is not obvious (at least to me). There isn't a third point on the line you found because the problem stipulates th
132.
▲
by
stackghost
1mo ago
>There's always a way to find only two points. As soon as the set of points are defined to be non-collinear in Euclidean space, this property must be true, purely from the definition of the problem. To suggest otherwise would be
133.
▲
by
stackghost
1mo ago
... yes, I understand. There's nothing novel here. I feel like I'm taking fucking crazy pills.
134.
▲
by
stackghost
1mo ago
>Let X be a set of points not all of which are collinear. Then, there are two points a, b in X such that the line l passing through X only passes through a and b. I don't see how this rephrasing changes anything. Of course there ar
135.
▲
by
stackghost
1mo ago
>rather, it's the weaker statement that there isn't any one single line that all the points lie on ... of course there's no single line that all the points lie on. They've been defined to be non-collinear. Edit: can
136.
▲
by
stackghost
1mo ago
>Every finite set of points in the Euclidean plane that is not collinear has a line that passes through exactly two of the points. Isn't this a tautology? The problem definition states that the set of points is in Euclidean space, w
137.
▲
by
stackghost
1mo ago
Not with steak. That has been thoroughly debunked over and over. Just use a meat thermometer, it makes it easy peasy.
138.
▲
by
stackghost
1mo ago
>having written the code by hand means you don't need to rediscover it from scratch. Hard disagree. If you're in a small-to-medium size codebase every day, then sure, but I have a couple personal projects that are complex enou
139.
▲
by
stackghost
1mo ago
>Having done step 2 & 3 by hand is the difference between being able to fix/extend it quickly with no further damage or fumbling around like an idiot and sometimes breaking more stuff in the process. Plenty of shitty spaghetti c
140.
▲
by
stackghost
1mo ago
Go for it. I'll probably stick to Linux, though.
141.
▲
by
stackghost
1mo ago
I know this is in jest, but because of the "hurr durr" connotations, only the absolute most bearded of free software zealot neckbeards are going to ever run GNU Hurd beyond simplytest driving it. Open source continues its unbroken
142.
▲
by
stackghost
1mo ago
The problem with a reel mower is that if you let the grass get too long the reel mower won't cut it, so you pretty much have to do it every few days when it's growing fast.
143.
▲
by
stackghost
1mo ago
Depends where you live, what season, and what equipment. I live in the PNW where the grass grows crazy fast in the spring, and I use a reel mower since my yard is small. It needs to be done regularly, and I'm not even a "lawn guy
144.
▲
by
stackghost
1mo ago
There's always Full Disclosure, I suppose. I would imagine that open discussion and disclosures have moved underground to closed groups.
145.
▲
by
stackghost
1mo ago
>All you did was waste three times the gas. They don't mean do all those cuts each time you mow. You mow the grass in one direction one day, and then a few days later when it needs cut again, you mow a different pattern.
146.
▲
by
stackghost
1mo ago
Police officers are also statistically more likely to abuse their spouses. Don't let the women you care about get involved with cops.
147.
▲
by
stackghost
2mo ago
Legally, perhaps. Behaviourally not so much, in my experience.
148.
▲
by
stackghost
2mo ago
That's definitely an option, though I prefer to just put a README. No reason you couldn't have the default make target just execute `cat README.md`
149.
▲
by
stackghost
2mo ago
It's an 18 year old kid talking up their accomplishments two years ago on Twitter. When I was 18, I also thought I was hot shit. No surprise they're being self-aggrandizing.
150.
▲
by
stackghost
2mo ago
I do this with plain ol' makefiles. Even for projects where Make isn't part of the build pipeline, like Rails or C++, I have a standardized makefile I put in the project root, using includes for "secrets.mk", so I can do
More ›