Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ellenhp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ellenhp
4mo ago
They probably update these answers offline. I tried "how do you profit from options" and got: > Call Options: You buy these when you believe a stock's price will go up. If the stock rises past your strike price, the option
2.
▲
by
ellenhp
5mo ago
I don't know how much it has to do with the administration and the top-level comment here was flagged so I'm lacking context but American exceptionalism is instilled here from birth so it does not surprise me in the slightest that
3.
▲
by
ellenhp
11mo ago
If someone cared enough to spend money on this I think it would be an easy to medium difficulty project to use an FPGA and a CSI-2 IP to pretend to be the sensor. Good luck fixing that without baking a secure element into your sensor.
4.
▲
by
ellenhp
11mo ago
Thanks for the summary of the document, but not quite what I asked for. Why would e.g. a VHDL engineer need to have read it to deserve the title senior?
5.
▲
by
ellenhp
11mo ago
You're off base here for what may be a rather subtle reason. While I am not a marxist, I do think that the purchasing behavior of the wealthy makes much more sense when you think about things in terms of the labor theory of value. The
6.
▲
by
ellenhp
11mo ago
Would you mind elaborating on why you believe people need to have that number memorized to deserve the title senior?
7.
▲
by
ellenhp
11mo ago
> some measures EROI for biodiesel is well above 1:1 from what I can tell. Please elaborate on your sources.
8.
▲
by
ellenhp
1y ago
Over the last few weeks I’ve been hard at work building a FOSS maps app for Android from the ground up based on Material 3 components and industry standard maps tooling. It has online and offline modes, and integrates well with self-hosted
9.
▲
Show HN: Cardinal Maps – FOSS Android Maps App
(github.com)
2 points
by
ellenhp
1y ago
|
1 comments
10.
▲
by
ellenhp
1y ago
My guess is that they're using FastText for semantic search, so it's more likely to break queries like "coffee near me" than address search, the latter likely being handled by tantivy. For context, I've also written
11.
▲
by
ellenhp
1y ago
There are a few piece of this that rely on proprietary data, especially the FastText training step, so that's a dead-end unfortunately (would love to be proven wrong). I'd consider subbing in a small bert model with a classifier h
12.
▲
by
ellenhp
1y ago
What's wrong with S2? H3 is so much more complex for very little gain from what I can tell.
13.
▲
by
ellenhp
1y ago
Sibling commenter covered most of what I have to say but the other reason this is wrong is because many bicycles can go 20-30mph, and I'm just going to leapfrog you anyway at the red light you're racing me to wait at. Other times
14.
▲
by
ellenhp
1y ago
Well there are two competing factors, one of which you pointed out--not every woman who experiences harassment reports it. The other which may be less obvious is that the people who behave this way tend to do so not only repeatedly but freq
15.
▲
by
ellenhp
1y ago
I've been treated to the the "you're so beautiful, do you have a boyfriend" act about 2% of the time[0] I get into a stranger's car pretty much across the board, which makes me a little bit skeptical about whether t
16.
▲
by
ellenhp
1y ago
This reads like a product advertisement IMO, not a Show HN post.
17.
▲
by
ellenhp
2y ago
> nowadays People have been writing provocative titles for things since before the internet.
18.
▲
by
ellenhp
2y ago
> existing remotely exploitable wireless security vulnerabilities That's just it though, in my opinion being able to flash the thing at all would count as a remotely exploitable wireless security vulnerability. The first thing I
19.
▲
by
ellenhp
2y ago
Disclaimer I don't have a pacemaker: As a biohacker, I think this is a really bad take. I regularly put things [1] in my body of questionable provenance, and then cut them out of myself without anesthesia when they don't suit me a
20.
▲
by
ellenhp
2y ago
I think my info might be old then! I went and found where I learned that: https://discuss.graphhopper.com/t/does-graphhopper-gtfs-not-... I may also be conflating inter-agency routing with ingestion of multiple feeds.
21.
▲
by
ellenhp
2y ago
I sure am! Feel free to email me if you want, I'd love to chat about OTP, transit and maps in general.
22.
▲
by
ellenhp
2y ago
It's after midnight here so take this with a grain of salt but the generated timetable for the puget sound is taking up about 40 MiB on-disk and the server process is using 100k of RAM I think. Most of the timetable is zero-copy so it
23.
▲
by
ellenhp
2y ago
Yeah I strongly suspect that there's something in the GTFS spec that I'm missing that's resulting in some vehicle journeys not being added to the timetable. This would also explain why it completely fails to find routes on th
24.
▲
Show HN: Performant intracontinental public transport routing in Rust
(github.com)
167 points
by
ellenhp
2y ago
|
24 comments
25.
▲
Show HN: Quick and dirty speech transcription on an Intel NPU
(github.com)
4 points
by
ellenhp
2y ago
|
1 comments
26.
▲
by
ellenhp
3y ago
There are ways to make it work on a budget, but with Nominatim you do need 64GB of physical memory at a minimum for the planet. Some of the other replies in this thread have offered resources on how to find that for cheap. My go-to for this
27.
▲
by
ellenhp
3y ago
> Isn't this an ad for something you're selling? No. This is a demo of an open-source project that I've released for free. > To me it seems like something that has been around for a very long time and is now being resol
28.
▲
by
ellenhp
3y ago
I was annoyed, and that was intended to be a little condescending yeah. I'm not going to let someone who goes by the name "CyberDildonics" tell me to be more professional online without being a little bit snarky in response.
29.
▲
by
ellenhp
3y ago
I love Photon, it's generally my favorite of the bunch to work with. My only objection to Photon is that it's kind of tough to build an index for it, but I think if memory serves GraphHopper (?) publishes one so that's kind o
30.
▲
by
ellenhp
3y ago
Writing a geocoder is hard because they combine natural language processing (i.e. address parsing, an exceptionally hard problem) with the need to search through a very large dataset, typically 300-500GB but sometimes more. Doing that for e
More ›