Viewing profile — SethTro
SethTro
HN member- Joined
- Wed, Jul 11, 2018, 5:18 PM UTC
- HN karma
- 982
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About SethTro
No profile information was provided.
Recent public activity
-
comment
Comment #49204670
From 2020. Love the optimism that AGM-183A Would be in production in 2022. Narrator: they would not.
-
comment
Comment #48214839
Looks like a beat on expectations but that the stock is down slightly after hours
-
comment
Comment #47743805
User input doesn't seem to work. Other classics on the site do work but not Dark Castle (at least for me)
-
comment
Comment #46818480
I've used kiri:moto for several simple CNC projects! This probably won't scroll to the correct place on the page but there's some images of my project at https://hcc.haus/propmania…
-
comment
Comment #45922361
Yes, the other name in the problem is my sister's name :)
-
comment
Comment #45908846
I'm glad you enjoyed! It was a real game I played when driving around.
-
comment
Comment #45907691
I wrote Problem 371, https://projecteuler.net/problem=371 , as a high school student in 2012! I'm so happy to have spent twenty years of my life learning math and solving problems …
-
comment
Comment #45576223
Article doesn't seem to mention price which is $4,000 which makes it comparable to a 5090 but with 128GB of unified LPDDR5x vs the 5090's 32GB DDR7.
-
comment
Comment #45536756
Is that for [0, 10^12] or for 10^18 + 10^12? Is the 3.75 hrs total core hours or system time? I wrote https://github.com/sethtroisi/goldbach in the last four hours and I think it's…
-
comment
Comment #45536086
I don't see any benchmarks on your github. How long does it take for you to test up to 10^9? 10^12?
-
comment
Comment #45535444
> Goldbach states: every even number ≥ 4 is a sum of two primes. The naive check for an even n tries many primes p and hopes that n − p is prime. Our idea is simpler: fix a small s…
-
comment
Comment #45191459
That's the magic part, they aren't
-
comment
Comment #42818588
Totally agree with the title. I discovered Fenwick trees as part of solving a Project Euler, then from the problem forum I found out someone had invented this in the 90s and other …
-
comment
Comment #42693625
The board likely kept him till most of the bad PR had subsided so the new CEO can have a friendlier reception.
-
comment
Comment #41193868
This has 2 of the 3 features (float support, faster clock) + more POI that was keeping me on ESP32. For projects that need wifi, and can tolerate the random interrupts, I'll stick …
-
comment
Comment #39471491
> Phind-70B is significantly faster than GPT-4 Turbo ... We're able to achieve this by running NVIDIA's TensorRT-LLM library on H100 GPUs
-
comment
Comment #39417679
I've had a ton of success convetring simple drawing to fabric with Ink/stitch on a Brothers pe 770. So glad we have one in our makerspace. Things like this this eye https://i.imgur…
-
comment
Comment #39035462
https://archive.is/TH2Pr
-
comment
Comment #38149261
I'm excited to see what prompt they used. I'll be looking here and few other places over the next month. https://github.com/jujumilk3/leaked-system-prompts
-
comment
Comment #38108076
From my reading the disagreement is about how often or much chocolate people consume. The thresholds (MADL, EU) are in µg/day and the Consumer Reports numbers are in µg/serving. Ar…
-
comment
Comment #38001355
Wildly in my experience (at least at the hobby level) it's the connector that $3 and the IC that's $0.08
-
comment
Comment #37576317
AlphaDev discussion(318 comments): https://news.ycombinator.com/item?id=36228125 Deepmind's commit to abseil: https://github.com/abseil/abseil-cpp/commit/74eee2aff683cc7d... I'm cu…
-
comment
Comment #37475443
I ran the python version for over an hour and found this eight digit example The SHA256 of this sentence begins with 0, zero, 0, seven, five, 9, nine, and 5 wow!
-
comment
Comment #37474671
Took less than a minute to find a seven digit example in python The SHA-256 of this sentence begins with 0, three, 9, four, 8, four, and 1 amazing! The SHA256 for this sentence beg…
-
comment
Comment #37255429
Awkward, now the third now doesn't return anything $ awk '/^[;qjkxbmwvz]*$/ { print length(), $0 }' /usr/share/dict/words | sort -nr | head 4 xxxv 3 xxx 3 xxv 2 xx 2 xv