HN user

tsak

195 karma

My input is text, my output is text. Inbetween is my brain. I make machines do things.

<https://tsak.dev>

Posts10
Comments64
View on HN

Second that. Our garage is full of their 50L boxes with the XL lid, perfectly fitting those industrial shelves. Very versatile and long lasting. Even after nearly ten years, they look pretty much the same, and we live in harsh climate near the coast.

But aren't those the same startups that think they need to run on AWS EKS instead of using a single cheap server? The cheapest used Hetzner server currently is €39.24 / month:

- Intel Core i7-6700 - 32 GB - 2 x 480 GB Datacenter SSD - 1 GB/s - 20 TB traffic

Their VPS are even cheaper. And you can run a lot on this.

iPify | Legal Tech | Remote (EU or UK) | Full Time

Do you want to build the leading platform for the intellectual property industry? We want you to join us, a team of seasoned industry professionals growing an ambitious project in a niche market.

Bring your enthusiasm and expertise to help us build the B2B collaborative ecosystem supporting patent and trademark legal specialists with their business network management, legal workflows and financial flows.

Job description: https://ipify.notion.site/Senior-Python-Developer-37de517efa...

Company website: https://www.ipify.app/

Before I eventually switched to PHP, I ended up writing multiple CMS-like solutions that would run via `cgi-bin` but write contents to the webroot (what we would now call a static site generator). As I was quite limited with the standard shared hosting at the time, I ended up inventing my own single file database format (it was a simple text file) to keep state. It worked quite beautifully and kept me afloat for the first few years of my life as a web developer around the early 2000s.

I was aware of ActivePerl and quite liked Komodo. Thankfully I could keep myself from doing things on Windows/IIS apart from a brief stint writing a single file CMS in ASP.

Really Read the Error Message and Try to Understand What’s Written

This is a surprising stumbling block for a lot of developers when they encounter a problem. Most times the solution is hiding in plain sight (albeit at least one level of abstraction lower sometimes) and reading what the error was can help to quickly solve an issue.

Anecdotal evidence: We use `asdf` for managing Python, Go and NodeJS versions for our main project. On a fresh Fedora/Ubuntu install, running `asfd install` fails to compile Python as it is missing a few dependencies that are required for Python's standard library. The output that is provided when the `asdf` command fails is pretty self explanatory IF you care to read it.

Goodbye, GoDaddy 2 years ago

But then what's the plan behind this change anyway? Am I going to scramble to buy 19 more domains? Of course not! I'll move and they'll get $15 less a year (or whatever they charge for a .net these days)

I don't think any of your links substantiate the claim that US healthcare expenditure subsidises global R&D on healthcare, only that healthcare is more expensive in the US (which I personally think is more due to an extremely ineffective system with an unhealthy amount of middlemen that inflate prices).

[dead] 2 years ago

The LinkedIn engagement algorithm is a bit off the rails.

Have you considered your target audience when writing or before sending that email about that TOS change?

What really peeved me was that bit:

If you do not want to be governed by the updated TOS, be sure to close your account before the updated TOS applies to you.

My immediate reaction was to look for alternatives to Sentry and/or to self-host for the time being. Judging by the comments here I'm not the only one. Instead of this cold, matter of fact kind of tone, why not explain the reason for wanting to collect data, give an example, etc.

Why not sell this as a win instead of telling us to fuck off if we don't like it?

After reading this HN post in the morning, I've received one of those SPF ~all beg bounties via email today. It ends with:

From: whiteboxtesting01@gmail.com

Waiting for your response and hoping for a bounty reward for responsibly disclosing this issue to your website. Furthermore, I may attempt to contact you again if I do not receive a response to ensure that my message has reached you.

[...] Garza called law enforcement, who detained him and placed him in solitary confinement for three days at the Darrell B. Hester Juvenile Detention Center in Brownsville.

Of all the people involved in that decision and its execution, did anybody even had a fleeting thought of this being wrong?

GitLab is down 3 years ago

Funny enough, I used to think that, but overall having the people that actually build the software make a hosted version ends up being better value IMO.

Our self hosted Gitlab instance needed a lot of hand holding over the years, occasional memory upgrades and involved much more work than initially anticipated. Also keep in mind that you need to spend time to keep the thing up to date and get latest features, which there have been quite a few good ones added over the years.