HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RapperWhoMadeIt

no profile record

Submissions

A filmmaker and a crooked lawyer shattered Denmark's self-image

theguardian.com
196 points·by RapperWhoMadeIt·last year·178 comments

A Beginner's Guide to Terraform

blog.they.consulting
8 points·by RapperWhoMadeIt·2 years ago·0 comments

IBM and the Holocaust

en.wikipedia.org
5 points·by RapperWhoMadeIt·4 years ago·0 comments

Open-Source Service Discovery (2014)

jasonwilder.com
2 points·by RapperWhoMadeIt·4 years ago·0 comments

Why you should launch your product without a login

casparwre.de
1 points·by RapperWhoMadeIt·4 years ago·0 comments

Ask HN: What are the benefits of choosing Svelte over React?

4 points·by RapperWhoMadeIt·4 years ago·8 comments

Ask HN: Best resources to learn the intricacies of relational databases

3 points·by RapperWhoMadeIt·4 years ago·4 comments

Ask HN: How is Cloudflare benefitting from providing their free WARP service?

3 points·by RapperWhoMadeIt·4 years ago·1 comments

Ask HN: When is Svelte going to become mainstream?

4 points·by RapperWhoMadeIt·4 years ago·4 comments

Show HN: PfDeploy, Go command-line tool to automatically configure pf in FreeBSD

github.com
2 points·by RapperWhoMadeIt·4 years ago·0 comments

FreeBSD 2.2 server ran for more than 18 years without interruptions (2016)

theregister.com
4 points·by RapperWhoMadeIt·4 years ago·0 comments

comments

RapperWhoMadeIt
·2 years ago·discuss
Hi, author here!

I think that is a very valid criticism. I wanted to keep the article concise, but I should have elaborated more on why Go+HTMX+Templ solves the dependency management fatigue.

As I said in the article, it is mainly anecdotal evidence, i.e. the experience from having to maintain projects with either React or Go+HTMX. For example, in the Go+HTMX project I handle state management and routing solely with the Go stdlib (which is very very stable IMHO), I don't have to ever worry that a dependency update will force me to perform painful refactoring work.

Maybe in a future article I can expand on these points, thank you for the feedback :)
RapperWhoMadeIt
·2 years ago·discuss
Hi, author here. At least from my personal experience, there are still many jobs in which the main focus isn't frontend development, and per se React.

I do have to work with React from time to time. But it isn't my main focus. I usually work implementing backend systems (with Go, SQL [Postgres], Redis, etc.) and infrastructure as code with Terraform.
RapperWhoMadeIt
·2 years ago·discuss
It is nonetheless extremely cheap (in comparison to rents in Augsburg and near-by Munich) and has life-changing consequences for the people living there, since they do not have to allocate a big amount of their income into housing.
RapperWhoMadeIt
·2 years ago·discuss
Hi Fatih, I just wanted to let you know that I am a very avid reader of your email newsletter. I really get happy every time an email with one of your new articles arrives at my inbox. Thanks to your reviews of keyboards I will hopefully soon be able to get one of them myself. In summary, I just wanted to thank you for taking the time to write the articles. It's definitely more time consuming than tweeting (I don't have a twitter account at all, I dislike the atmosphere there and I also prefer to consume longer texts with more content), so I just wanted to let you know that there's a bunch of people out here reading your texts and enjoying them!
RapperWhoMadeIt
·4 years ago·discuss
I am currently almost entirely developing in Go. And for that I have a highly customized Vim environment, which really took me a while to get to where it is right now (it works very well, thanks to the great 'vim-go' plugin). Nonetheless, I am starting to have to develop more stuff in other languages like js and Elixir, and I definitely do not want to invest all that time tweaking my vimrc to have all the IDE bare functionality that works so well in Go. I was starting to consider making the transition into neovim, but Helix sounds almost like a plug-and-play solution with sane defaults (which is exactly what I would like to have). Is it better that I go for Helix, or is LunarVim or AstroVim actually what I am looking for?
RapperWhoMadeIt
·4 years ago·discuss
Thanks a lot for the feedback! It helps to reinforce my decision to learn Svelte to see that other people see the same benefits as I do.

I had a look at your blog, the article about your career transition into therapy was a very nice and insightful read!
RapperWhoMadeIt
·4 years ago·discuss
Do you work with Svelte and SvelteKit professionally or primarily on side project? How do you deal with the breaking changes that have taking place within SvelteKit, i. e. SvelteKit still not being on a major stable version yet?
RapperWhoMadeIt
·4 years ago·discuss
Thanks a lot for the feedback. I am starting to get serious about learning the frontend side of things (coming from a backend/DevOps professional background). Especially the part of "React is a hot mess with so many ways to do all the things..." has made me prefer Svelte over React, and I really enjoy Svelte's idiomatic way of handling reactivity, I find it super intuitive. I guess I was just feeling insecure about putting so much time into Svelte, because I mostly only hear about people working with React.
RapperWhoMadeIt
·4 years ago·discuss
This is amazing! Thank you so much!
RapperWhoMadeIt
·4 years ago·discuss
I am trying to get a more than superficial level of knowledge on deploying services on relational databases with a lot of traffic. I don't know if it makes sense to grab any manual of a relational database, like PostgreSQL or MySQL, or if that is too specific and it makes more sense to start with a more general book. [Please do not suggest Designing Data Intensive Applications, I am already reading it :) ] Moreover, what are the best resources you know of that you used to learn SQL queries and their syntax properly? Thank you very much!
RapperWhoMadeIt
·4 years ago·discuss
What's your opinion about Svelte? Has it made any big contributions to the ecosystem? Isn't the syntax and in general the way of creating components more intuitive with Svelte in comparison to for example React?
RapperWhoMadeIt
·4 years ago·discuss
Being used in more high impact projects with a lot of traffic? And the amount of developers using it also increases then.
RapperWhoMadeIt
·4 years ago·discuss
I think Vincent van Gogh, started seriously painting in his late 20s. Needless to say in his brief overall career as a painter he made some works which had a great impact in the art scene after his own death.
RapperWhoMadeIt
·4 years ago·discuss
I am also a big Elm fan, especially due to the maintainability as you mentioned. But I have never worked with it in a production environment. Just in case you were working with a team on this project, how easy was it to convince the rest of the team to hop on the Elm train? Have you encountered any shortcomings while using Elm in production?
RapperWhoMadeIt
·4 years ago·discuss
I also thought WhatsApp is a bad example. They not only hosted themselves, but they used solely FreeBSD (as far as I know) in their servers. (which don't get me wrong, I find great as a FreeBSD sysadmin myself).