HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tsak

no profile record

Submissions

Everyone in AI is building the wrong thing for the same reason

joanwestenberg.com
4 points·by tsak·5 months ago·4 comments

Werner Vogels Is Right

tsak.dev
4 points·by tsak·7 months ago·0 comments

[untitled]

1 points·by tsak·7 months ago·0 comments

comments

tsak
·3 months ago·discuss
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.
tsak
·4 months ago·discuss
That's not very punk, is it?
tsak
·5 months ago·discuss
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.
tsak
·5 months ago·discuss
I did, almost a month ago: https://tsak.dev/posts/der-tag-zieht-den-jahrhundertweg/

(despite the German title, it is written in English)
tsak
·5 months ago·discuss
Furthermore, this petition should be written in German as well...
tsak
·5 months ago·discuss
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/
tsak
·5 months ago·discuss
Thank you for your thought experiment. As I was slowly typing a response into the HN response form, I had a feeling that my thoughts on this would be better suited as a blog post:

https://tsak.dev/posts/der-tag-zieht-den-jahrhundertweg/
tsak
·7 months ago·discuss
That was my first thought as well.
tsak
·7 months ago·discuss
The hat!

> The term fedora was in use as early as 1891.

(https://en.wikipedia.org/wiki/Fedora#History)
tsak
·7 months ago·discuss
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.
tsak
·last year·discuss
> 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.