Viewing profile — herr_gurke
herr_gurke
HN member- Joined
- Thu, Oct 13, 2022, 6:58 AM UTC
- HN karma
- 48
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About herr_gurke
No profile information was provided.
Recent public activity
-
comment
Comment #34691766
Calisthenics is the way to go. You can start without any equipment and you can do it indoors and outdoors. There are plenty of calisthenics tutorials on youtube. Apart from that I …
-
comment
Comment #34544183
They implemented it before it was mandated by EU. IANAL but they didint have to implement it, since switzerland is not in EU
-
comment
Comment #33621055
Time to set up is comparable, or even better for linux. The issue starts on the longer run, the moment when after one update hibernation stops working or bluetooth has issues and n…
-
comment
Comment #33450219
It's difficult for any of us to really tell how much truth is in every statement. For example readability - its difficult to asses it without looking at your code. It's nothing per…
-
comment
Comment #33200734
Im not sure if really the simplest test would catch it. You would need to go over n primes and check them, but you might always finish too early. There is also a question of impact…
- story
-
comment
Comment #33188269
You can also get really creative with frameworks, specially if you need to quickly overcome some strange limitations imposed by framework. There is also a long term risk with using…
-
comment
Comment #33188104
I did some Django but in the days, and I completely agree that as long as you have CRUD, Django shines. The issue starts when you cannot really fit your uses cases into simple CRUD…
-
comment
Comment #33188081
The issue starts if you start with Django, but later on you discover that there it does not support your use case anymore.