Viewing profile — gluczywo
gluczywo
HN member- Joined
- Fri, Mar 15, 2013, 2:28 PM UTC
- HN karma
- 149
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About gluczywo
No profile information was provided.
Recent public activity
-
comment
Comment #38783883
[flagged]
- story
- story
-
comment
Comment #16156702
"banking the unbanked" It has never been the goal of bitcoin. The original Satoshi paper rather implies the "unbank the banked" objective which is to remove corrupt middleman.
- story
-
comment
Comment #15914433
This story has the happy ending. To understand what may happen to the US visitor read this book: https://www.goodreads.com/book/show/30524537-the-russians-ar... I can confirm it's …
-
comment
Comment #15570583
tl;dr Web Push API requires centralized service the messages are sent over what has serious privacy implications. Android Chrome makes it even worse because it does not allow chang…
- story
-
comment
Comment #15037643
While NATs might have contributed to its demise, there were more fundamental reasons why CORBA failed. For anyone interested in thorough analysis instead of opinions I recommend th…
-
comment
Comment #15029858
Fruho is a decent VPN GUI on Linux
-
comment
Comment #14942436
Tcl is a great language and ecosystem. It fell victim to a few independent political decisions that resulted in low popularity: - Sun's pushing Java and killing everything else - S…
-
comment
Comment #14885223
True for an individual. For life seen as a part of system/society reproduction is the key motivation (for lack of a better word). Non-reproducing activities are irrelevant temporar…
-
comment
Comment #14778853
even experienced architects working in familiar domains have great difficulty getting boundaries right at the beginning. By building a monolith first, you can figure out what the r…
-
comment
Comment #14778659
For Go: https://tio.run/##S8//X5CYnJ2YnqqQm5iZx5WZW5BfVKKglJZbovQ/rT... BTW Do we really need ~540 bits (~90 chars of base62) to identify permanent link?
-
comment
Comment #14778615
This was my first thought: sandboxing is gonna be tricky for such project.
-
comment
Comment #14777741
"Network Programming in Go" is no longer free so it should be removed from the list. This book has been removed as it will shortly be published by APress.
-
comment
Comment #14742705
It's not only a misnomer but the term is not needed. We've had SOA, web services, microservices, now serverless. I'm not saying it's all hype. It's rather a steady, lasting a few d…
-
comment
Comment #14716236
Unfortunately no word on durability and maintenance guarantees. What happens after a few years when batteries lose most of their capacity? Who is going to take care of recycling? I…
- story
-
comment
Comment #13676388
You are right. The second point remains valid though.
-
comment
Comment #13676379
With the difference that when user types the password it is not displayed on the screen. Server-side generated password must be somehow presented to the user.
-
comment
Comment #13676068
systems should probably not let users pick their passwords. That is they get to pick a generated password (by the system) It implies that the system knows plaintext password. Even …
-
comment
Comment #13669024
It might be the natural size optimal for efficiency but not for survival (in the natural selection sense). The capacity of an organization grows with headcount even with diminishin…
-
comment
Comment #13421990
This is so terrible use case for blockchain. In a trusted environment blockchain might only introduce complexity and security problems. Hey, but isn't it what consulting is about?
-
comment
Comment #13370122
You can view GOPATH centered development as a sign of simplicity. Probably not the most elegant thing in the world but the code organization is easy to fix with: ln -s PROJECT_SOUR…