Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thecodemonkey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
thecodemonkey
4y ago
I would pick whichever stack that I would be most productive in. A Laravel app hosted with Laravel Vapor (AWS Lambda) with a MariaDB database. Would allow me to get up and running quickly, at low cost and without having to worry about scali
32.
▲
by
thecodemonkey
4y ago
While not strictly e-commerce. This was an important design choice when we designed our spreadsheet upload tool for Geocodio. It should be possible to go through as much of the process as possible without having to sign up first. It certain
33.
▲
Show HN: Super simple notifications for long-running tasks
(nudge.sh)
3 points
by
thecodemonkey
4y ago
|
0 comments
34.
▲
by
thecodemonkey
4y ago
Neat! I built something similar a while ago, to scratch my own itch. It's just using text messages instead of a dedicated app (for good or for worse). It's funny how similar the domain name is. https://nudge.sh https:
35.
▲
by
thecodemonkey
4y ago
We got ~175 bare metal dedicated servers for maximum performance within our infrastructure. We also have a separate instance of our SaaS running on AWS in the “cloud” for security and compliance reasons.
36.
▲
Show HN: Deploy Empathy A practical guide to interviewing customers
(deployempathy.com)
1 points
by
thecodemonkey
5y ago
|
0 comments
37.
▲
by
thecodemonkey
5y ago
I'm a huge fan of Drone CI. Loads of customization options, and a simple, powerful UI. Easy to self-host and scale as docker containers. https://www.drone.io
38.
▲
by
thecodemonkey
5y ago
That’s a super cool concept, but doesn’t this fall a bit under “security by obscurity”?
39.
▲
by
thecodemonkey
5y ago
We're doing something similar, requiring email verification in certain cases based on past traffic, ip address source, etc. Unfortunately, we had to straight up block known temporary email addresses because there was too much abuse.
40.
▲
by
thecodemonkey
5y ago
Thanks so much for the feedback! I've considered checking the User Agent and rendering pretty-printed JSON if e.g. a webbrowser is used, but I am a bit worried that UA-dependent behavior could be confusing. Perhaps the downside to alwa
41.
▲
by
thecodemonkey
5y ago
I like to think that we’re doing okay with geocod.io, but I would seriously love some feedback. Should we automatically generate your first API key? Make docs more prominent? Anything else?
42.
▲
by
thecodemonkey
5y ago
I've never experienced this within my 10+ years of working with SQLite. I've seen it a fair bunch with MariaDB though.
43.
▲
by
thecodemonkey
6y ago
Really interesting write-up. Curious how they do logging, and how they were able to get such a detailed look at the previous requests, including the HTTP response. Wouldn’t it be a massive amount of data if all HTTP requests/responses
44.
▲
by
thecodemonkey
6y ago
This looks really cool! I recently built something similar, but for notifying you via text message instead. Example: ./some_script.sh; curl https://nudge.sh/YOUR_TOKEN Just need to register your phone number at nudge.s
45.
▲
by
thecodemonkey
6y ago
Why NoSQL?
46.
▲
by
thecodemonkey
6y ago
Awesome! That’s great to hear. Hope this can help them out.
47.
▲
by
thecodemonkey
6y ago
I think that is the ideal situation too. Closing down grocery stores and allowing no-touch curbside pickup (or delivery) only. I don't quite know what the economics of this is like though, and if it is a viable option across the board.
48.
▲
by
thecodemonkey
6y ago
Yes indeed! Feel free to check it out here https://github.com/MiniCodeMonkey/curbside
49.
▲
by
thecodemonkey
6y ago
Thanks a ton for the feedback! Hope this could be helpful for your parents. 1. We decided to use geolocation because it removes one more form field. It also makes it easier to expand to additional countries ( https://github.com&#x
50.
▲
by
thecodemonkey
6y ago
Hi there! Absolutely. This is why we are explicitly focusing on curbside pickup rather than delivery. It is not about snatching slots as soon as they become available, but more about being able to check across dozens of stores at the same t
51.
▲
by
thecodemonkey
6y ago
Hi HN! We realized that curbside pickups is a great compromise for everybody's health and safety right now. We built Curb Run because we found it very difficult to get a curbside pickup slot at our local Wegmans. Willing to drive a bit
52.
▲
Show HN: Get notified when grocery pickup slots are available
(curb.run)
97 points
by
thecodemonkey
6y ago
|
104 comments
53.
▲
by
thecodemonkey
7y ago
Source is available on GitHub for anybody who's interested https://github.com/geocodio/nudge.sh
54.
▲
by
thecodemonkey
7y ago
Love the idea of alternative notification targets. The idea was to make the API curl as simple and short as possible, to the point where you could probably memorize it. Would be trivial to then add additional notification targets server-sid
55.
▲
by
thecodemonkey
7y ago
Awesome! Glad that I wasn't the only one who needed this. Let me know if you have any feedback while using it.
56.
▲
Show HN: Super simple notifications for long-running command line tasks
(nudge.sh)
11 points
by
thecodemonkey
7y ago
|
6 comments
57.
▲
by
thecodemonkey
7y ago
We're a small, bootstrapped company with 2 people. Some data is millions of rows others are billions. Goal for us is KISS. Keeping everything as simple as possible -- both in terms of infrastructure, ease of use and cost. Primary we&#x
58.
▲
Show HN: Geocodio Maps – Create beautiful maps from your list of addresses
(maps.geocod.io)
2 points
by
thecodemonkey
7y ago
|
0 comments
59.
▲
Making sense of API response times
(codemonkey.io)
1 points
by
thecodemonkey
7y ago
|
0 comments
60.
▲
by
thecodemonkey
7y ago
Great read! I recently read Bill Kilday’s book: Never lost again[1] which is a fantastic read if you want to learn more about the pre-google-maps and google earth days. [1]: https://www.amazon.com/dp/0062673041
More ›