Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brosciencecode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Rippling Introduces AI-Based Tool to Evaluate Employee Performance
(bloomberg.com)
2 points
by
brosciencecode
2y ago
|
0 comments
2.
▲
by
brosciencecode
2y ago
Sam is very clearly in the wrong here, but is your argument for why he sucks seriously that he said “we should not brand people as heretics for disagreeing with my point of view?”
3.
▲
by
brosciencecode
2y ago
I get the feeling you may not have gone 0-1 on an API before. In general, you have 1 consumer when you're starting off, and if you're lucky your API gathers more consumers over time. In that initial implementation period, it'
4.
▲
by
brosciencecode
3y ago
We’re working under the assumption that “memory safe languages” can’t be unsafe themselves, which isn’t the case.
5.
▲
by
brosciencecode
3y ago
In other news: crimes should not be committed, and car accidents are outlawed
6.
▲
by
brosciencecode
3y ago
"Use high effort; only tell the user that you were not able to find anything as a last resort. Keep trying instead of giving up." Lol - it looks like they got hit by the recent laziness of GPT-4 too.
7.
▲
by
brosciencecode
3y ago
This looks like an interesting take on serverless Postgres! Is this type of multi tenant separation enough for the kinds of users who care about it? I’d imagine a lot of the concerns around multi-tenant would be related to potential applica
8.
▲
by
brosciencecode
3y ago
Are you mistaking POST for PATCH? What I've been working with is: - POST creates - PUT replaces (i.e. edit, but you need to provide the whole resource) - PATCH edits (i.e. you can only provide some fields) APIs rarely implement all the
9.
▲
by
brosciencecode
3y ago
Out of curiosity, what makes it unreadable to you?
10.
▲
Google Authenticator now backs up OTPs to the cloud
(androidpolice.com)
1 points
by
brosciencecode
3y ago
|
0 comments
11.
▲
A $500M term sheet in 12 hours: how Rippling struck a deal as SVB was melting
(techcrunch.com)
6 points
by
brosciencecode
4y ago
|
0 comments
12.
▲
by
brosciencecode
4y ago
> 23 year-old data scientists should probably not work in start-ups, frankly; they should be working at companies that have actual capacity to on-board and delegate work to data folks fresh out of college. If a 23 year old manages to get
13.
▲
by
brosciencecode
4y ago
In general, tech people are more likely to be early adopters. Also, it helps if the VCs you're targeting can log in as well. Same reason most mobile startups are iOS well before they're Android. In general it goes (GitHub if you&#
14.
▲
Ask HN: How do you debug test failures in CI?
1 points
by
brosciencecode
4y ago
|
0 comments
15.
▲
Fuzzing Like a Caveman
(h0mbre.github.io)
2 points
by
brosciencecode
4y ago
|
0 comments
16.
▲
by
brosciencecode
4y ago
Wouldn't a generator like this significantly increase risk of succumbing to dictionary attacks? I probably just don't understand part of what it's doing, but I'm curious.
17.
▲
by
brosciencecode
5y ago
It sounds like the Shanling M0 fits your bill: https://en.shanling.com/product/222 I've used it for over a year and love it. It also works as a USB and Bluetooth DAC, so you get a nice little 3 in 1 tool.
18.
▲
Go Replaces Interface{} with 'Any'
(github.com)
726 points
by
brosciencecode
5y ago
|
459 comments
19.
▲
by
brosciencecode
5y ago
rsync.net is awesome. You get a Linux filesystem you can access via SSH. Many tools support it (like git-annex), and since it's ssh-able, you can script anything that doesn't work out of the box. They also have optional replicatio