Viewing profile — thebackup
thebackup
HN member- Joined
- Fri, Feb 26, 2021, 10:56 AM UTC
- HN karma
- 75
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About thebackup
No profile information was provided.
Recent public activity
-
comment
Comment #47158178
This was my first thought as well, just from reading the title.
-
comment
Comment #40776918
I took a functional programming in Haskell course first year in Uni without having much previous programming experience at all. Quite early in the course we were tasked with implem…
-
comment
Comment #39412394
Capital M is for Mega. I would use duration_s and duration_ms. const duration_ms = 1000 * duration_s And _us for microsec. const duration_us = 1000 * duration_ms But then the tool …
-
comment
Comment #37019340
I see, wow. Thanks for the info.
-
comment
Comment #37011451
I don’t work for Google and have no insight in what the average Google job pays, but $99 per day is basically my entire salary (after taxes etc.).
-
comment
Comment #35266038
Will give it a go. But probably it’ll take another generation or two before it’s good enough.
-
comment
Comment #35262037
I second this. My impressions so far are pretty much the same. Have been trying to get ChatGPT to generate code for some algorithms that are pretty close to well known implementati…
-
comment
Comment #32979489
Agreed. A comment can also explain things that a function name cannot. I’m all for splitting code into paragraphs with a well written comment above each. Of course I also extract f…
-
comment
Comment #32236217
I'm having a hard time believing that world's top talent in software development are fighting to get into Swiss banking. What makes you think that the brightest people are striving…
-
comment
Comment #31715358
I mostly write C++ and I would love to use CLion, but my employer won’t pay for the license fees, so my choices are VSCode or Eclipse.
-
comment
Comment #30397697
I'll have a look a the book. Thanks!
-
comment
Comment #30397029
My experience is that the expectations on what your average engineer should be able to handle has grown enormously during the last 10 years or so. Working both with large distribut…
-
comment
Comment #30389422
Thanks for this comment. A very interesting observation. Do you have any thoughts regarding American companies that are established in Europe, shouldn't they be able to introduce t…
-
comment
Comment #30389312
It's hard to answer your question without actually experiencing the differences first hand. It's not like we don't have visible poverty in Sweden. Almost every day I see people dig…
-
comment
Comment #30386731
It’s interesting to see these salary levels. A senior developer (10+ years of experience) here in Sweden is paid less than their entry level salary. The difference in pay between E…
-
comment
Comment #29681853
Premature optimization is a common disease amongst C and C++ devs. I often come across code that is written in an obscure/complex way just because someone thought execution speed t…
-
comment
Comment #29142152
You only work 7h per day minus lunch break? Sounds sweet. Do you get paid for full time? I usually work 7am to 4pm but lately we have been ordered to work overtime so currently I a…
-
comment
Comment #27666392
Where can I get some of this high paid, asynchronous, uninterrupted, and self-scheduled work?
-
comment
Comment #27278875
I read Clean Code in 2010 and trying out and applying some of the principles really helped to make my code more maintainable. Now over 10 years later I have come to realize that yo…
-
comment
Comment #27253662
I don't know about Facebook but here in Sweden we have several systems where you need to use Google, and of course accept Google's terms in order to do that. One example is the hea…
-
comment
Comment #27108646
I see your point. I have friends that put GPS trackers on their kids "just in case they get abducted by a sexual predator". It does happen that kids get taken, however it's more li…
-
comment
Comment #27107529
I understand that a lot of parents are positive to the parental control and supervision that you describe, I am not that kind of parent. I want the relationship with my kids to be …
-
comment
Comment #26811678
I don’t believe in BDUF:ing even regulations too much, better to get a toothless first version out in the wild and then tweak it when in place.
-
comment
Comment #26273535
I’m in Sweden, so Scandinavia. Every company I know has 40h work weeks. Lunch break is not included so if you start working at 8, take a 1 hour lunch break around 12, then you can …