Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jaffee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
jaffee
5mo ago
> removing human cognitive friction is resulting in needless software complexity This is kind of a hilarious statement just on the surface. Isn't removing burden from humans the whole purpose of software? How can you call the comple
2.
▲
by
jaffee
5mo ago
This was the first thing I noticed. The first sentence is not a grammatical or sensical sentence as far as I can tell. Also who are they expecting to get with a hiring window open for 4 days? People susceptible to manufactured urgency I gue
3.
▲
by
jaffee
5mo ago
client side of this kind of needs to be open source unless I'm running it on a dedicated machine and firewalling it from the rest of my network. Or the company needs to have a very strong reputation and certifications. curlbash and go
4.
▲
by
jaffee
5mo ago
And today in obvious headlines: "Game recognize game"
5.
▲
by
jaffee
6mo ago
oh yeah, that's actually how I read it though now I realize it's nonsensical... like when someone says "I could care less" when they actually mean "couldn't"
6.
▲
by
jaffee
6mo ago
> You installed Beads, completely oblivious to the fact that it's basically uninstallable malware. Did I miss something? I haven't used it in a minute, but why is the author claiming that it's "uninstallable malware&q
7.
▲
by
jaffee
6mo ago
I was a big WFH proponent, but I found the thing that I hated the most was the commute. Actually being in the office is pretty nice (assuming you work w/ nice people, have good culture, good coffee, nice desk setups, etc). I've ma
8.
▲
by
jaffee
8mo ago
Yegge was an early employee at Amazon and has been writing influential blog posts and developing massive software projects since before this guy was born. But sure, in his retirement he's pivoted to pump and dump schemes.
9.
▲
by
jaffee
8mo ago
Internet -> Obvious value, more efficient communication, knowledge sharing, transactions etc. AI -> Value is very obvious to me as a developer. Blockchain -> ? What is the actual value? Something about decentralized finance and not
10.
▲
by
jaffee
8mo ago
What a joke this guy is. I can sit down and crank out a real, complex feature in a couple hours that would have previously taken days and ship it to the users of our AI platform who can then respond to RFQs in minutes where they would have
11.
▲
by
jaffee
1y ago
1Password can be your 2fa and autofill those fields. It has a built in scanner which will look at your screen and read the QR code on the screen (no separate device needed).
12.
▲
by
jaffee
3y ago
> text to servo movement yeah this was super impressive. If this is at the point where you can put an arbitrary object in front of it and ask it to move it somewhere, that's going to be huge for industrial automation type stuff I&#x
13.
▲
by
jaffee
3y ago
> embedding vectors you've calculated from the code? If so, those are likely quite easily reversible I don't think embeddings are generally reversible... you're usually projecting onto a lower dimensional space, and theref
14.
▲
by
jaffee
3y ago
wait... but why did it work in the development environment?
15.
▲
by
jaffee
3y ago
Well... sure. But OpenAI and MSFT have gone to a lot of trouble to build up the mystique around GPT-4 by being secretive about its architecture and publishing papers with tantalizing phrases like "sparks of AGI" and so on. I think
16.
▲
by
jaffee
4y ago
This was my thought when we first wrote this back in... 2018 or whatever. The papers referenced sort of derive this technique in that way that feels rather roundabout. For the actual implementation we took the more direct approach... though
17.
▲
by
jaffee
4y ago
Depends what you want out of life and what career you're moving to... you can become pretty competent in a career in tech in just a few years and it will likely become lucrative pretty quickly. I feel that there will likely be increasi
18.
▲
by
jaffee
4y ago
That's Sir Arthur C. Clarke to you!
19.
▲
by
jaffee
4y ago
Andrew, see if anything here catches your eye... we've got a few openings. You can email me at my username at featurebase.com. https://www.featurebase.com/careers
20.
▲
by
jaffee
4y ago
Generally speaking, the nice thing about bitmap indexes is that you're able to access the data in a very granular way. If you have a WHERE clause that's calling out specific values, you only access the data which is pertinent to t
21.
▲
by
jaffee
4y ago
wait I'm thinking of fgprof.... this looks awesome too though
22.
▲
by
jaffee
4y ago
this thing is awesome, have used it many times to quickly track down tricky performance issues.
23.
▲
by
jaffee
4y ago
I wish there was a comparison to how dangerous the same commute is by car. I feel like you should also factor in the benefits of getting extra exercise twice a day for 20 years vs sitting still. Though maybe the alternative is walking, not
24.
▲
by
jaffee
4y ago
many! It was originally developed for marketing use cases- helping marketers understand up-to-date use her behavior and find interesting segments. But really it's useful anytime you need low latency analytics on fresh data.
25.
▲
by
jaffee
4y ago
The full arrays do get expensive, although not too bad. I work at FeatureBase and we have a whole analytics DB built on a roaring variant... for perf reasons it's usually worth it to bias toward the bitmap representation when you get p
26.
▲
Summer of Reading – short book reviews
(eli.thegreenplace.net)
1 points
by
jaffee
7y ago
|
0 comments
27.
▲
Go compiler internals: adding a new statement to Go
(eli.thegreenplace.net)
3 points
by
jaffee
7y ago
|
0 comments
28.
▲
by
jaffee
7y ago
Great question! We have actually done some experiments with this in the past and will likely be rolling out features like this on top of Pilosa as part of Molecula https://www.molecula.com/is-your-data-ai-ready/
29.
▲
by
jaffee
7y ago
One does have to maintain some understanding of the how integer row and column ids are linked to what they actually represent. Sometimes this is a function which might map (for example) row 3 to the letter 'd', 4 to 'e',
30.
▲
by
jaffee
7y ago
Bit-sliced indexing is the clever magic here. This post goes very deep on it https://www.pilosa.com/blog/range-encoded-bitmaps/ But really, you use one bitmap for each binary bit of an integer, and it turns out yo
More ›