Viewing profile — pxx
pxx
HN member- Joined
- Wed, Jan 02, 2019, 5:05 PM UTC
- HN karma
- 1,182
- Public activity
- 446 items
- HN profile
- View on Hacker News ↗
About pxx
No profile information was provided.
Recent public activity
-
comment
Comment #49084219
something is wrong with your first simulator. it always responds YNYY if your queries are RRKK or KKRR on four different cards. "vibe" slop?
-
comment
Comment #49079743
this AI voice is killing me. there might be something technically interesting in this blog post but it's so hard to read because the AI voice just completely distracts from the mes…
-
comment
Comment #49047476
it's a super exaggeration of a minor thing that happened https://www.the-independent.com/life-style/facebook-artifici...
-
comment
Comment #48965102
the target rp2350 is a sub-$1 chip. a 16x2 LCD module is over $1. but more importantly, you might have this much ram sitting around unused on whatever you're building anyway.
-
comment
Comment #48962471
Doesn't quite meet the fantasy threshold. I can't seem to filter by allergens or dietary restrictions.
-
comment
Comment #48911771
Paying taxes isn't optional. Sure you can invest more in the stock with external funds but that's not a fair proposition. If you were to tell me there's a certain chance of a stock…
-
comment
Comment #48471226
Do you have evidence for your claims?
- story
-
comment
Comment #48004701
I agree with some of the sentiment here, but why is it presented in an AI slop format? It's really a self-defeating message.
-
comment
Comment #47953439
maybe. but somebody has to manually ban you if you do that. whereas banning everybody who charges back can easily be done in batch on the billing side
-
comment
Comment #47726678
There are grounded duckheads for this purpose, e.g. https://amzn.to/4cnzuef (note out of stock. I guess your best bet is to use a UK duckhead, but half of those have a dummy ground…
- comment
-
comment
Comment #47460383
I've never gotten motion sickness playing a video game before Return of the Obra Dinn. it's sad because I hear it's a good game but it's absolutely unplayable for me
-
comment
Comment #47377341
ugh the most annoying thing about the conversation clash latency is that the person causing the issue just thinks others are being weirdly rude. wireless headphones externalize the…
-
comment
Comment #46996951
what? this article is making a different point if you read past the title. > Conventional leadership advice suggests looking at decisions as reversible or non-reversible. Many impo…
-
comment
Comment #46953591
reliable message delivery, lol. slack drops messages silently. it is not fit for purpose.
-
comment
Comment #46457867
is this still really the case? I feel like Facebook Marketplace has been significantly more dead than even last year. and it definitely seems completely dead for things like rental…
-
comment
Comment #46422544
latency is absolute killer. then there's also the fact that splitting the output is difficult, pairing (especially multi-pairing) is finicky but the real response is "what's wrong …
-
comment
Comment #46403086
tbh maybe this service doesn't want you as a customer if you can't figure this out. it seems like you'd be an above-average support burden
-
comment
Comment #46403066
you don't need to register the key. just have some sort of key.
-
comment
Comment #46345180
c++20 offers `consteval` to make this clear, but you can do some simple macro wizardry in c++11 to do this: #define foo(x) ( \ (void)std::integral_constant ::value, \ foo_impl(x) \…
-
comment
Comment #46263201
no the point is that there should be _more_ shovelware like your app. the fact you were able to publish shovelware doesn't mean that there's a "revolution"; the number of apps publ…
-
comment
Comment #46258419
It's still there. Check the pg_dump command.
-
comment
Comment #46258293
You can give your postal carrier a gift card but they're not allowed to accept cash or a prepaid card. https://about.usps.com/postal-bulletin/2012/pb22349/html/cov...
-
comment
Comment #46255395
Yeah, this concept is interesting but the fact that the simplest test case gives what's fundamentally a surprising result is very annoying. It also doesn't help that in the example…