Viewing profile — nocitrek
nocitrek
HN member- Joined
- Fri, Nov 02, 2018, 4:09 PM UTC
- HN karma
- 1
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About nocitrek
No profile information was provided.
Recent public activity
- story
-
comment
Comment #23843184
Why do you submit? Can't stand your ground?
-
comment
Comment #23843031
I agree with you. The message is mixed. You shouldn't have kids because climate change / woman should go into workforce, yet on the other hand we need people to support our eldery.…
-
comment
Comment #23790067
I think many men today have their brains altered from watching too much excessive porn. Fetishes develop and normal healthy relationships become problematic due to performance issu…
-
comment
Comment #23789802
The point is that proportion of young adults that will access to porn will change from 100% to ~25%. Of course people will find a way, but the question is how much effort will they…
-
comment
Comment #23770356
I have noticed it, do not worry. I would gladly migrate to US. I am from Europe, highly educated and believe I can contribute to the economy of US. I wish your immigration could be…
-
comment
Comment #23769945
My stance is typically anti-immigration, but I do not support this decision of ICE. I am likely missing big chunk of the story, but could anyone explain the motives behind ICE deci…
-
comment
Comment #23529375
Wait, I thought earth was flat?
-
comment
Comment #23427705
I am much more comfortable refactoring my codebase and gradually raise standards of quality of it because of unit tests. If I change piece of code I will know if I modified key fun…
-
comment
Comment #23322314
If you cannot see major bias of media and tech giants towards liberal agenda, you have missed what ~ 60M americans noticed before casting their vote for Trump. It is an effort to i…
-
comment
Comment #23316715
I would convert the datasets to .csv (.parquet if needed), rent EC2 instance and load it with pandas. In my opinion you should thrive to have dataset in memory if possible - you wi…
-
comment
Comment #23314887
How is PCA reversable? Aware me?
-
comment
Comment #23234530
I recommend going with fzf. I can search my whole hard drive with fuzzy expressions (e.g. "find all files which are in home directory and ends with .py" == search: home py$). Both …
-
comment
Comment #23103721
Important thing to keep in mind regarding UBI is that goverment does not generate any money. In order for goverment to give money, it needs to take it from someone. So UBI is just …
-
comment
Comment #23030628
Yeah, and on the other hand internet is full of TikTok videos of nurses dancing and having fun during this lockdown.
-
comment
Comment #22407666
Does this support more complex data structures - for example parquet files?
-
comment
Comment #22282093
!awk '!/ipython/' YOURNOTEBOOKNAME.py > temp.py && mv temp.py app.py && rm YOURNOTEBOOKNAME.py You mean: !awk '!/ipython/' YOURNOTEBOOKNAME.py > app.py && rm YOURNOTEBOOKNAME.py
-
comment
Comment #20885183
Realisticly, Tesla has done more for self-driving cars than any company in the world. It is almost synonym with self-driving car. Mistakes are inevitable no matter what you do, so …
-
comment
Comment #20844620
Sorted by age: (27, Airbnb) Brian Chesky; (27, HP) David Packard; (27, Instagram) Kevin Systrom; (27, Skype) Janus Friis; (27, Tencent) Pony Ma; (27, Yelp) Jeremy Stoppelman; (28, …
- comment
-
comment
Comment #20792306
Before I clicked the topic, I knew it was going to be i3. People who never used it have no clue how much it boosts up your productivity.
-
comment
Comment #20752152
Please don't ruin it with forced SJW crap. Don't touch my childhood.
-
comment
Comment #20735896
Same like with everything else in life. They cannot get the job done.
-
comment
Comment #20673494
Background on why you switched back to Windows?
-
comment
Comment #20549872
Great post mortem. Well detailed, good work ethic there.