Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
perspectivezoom
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
perspectivezoom
5d ago
Not the OP project, but I made my entire 731 prompt Claude Opus 5.0 transcript searchable and organized at https://vertumnus.fyi/about/transcript . The chapter section has all of the prompts chronologically. The entire
2.
▲
by
perspectivezoom
5d ago
Yes, D3. There are 8 external dependencies for the entire project (React is one of them), enumerated at https://vertumnus.fyi/about/licenses/#software .
3.
▲
by
perspectivezoom
6d ago
> Also it has a picture of an avocado and no data about avocados. If you're referring to the middle left picture in SF, that's actually a plum from Vacaville, CA: https://pomological.art/watercolors/POM0000
4.
▲
by
perspectivezoom
6d ago
Oh, neat. I submitted this a few days ago, and it got no traction back then. Thanks mods for giving it a second chance. I probably should mention that I'm looking for new opportunities. My LinkedIn is at https://www.linkedin
5.
▲
by
perspectivezoom
6d ago
Yes, this is correct. Realistically, you only care "is it there", and "is it there and good", and those are the two levels. For SF, I'm using shipment volume as a proxy for ripeness, on the assumption that the best
6.
▲
Show HN: Vertumnus – printable posters of farmers' market produce seasonality
(vertumnus.fyi)
47 points
by
perspectivezoom
9d ago
|
18 comments
7.
▲
A snapshot in time: Reflections on AI usage for vertumnus
(vertumnus.fyi)
1 points
by
perspectivezoom
11d ago
|
0 comments
8.
▲
by
perspectivezoom
1mo ago
Location: San Francisco Remote: Open to onsite, hybrid, or remote (and have worked in all 3 environments) Willing to relocate: No Technologies: Typescript, React, Python, GraphQL, PostgreSQL, Rails, NodeJS, NextJS Résumé/C
9.
▲
by
perspectivezoom
2mo ago
I will second git-spice. It does exactly what you want and, importantly, no more than that. There's no upsell to anything else; it's "just" a good tool that knows its purpose and boundaries.
10.
▲
by
perspectivezoom
3mo ago
Location: San Francisco Remote: Open to onsite, hybrid, or remote (and have worked in all 3 environments) Willing to relocate: No Technologies: Typescript, React, Python, GraphQL, PostgreSQL, Rails, NodeJS, NextJS Résumé/C
11.
▲
by
perspectivezoom
10mo ago
I'm a heavy user of git-spice: https://abhinav.github.io/git-spice (created by a former coworker) and can't really go back to a time without it. While still not nearly as good as Facebook's Phabricator, it&#x
12.
▲
by
perspectivezoom
2y ago
I was Triplebyte's first engineering placement. I still remember going to a random SoMa apartment with Harj and Ammon and Guillaume and coding up tetris in ruby, having no prior experience with game loops. That landed me a job with Fl
13.
▲
by
perspectivezoom
3y ago
Location: San Francisco Remote: Yes Willing to relocate: No Technologies: TypeScript, React, NextJS, NodeJS, GraphQL, Ruby on Rails, Python, HackPHP, SQL Résumé/CV: https://www.linkedin.com/in/perspectivezoom/
14.
▲
by
perspectivezoom
6y ago
I just watched a video about this, that basically goes over all your points: "Air Cargo's Coronavirus Problem" by Wendover Productions https://www.youtube.com/watch?v=r2oPk20OHBE A summary of the video: - Pas
15.
▲
by
perspectivezoom
11y ago
Nice job. You may want to take a look at https://github.com/gaganpreet/hn-hiring-mapped/ , who wrote a python script to extract location info from who's hiring posts. (Demo at http://gaganpreet.gith
16.
▲
Proposed Who Is Hiring Spec
(github.com)
106 points
by
perspectivezoom
11y ago
|
16 comments
17.
▲
by
perspectivezoom
11y ago
I was thinking about spec compliance. I think the best thing would be to provide these guidelines in the whoishiring post, and then ask that those who follow the guidelines put a unique string, like "metafriendly" or "whoshir
18.
▲
by
perspectivezoom
11y ago
Yaml I think would take too much vertical space and make reading the normal thread not as useful as it is right now.
19.
▲
by
perspectivezoom
11y ago
Yes. Please add a way to reliably determine metadata on hiring posts. I wrote https://github.com/perspectivezoom/curated-hn-hiring but abandoned it after a couple months because it took way too much time to tag all pos
20.
▲
by
perspectivezoom
12y ago
Location: San Francisco or East Bay Remote: No Willing to relocate: Probably not Technologies: SQL, Ruby on Rails, Backbone/Marionette Resume: https://www.linkedin.com/in/perspectivezoom https://github.
21.
▲
by
perspectivezoom
12y ago
San Francisco Bay Area, Local, Full-Time Stack: Ruby on Rails, MySQL/Postgres, Backbone Marionette, SASS LinkedIn: https://www.linkedin.com/in/perspectivezoom Contact: hn@perspectivezoom.com I'm a full-stack
22.
▲
The Driverless Car Revolution Should Not Begin with Cars
(perspectivezoom.com)
41 points
by
perspectivezoom
13y ago
|
59 comments
23.
▲
by
perspectivezoom
13y ago
Creator of curatedhnhiring.com here. This is good stuff. I'm going to hand enter all the locations for October tonight, but you can compare your auto-generated September data against https://github.com/perspectivezoom&#
24.
▲
by
perspectivezoom
13y ago
In its current implementation, once the JS gets your computer location, I just store the data in window.currentLocation. Until I add the functionality, you can start a location sort, and modify the latitude longitude coords in window.curren
25.
▲
by
perspectivezoom
13y ago
Fixed. While fixing, I found another bug where double clicking within 400 ms breaks off the animation and prevents the complete callback from firing, but I'll worry about that another day.
26.
▲
by
perspectivezoom
13y ago
Yep, the same level thing is a pickle. Like you, I'm determining top level comments via the same "s.img" indentation image with. Feels terrible, but it works. Same with the comment time. Looked into the Sort by Recently Added
27.
▲
by
perspectivezoom
13y ago
I tried doing a header bar with company name, but it looked super redundant for the majority of postings: Company Name followed by Company Name. Problem is, the first line sometimes contains other information too, so I couldn't just cu
28.
▲
by
perspectivezoom
13y ago
So, to get location, I looked at each entry and typed in the city name, then ran those locations through the Google Maps geocoding API. To get more specific locations, I would have to get the address of each company, which generally isn
29.
▲
by
perspectivezoom
13y ago
Source: https://github.com/perspectivezoom/curated-hn-hiring I wrote it in about a day, so there's a lot of jenky code. Just wanted to get it out there and see if it's worth spending more time on.
30.
▲
Show HN: Curated Who's Hiring
(curatedhnhiring.com)
72 points
by
perspectivezoom
13y ago
|
20 comments
More ›