Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
janzer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
janzer
5mo ago
Have you ever combined KSP with the coding instruction using either kOS[1] or kRPC[2]? 1. https://ksp-kos.github.io/KOS_DOC/ 2. https://krpc.github.io/krpc/
2.
▲
by
janzer
6mo ago
EDIT: This was caused by using an old version uv (0.7.3) updating with `uv self update` to the latest version (0.11.2) resolved it. Original message below: While the first form seems to work with `pyproject.toml`, it seems like the second f
3.
▲
by
janzer
6mo ago
My understanding is they used to be fairly strict about using a set for 2 weeks before changing, but research has shown very little difference in outcomes down to 1 week. There is some discomfort/soreness for the first few days after s
4.
▲
by
janzer
8mo ago
Just to avoid confusion, while SMB as used above may be referring to the owner it typically means "Small and/or Medium Business". Where what counts as small and medium varies a bit but is generally <500 employees and annua
5.
▲
Safety panel says NASA should have taken Starliner incident more seriously
(arstechnica.com)
3 points
by
janzer
9mo ago
|
2 comments
6.
▲
by
janzer
9mo ago
Yes, Apple, Windows, Amazon, Shell, Target, Dove, Ivory, Tide, Polo. (With help from Claude completing the list)
7.
▲
by
janzer
10mo ago
Well if you ask it to show you the seahorse emoji it tries really hard. :) https://grok.com/share/c2hhcmQtMw_d7bf061f-2999-46b6-a7fb-58... Although it does eventually come to the right conclusion... sort of.
8.
▲
by
janzer
11mo ago
It would be really nice if something said what the actual problem was. The last commit[0] is a fix for date parsing to bring it in line with the GNU semantics, which seems like a pretty good candidate. Edit: Or not, see evil-olive's co
9.
▲
by
janzer
11mo ago
Sadly the 6000 mile antenna never got built, but they did get a few tens of mile long ones built. https://en.wikipedia.org/wiki/Project_Sanguine
10.
▲
by
janzer
11mo ago
I so miss bazaar's UI around merges/commits/branches. I feel like most of the push for squashing is a result of people trying to work around git's poor UI here.
11.
▲
by
janzer
1y ago
The 650 main memory was a drum; but what IBM called Random Access Memory (and RAM) for this machine was a hard drive. As described in the Manual of Operation linked above. Here are a few quotes: "Records in the IBM Random Access Memory
12.
▲
by
janzer
1y ago
(1997) with some updates/postscripts through 2008
13.
▲
by
janzer
1y ago
Given that the actual vulnerability seems relatively niche along with it being such a popular library officially maintained by the Python foundation, the scariest line in the advisory is almost certainly: The vulnerability was originally r
14.
▲
by
janzer
1y ago
Just a clarifying note, Craig Reynolds is the original researcher for Boids, and he did have a Java applet implementation in the above page. But the original Boids simulation was from 1986, almost a decade prior to Java applets. The origina
15.
▲
by
janzer
1y ago
I'm pretty positive that is showing the reverse, i.e. how much a given "location" is moving using gps coordinates. Not adjusting the gps coordinates to refer to a constant "location".
16.
▲
by
janzer
1y ago
For those further interested in PEG vs LL(1) parsers. The first few sections of the Python PEP[1] where they switched from an LL(1) to PEG parser for CPython has a nice short introduction to both and their rationale for switching from LL(1)
17.
▲
by
janzer
2y ago
The current 4h12m hour record is for 100% (where you have to get every single achievement in the game, in the one run), any% (where you just need to launch a rocket) is under 2 hours (1h42 for the latest factorio v2.x, 1h18 for v1.x). There
18.
▲
by
janzer
2y ago
If the PRNG is good enough then shipping floppies full of PRNG output is very much unnecessary. Simply send the seeds used to initialize the PRNG thereby fitting many (~180k of them on a 720kb floppy) seeds on one floppy and save your couri
19.
▲
by
janzer
2y ago
> that your pad generation is actually random The one thing that stood out to me with the original blog post and a quick glance at the code was that it appeared as if the pad was certainly not actually random. Could anyone that has act
20.
▲
by
janzer
2y ago
FYI, the original freenet can now apparently be found under the name hyphanet[1]. Although it seems there has been no activity since the rename happened almost a year ago? 1. https://www.hyphanet.org/freenet-renamed-to-hypha
21.
▲
by
janzer
3y ago
Let's make up some numbers, say 98% commit a single murder and 2% commit 20 leaving an average of 1.38. If the new system stops every murderer after the first one, the number of murders have a 27.5% reduction. Actual reduction quoted i
22.
▲
by
janzer
3y ago
It seems that this has been in syncthing about 2.5 years[1], is there something that changed recently to make this notable now? [1] Initial release behind a feature flag in 1.15 on April 6, 2021 and without the feature flag in 1.16 on May 4
23.
▲
by
janzer
3y ago
From the article: Nishimura, which has the scientific name C/2023 P1, will pass closest to the sun on 17 September. Closest to the sun, not earth. Also, while not an area I have much knowledge in, I believe it gets rather harder to v
24.
▲
by
janzer
3y ago
For those wanting to try this out note that the download links in this post are still giving the previous Bullseye (11.7) release at the moment.
25.
▲
by
janzer
3y ago
Yep, definitely right there with you on this one. Every time I think oh this will be an interesting blast from the past, followed by bah, get off my lawn...
26.
▲
by
janzer
3y ago
Not sure what your exactly looking for this to be, but you can already become eligible for citizenship via military service. https://www.uscis.gov/military/naturalization-through-milita...
27.
▲
by
janzer
3y ago
Since the article starts right off by stating almost the direct opposite, I'd guess the matter is at least less certain/more debated than the wikipedia article makes it out to be.
28.
▲
by
janzer
4y ago
Guido stepping down from BDFL may indeed be what allowed the recent speed improvements to progress; but certainly not in the way you're implying. If there is a causal effect here it seems more likely that it's because it has allow
29.
▲
by
janzer
4y ago
There's quite a bit more than just the unittest removals https://docs.python.org/dev/whatsnew/3.12.html#removed An example of a more recent deprecation is the 'distutils' module which was deprecated
30.
▲
by
janzer
4y ago
A one character typo seems more likely, than a non-standard date format for two dates in the future being used as timestamps.
More ›