HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RapperWhoMadeIt

no profile record

Submissions

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

theguardian.com
196 points·by RapperWhoMadeIt·पिछला वर्ष·178 comments

A Beginner's Guide to Terraform

blog.they.consulting
8 points·by RapperWhoMadeIt·2 वर्ष पहले·0 comments

IBM and the Holocaust

en.wikipedia.org
5 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

Open-Source Service Discovery (2014)

jasonwilder.com
2 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

Why you should launch your product without a login

casparwre.de
1 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

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

4 points·by RapperWhoMadeIt·4 वर्ष पहले·8 comments

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

3 points·by RapperWhoMadeIt·4 वर्ष पहले·4 comments

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

3 points·by RapperWhoMadeIt·4 वर्ष पहले·1 comments

Ask HN: When is Svelte going to become mainstream?

4 points·by RapperWhoMadeIt·4 वर्ष पहले·4 comments

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

github.com
2 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

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

theregister.com
4 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

Supabase – Should I open source my company?

supabase.com
2 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

Profit Sharing (2020)

paul.copplest.one
1 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

JavaScript library updated to wipe files from Russian computers

theregister.com
5 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

Fire and motion, Joel Spolsky on struggling with developer productivity (2002)

joelonsoftware.com
2 points·by RapperWhoMadeIt·4 वर्ष पहले·3 comments

Ask HN: What direct benefit does Google receive from actively developing Go?

2 points·by RapperWhoMadeIt·4 वर्ष पहले·1 comments

Israeli police targeted activist with NSO software, saved info on his sex life

timesofisrael.com
14 points·by RapperWhoMadeIt·4 वर्ष पहले·0 comments

Ask HN: What do you think about David Graeber's new book?

6 points·by RapperWhoMadeIt·4 वर्ष पहले·4 comments

comments

RapperWhoMadeIt
·2 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·discuss
This is amazing! Thank you so much!
RapperWhoMadeIt
·4 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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).
RapperWhoMadeIt
·4 वर्ष पहले·discuss
I recently developed a command line chat app that I can self-host, to chat with my friends from the terminal and regain control over my chat data and metadata. I self host the back end in Linode and just for the lolz and "Unix portability" I wrote it entirely in C. I don't really expect this to be useful to anybody else than me and the couple of friends that also use it. I can now chat from the terminal during my working hours and my colleagues think that I am doing something mystical in the terminal or developing in Vim.

You can check it out at:

https://github.com/erodrigufer/papayaChat
RapperWhoMadeIt
·4 वर्ष पहले·discuss
I would maybe start migrating repos away from GitHub, since they have proven to be quite unreliable. Nonetheless, I must say I do appreciate GitHub's UI and even their CLI is quite nice. Is there a service out there that basically provides the same good user experience, CI/CD and has no costs for public repos? Apart from the unreliability I can't complain about GitHub.
RapperWhoMadeIt
·4 वर्ष पहले·discuss
Do they regularly publish post-mortems after their repeated incidents? Might be interesting...
RapperWhoMadeIt
·4 वर्ष पहले·discuss
Struggling with focus at work is still 'a thing' in 2022...
RapperWhoMadeIt
·4 वर्ष पहले·discuss
The article might be quite old (I myself barely identify the microsoft tech stack he is referring to), but his description of the struggle with productivity is still spot on. I read this from time to time to not feel bad about myself for struggling with not being productive.