Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codegeek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
301.
▲
by
codegeek
2y ago
Not your target but FIX took me way back to my Investment Banking days as a techie worked with Front/Middle/Back Office users :).
302.
▲
by
codegeek
2y ago
You can use something like Mail in a box [0] to setup your own SMTP server. [0] https://github.com/mail-in-a-box/mailinabox
303.
▲
by
codegeek
2y ago
That's not what being Vegetarian means.
304.
▲
by
codegeek
2y ago
My take on Money is that it buys happiness of one type: being able to afford things . But it can come at a cost where sometimes it cancels out the happiness in other areas. For example, an entrepreneur working 80 hour weeks or even a hot sh
305.
▲
by
codegeek
2y ago
Yea. I have worked with Python and Ruby just a little to know that deployments are a pain with those 2. Go is a breeze. You do need to setup systemd etc to run the binary but thats it.
306.
▲
by
codegeek
2y ago
Funny but true story. A guy and his wife tried to make me a tech. co-founder once (idea stage) and he was persistent that offering 33% to each is equal share :). Happy that I dodged that bullet.
307.
▲
by
codegeek
2y ago
YC's original appeal was for builders/creators who were truly passionate about building a great product that solved a real problem. Dropbox for example at the time. In my opinion, effectiveness of anything dilutes over time especi
308.
▲
by
codegeek
2y ago
Some great points about the downsides of Go. Btw I was a Flask junkie in early days.
309.
▲
by
codegeek
2y ago
Other than some of the resources mentioned already in comments, I highly recommend Alex Edwards books Lets Go and Lets go Further. Helped me a lot and still does when building Web Applications. https://www.alexedwards.net/
310.
▲
by
codegeek
2y ago
What I love about Go is its simplicity and no framework dependency. Go is popular because it has no dominating framework. Nothing wrong with frameworks when it fits the use case but I feel that we have become over dependent on framework and
311.
▲
by
codegeek
2y ago
No it is not. If you have remotely worked with WordPress at any level, you know that WPEngine has nothing to do with the WordPress company Automattic. I have worked with WP for 10+ years now and in my opinion like many others, this is nothi
312.
▲
by
codegeek
2y ago
"Beyond the interviews, I can be involved with the actual work as much or little as I want. We'd split any profits 50-50." Mostly likely a scam. They will have you interview, win the project and then pay someone else dirt che
313.
▲
by
codegeek
2y ago
For me, Reverse proxy helps me keep my origin server only for 1 purpose: Serve the Application. Everything else, I can handle with Reverse Proxy including TLS Termination, load balancing, URL rewrites, Security (WAF etc) if needed. Separati
314.
▲
by
codegeek
2y ago
"I keep this blog for me to write, not necessarily for others to read." This is the key to do anything over a long period of time but certainly applies to blogging. Nothing is better than intrinsic motivation and something you do
315.
▲
by
codegeek
2y ago
You can use https://listmonk.app or https://sendy.co and use a provider lke SES under the hood.
316.
▲
by
codegeek
2y ago
"We create a NextJS app " Are you considering adding other languages in the future ? I would like to try but not with NextJS. I have a special hate for JavaScript so I try to avoid it as much as possible except for Frontend.
317.
▲
by
codegeek
2y ago
Not sure about lesser known but my top tools are: - Caddy server (Auto SSL, Dead simple Reverse Proxy) [0] - mkcert(local SSL) [1] - AWS Global Accelerator [2] (Static IP, Route traffic based on location) [2] [0] https://caddyser
318.
▲
by
codegeek
2y ago
I always remember this phrase whenever this topic comes up. "If I had asked people what they wanted, they would have said faster horses" - Henry Ford.
319.
▲
by
codegeek
2y ago
Exactly. I feel the same way. After lot of research, I settled on Whimsical for doing mockups/wireframes. Good Balance between Simplicity and Power. Only complain is clickable prototyping which is not available. If they add that, I wou
320.
▲
by
codegeek
2y ago
As a founder, I have found Twitter to be the most interesting so far and have met great people. Medium is a no go for me considering it is behind paywall. PH for me has always been about cool toys. Fun but nothing serious plus it is gamed t
321.
▲
by
codegeek
2y ago
Yes especially in the B2B space. Not that uncommon especially for European/Asian customers.
322.
▲
by
codegeek
2y ago
For user errors, you should make the messages descriptive and actionable. For example "Please enter at least 5 quantities". For system/app errors that is more of a crash, users shouldn't really need to know the details a
323.
▲
by
codegeek
2y ago
I disagree. I booked a train ticket online at one single place. It was a single ticket with a QR Code. It had connections. I don't care who the underlying providers are. I paid to one entity. It was their job, not mine to track.
324.
▲
by
codegeek
2y ago
Understood but from my perspective, the cause doesn't matter. I booked through DB and it was not a good experience. Was my very first Time and I had a few minutes to decide what to do as I had people waiting in Ljubljuana. Didnt even h
325.
▲
by
codegeek
2y ago
As a foreigner, I am currently travelling for work in Europe and had a DB train from Munich all the way to Ljubljana (Slovenia) through multiple connections. Interestingly, the trains were on time until we were in Germany but when I reached
326.
▲
by
codegeek
2y ago
If this product is critical to your core. business, bring it in house. If not, then keep it 3rd party but look for a replacement/new vendor.
327.
▲
by
codegeek
2y ago
Vanguard is down as well. What a racket
328.
▲
by
codegeek
2y ago
Every new thing adds complexity to your stack. So yes, docker adds complexity. The question you should be asking is "Do I have a problem that docker can solve and do the benefits outweigh the overhead of docker in my specific situation
329.
▲
by
codegeek
2y ago
Welcome to the world of hiring especially startup hiring. It is a tough job as a founder. One of the hardest things to get right but also critical if you want to scale/grow. Here are some of the lessons I have learned over the years (H
330.
▲
by
codegeek
2y ago
Can someone ELI5 what does this mean for people using LetsEncrypt today with servers like Nginx or Caddy ? Do we need to make any changes to adjust ?
More ›