Viewing profile — Bystroushaak
Bystroushaak
HN member- Joined
- Fri, May 08, 2015, 8:44 PM UTC
- HN karma
- 159
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About Bystroushaak
No profile information was provided.
Recent public activity
-
comment
Comment #44422810
Can recommend Honeycomb Storage Wall. Printed it two weeks ago, so far I am super happy with it. I've tried multiboard previously, but only a few segments. It was harder to print, …
-
comment
Comment #37236193
I mean, I have nothing against the retail version of this, if there was any. If you have something in mind, post it here. I've tried the PiJuice first, in hopes that it will be suf…
-
comment
Comment #36926090
> The overwhelming majority of cyberdecks I see get posted on reddit are basically raspi + pelican case + ortho/ergodox. It's grown quite stale and certainly almost none of these d…
-
comment
Comment #36291222
I would say python's stdlib is mostly stable. Usually when I port shell scripts to python, I create a folder for it and throw in some setup.py / requirements.txt. But lately, I've …
-
comment
Comment #36274147
Well. I've been using python personally since 2007, and it never broke with update (I still occasionally run scripts written for 2.5). Also, I am working as a python backend dev, d…
-
comment
Comment #36264479
Can you elaborate?
-
comment
Comment #36263748
I usually replace shell scripts with python (using sh module: https://amoffat.github.io/sh/ for calling other scripts/programs).
- story
-
comment
Comment #29295625
Not sure about Idea, but PyCharm directly supports syncing the settings into the git repository. File / Manage IDE Settings / Sync with Settings repository. It autocommits & pushes…
- comment
-
comment
Comment #29295394
That should be CTRL+SHIFT+click, not just shift click. Muscle memory, heh.
-
comment
Comment #29293597
You can just undo. And when you can't for some reason (you restarted the IDE or something), you can just look at the "Local history" and return back in time to any previous state.
-
comment
Comment #29293112
I've been using Vim since 200x (i think 2007, but not sure), some time even as my main editor, but this is simple not true at all. I've been trying the "built your own IDE from the…
-
comment
Comment #29293059
I usually have Structure side panel[1], which shows all of the definition signatures (classes, variables and functions), and probably the thing you mentioned (CTRL+r on linux), and…
-
comment
Comment #29293022
Not sure about bare PyCharm, but if I shift click on any function use, it goes to the function definition. When I shift click on the definition, it shows me all of the uses. I use …
-
comment
Comment #28349213
Personally, I don't understand why there is so much surprise. If you really think about it, your avatar is something you will look at a lot. So you naturally choose something you l…
-
comment
Comment #26735843
The bomb really wasn't known. Some people speculated that it may work, some people were sure that it couldn't. I've finished https://www.goodreads.com/book/show/170428.Now_It_Can_B…
-
comment
Comment #24479762
Also Wedos here in Czech republic; https://www.wedos.org/en/
- story
-
comment
Comment #23558412
I have written something on this topic previously: http://blog.rfox.eu/en/Programmers_critique_of_missing_struc...
- story
-
comment
Comment #23513520
I do use Docker, but that is a tool for completely different purpose. I need something else for configuration of all my physical machines; virtual server, physical server, several …
-
comment
Comment #23513503
YAML may be human readable, that doesn't make DSL built on top of YAML by people who know shit about building DSLs less pain. You don't really write YAML, on the higher level, you …
-
comment
Comment #23513484
Op is python programmer who is using python for everything for more than 13 years, so there you have the reason. I am also writing my own programming language .. in python: https:/…
-
comment
Comment #23513471
I've seen Mitogen, but that to me looks like lowlevel ssh paralelization library. Great project, but it doesn't seem to provide any abstractions, for example declarative package ma…