Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
herr_gurke
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
herr_gurke
4y ago
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 suggest making a 20-30 minutes walk around lunch break
2.
▲
by
herr_gurke
4y ago
They implemented it before it was mandated by EU. IANAL but they didint have to implement it, since switzerland is not in EU
3.
▲
by
herr_gurke
4y ago
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 needs to be restarted with rfkill. I fully understand that it
4.
▲
by
herr_gurke
4y ago
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 personal, but many developers tend to think about the
5.
▲
by
herr_gurke
4y ago
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 - i think that 19 does not really cause any harm there.
6.
▲
Swiss evoting system – IsProbablePrime is incorrect for input 19
(gitlab.com)
36 points
by
herr_gurke
4y ago
|
48 comments
7.
▲
by
herr_gurke
4y ago
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 frameworks - somebody here mentioned method renames in Lara
8.
▲
by
herr_gurke
4y ago
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 and you start to fight against the framework to achieve thi
9.
▲
by
herr_gurke
4y ago
The issue starts if you start with Django, but later on you discover that there it does not support your use case anymore.