Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
willcodeforfoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
31.
▲
by
willcodeforfoo
5y ago
This looks like a really interesting project! I'm going to check it out.
32.
▲
by
willcodeforfoo
5y ago
Interesting idea, I'll have to give this a shot!
33.
▲
by
willcodeforfoo
5y ago
Tangentially-related: What's the state of the art for storing a bunch[1] of hashes like the OP (or pHash, etc.) in PostgreSQL and querying by hamming distance in a reasonable time?[2] pg_similarity? pg_trgm? cube? [1]: 10–50 Million [
34.
▲
20 Years Ago: SongMeanings
(kevinmarsh.com)
2 points
by
willcodeforfoo
6y ago
|
0 comments
35.
▲
by
willcodeforfoo
6y ago
Pretty clever using the timezone offset to approximate the user's location without using GeoIP. I hadn't noticed that but sure enough, my (approximate) location is in view first.
36.
▲
by
willcodeforfoo
6y ago
I'm building something very similar to this!
37.
▲
by
willcodeforfoo
6y ago
From the FAQ[1]: > We use screenbrush[2] for drawing over the screen while coding. This app is highly recommended. [1] https://calmcode.io/faq.html [2] https://apps.apple.com/us/app/screenbrush&
38.
▲
by
willcodeforfoo
6y ago
I'm working on turning a small detached garage into an office! Manual labor is a nice change of pace from software.
39.
▲
by
willcodeforfoo
6y ago
We use B2 to store images on Vintage Aerial ( https://vintageaerial.com ), both high res scans and all kinds of thumbnail sizes. It is... a little slower than I'd like but with Cloudfront in front it has been manageable. I lo
40.
▲
by
willcodeforfoo
6y ago
This is great news... there are lots more good clients for S3 than B2, and implementing one is less than trivial because of some special considerations B2 had in the beginning (namely: uploading directly to a pod.) I see this isn't ava
41.
▲
by
willcodeforfoo
7y ago
This reminds me of GitHub’s beginnings when they were the easiest way to publish a Ruby gem
42.
▲
by
willcodeforfoo
7y ago
There are lots of alternatives for Jenkins as a CI builder but I haven't found many for Jenkins as a web-based cron with a nice UI that keeps track of history, has tons of options for notifications on failures, and quickly allows re-bu
43.
▲
by
willcodeforfoo
8y ago
Wow... it's a spacer gif: <tr><td bgcolor="#000000"><img src="s.gif" height="5" width="0"></td></tr>
44.
▲
by
willcodeforfoo
8y ago
Finally! This looks great, there was a way to get access to Google Photos via the Drive API but a dedicated one is a nice surprise. However... I noticed a clause that requires a "Commercial license" if your app prints photos: >
45.
▲
by
willcodeforfoo
8y ago
Seconding the issues on the Load Balancer and 502s. We moved our app there earlier this year to take advantage of GKE and just sort of put up with random 502s (especially during deployments, which are supposed to be zero-downtime). We conta
46.
▲
Backblaze Announces B2 Compute Partnerships
(backblaze.com)
209 points
by
willcodeforfoo
8y ago
|
109 comments
47.
▲
by
willcodeforfoo
9y ago
Looking forward to more information about this as well. I'm thinking about wiring up an e-Paper display to a Pi for some digital signage applications and curious how you got it all to work, and the prices for doing so!
48.
▲
by
willcodeforfoo
9y ago
For the Mac there's also Pashua: https://www.bluem.net/en/projects/pashua/ which lets you generate a GUI for shell scripts.
49.
▲
by
willcodeforfoo
9y ago
Worth nothing: Thoughtbot is working on a web framework for Crystal, called Lucky: https://luckyframework.org/ It looks quite promising, but as others (including core team members) have noted, development on Crystal seems t
50.
▲
by
willcodeforfoo
9y ago
Long-time ST2 and ST3 user. I think I've more or less moved to VS Code but wanted to chime in: Great website! And loads super fast.
51.
▲
by
willcodeforfoo
9y ago
I'm working on migrating an app right now (just one MySQL database) but can highly recommend [pgloader]( http://pgloader.io/ ). It has a bunch of built-in and configurable rules to cast different column types to PostgreS
52.
▲
by
willcodeforfoo
9y ago
Looks very cool, would love to play with a demo before dropping $30 though...
53.
▲
by
willcodeforfoo
9y ago
In Ohio at least, Kohl's has had e-ink shelf tags for the past few years.
54.
▲
by
willcodeforfoo
10y ago
Uh-oh. Same here... and tried taking a screenshot of pinging s3.amazonaws.com and Slack upload hung.
55.
▲
by
willcodeforfoo
10y ago
`/s/foo/bar` syntax works in Slack as well!
56.
▲
by
willcodeforfoo
10y ago
Interesting, didn't know Hammerspoon had this "chooser" functionality. I guess with enough Lua you could replace Alfred!
57.
▲
by
willcodeforfoo
10y ago
The Aerial-to-Map example looks like this may be useful for automatic map/satellite rectification/georeferencing, but not sure how efficient it'd be if it has to compare against a large area. Does anyone have any experience i
58.
▲
by
willcodeforfoo
10y ago
This is a great guide! Very thorough. However there are so many moving pieces it makes me think I should just use a hosted Kubernetes solution like GKE instead of trying to roll my own...
59.
▲
by
willcodeforfoo
10y ago
I tried this a few days ago after [someone here suggested]( https://news.ycombinator.com/item?id=12876472 ) it as a Lambda + containers tool. I signed up for the trial and was pretty impressed how easy it was to get up and ru
60.
▲
by
willcodeforfoo
10y ago
I wonder if Amazon will ever open Lambda up to any Docker image? (I know it's possible to run binaries, but its a bit of a pain to compile with the Amazon AMI, etc.) Being able to have a bunch of `docker run` with any image would be pr
More ›