Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
onefuncman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
22 ms
·
1.
▲
by
onefuncman
4y ago
> conceptual meaning consistent across all accounts. Except programmers quite often get the conceptual meaning wrong and incorrectly generalize further. Credit and debit just mean increase or decrease in account balance. You cannot kno
2.
▲
by
onefuncman
4y ago
> When an account is CREDITED, this always represents an increase in liabilities[0] (or equivalently, a decrease in assets). > When an account is DEBITED, this always represents an increase in assets (or equivalently, a decrease in li
3.
▲
by
onefuncman
4y ago
Try https://colab.research.google.com/
4.
▲
by
onefuncman
4y ago
I want to run a honeypot for doing more research on bots and the economics for them, but I get bogged down quickly in the planning stages. I should just start with a vulnerable wordpress site or something.
5.
▲
by
onefuncman
4y ago
My golden rule of sys admin is if you can't fix it, you reformat and replace it. If you reproduce the error, congrats, now you get to figure out where to file the bug report with reproduction steps.
6.
▲
by
onefuncman
4y ago
almost like life is an MVP that could pivot at any time
7.
▲
by
onefuncman
4y ago
Whoops! As a result of your action, your userbase has now hyperfixated on follower counts as a proxy for status.
8.
▲
by
onefuncman
4y ago
TFA links to another article on the same story that has more details, claiming that the violence was entirely imagined / hypothetical https://linknky.com/news/2022/04/14/man-awarded-450k-after-f...
9.
▲
by
onefuncman
5y ago
A few (but not too many) years ago I inherited a custom compilation of python2.x to make unicode strings work properly. You made the right call, lol.
10.
▲
by
onefuncman
5y ago
You're missing the point. There is no internal network in this new model.
11.
▲
by
onefuncman
5y ago
This didn't happen all of a sudden in Sept 2021. The flu vaccine has always been about harm reduction and began seeing widespread civilian use in 2007-2008.
12.
▲
by
onefuncman
5y ago
what broke?
13.
▲
by
onefuncman
5y ago
It's actually not. Any product making medical claims is regulated by the FTC under deceptive advertising. https://www.ftc.gov/enforcement/statutes/federal-trade-commi...
14.
▲
by
onefuncman
5y ago
> maybe this has improved? Yes, you can recover a Cloudformation stack from any status nowadays. Ex: https://aws.amazon.com/premiumsupport/knowledge-center/cloud...
15.
▲
by
onefuncman
5y ago
are you really using private keys without a passphrase in 2021?
16.
▲
by
onefuncman
5y ago
I go back and forth between doing this on a daily or weekly cadence, but it's also the only thing I've found to keep being useful over time. I always get a wild hair to try and write Markdown or something but really I just end up
17.
▲
by
onefuncman
5y ago
Shouldn't Signal be required to produce all the encrypted data stored for this user, in case law enforcement are able to get the associated private keys off the suspect's phone?
18.
▲
by
onefuncman
5y ago
I used Gource to visualize a hackathon, we had everyone start from a templated repo so it was really easy to show the entirety of participants coding activity (albeit at a macro level)
19.
▲
by
onefuncman
5y ago
I put my 1Password vault on Dropbox specifically because I can install both apps via iOS store on a new phone and bootstrap my setup with just 2 passwords. iCloud is actually too hard to recover in case of hardware loss, I don't recomm
20.
▲
by
onefuncman
5y ago
https://github.com/ustaxes/UsTaxes found via https://news.ycombinator.com/item?id=26330902 for an actual e-file it's a lot more complex, is called MEF https://www.irs.gov/e-file-pr
21.
▲
by
onefuncman
5y ago
This is run by Intuit (and requires the www, https://www.freefilefillableforms.com/ ) Looks like their AppDynamics RUM js config is leaking their internal hostnames in the page source too.
22.
▲
by
onefuncman
5y ago
that's what a Schema Registry is for... protobuf is a little more polished around managing forwards and backwards compatibility than avro but they both work.
23.
▲
by
onefuncman
5y ago
At the first sign of any pain I try to identify the cause. It's almost always ergonomic related. The most useful stretch/exercise I do is pushing my hands together, palms flat against each other, in front of my sternum with my fi
24.
▲
by
onefuncman
5y ago
I am in exactly this situation (but at the days/weeks timescale instead of months), so thanks for posting how you resolved this, I'll try my local IRS office.
25.
▲
by
onefuncman
5y ago
The Lambda doesn't send or receive email directly, it uses SES. SES handles this in a delegated way via DKIM signatures (Domain Keys Identified Mail).
26.
▲
by
onefuncman
6y ago
from my memory, both ARJ and LZH outperformed ZIP for my benchmarks. I used to stripe archives across as many floppy disks as I had until I eventually got a CD writer...
27.
▲
by
onefuncman
6y ago
It makes complete sense from a programmer's point of view. Refactor the relationship by deleting the troublesome elements, leaving behind what you want to keep.
28.
▲
by
onefuncman
6y ago
It's easy to fall behind on bumping up the high watermark for your max autoscaling or for new traffic patterns to cause emergent instability. New code paths are taking unprecedented amounts of traffic all the time. In 2021, how does o
29.
▲
by
onefuncman
6y ago
the adage from service level perf testing (you don't know what's really slow/brittle until you measure...) holds equally well at the systems level. Yes, you can probably identify decent areas to improve by guessing, but you&
30.
▲
by
onefuncman
6y ago
this isn't any different than microservices getting a deathball dependency on a user service or logging service or security service or ... you either don't allow microservices to consume from others' topics, or you publish ev
More ›