Viewing profile — azov
azov
HN member- Joined
- Sat, Jul 30, 2011, 1:18 AM UTC
- HN karma
- 2,891
- Public activity
- 330 items
- HN profile
- View on Hacker News ↗
About azov
No profile information was provided.
Recent public activity
-
comment
Comment #48693908
What was the mistake? Can’t P1S work offline? I thought they can print from SD card, and there’s also LAN mode?..
-
comment
Comment #48693827
Is somebody organizing a rally to oppose this?
-
comment
Comment #47667623
Your code is that contract (unless your tests cover every possible input, which is not practical in most cases).
-
comment
Comment #47483176
Same for me. The arrows are so small I can’t even see them on my phone, but animation makes direction clear.
-
comment
Comment #47083482
They fixed unlock in the last release: "On a Mac with Apple silicon with macOS 26 or later, FileVault can be unlocked over SSH after a restart if Remote Login is turned on and a ne…
-
comment
Comment #46739021
Most codebases that ban exceptions do it because they parrot Google. Google’s reasons for banning exceptions are historical, not technical. Sadly, this decision got enshrined in Go…
-
comment
Comment #46339017
If my system doesn’t work - I want to be alerted. If notification was supposed to be sent but wasn’t - it’s an error regardless of whether it wasn’t sent because of a bug in my cod…
-
comment
Comment #46284439
If you mean that sites with expired certificates may technically be accessible if one jumps through enough hoops and ignores scary warnings - yes, of course you’re right. Maybe thi…
-
comment
Comment #46282966
We wanted TLS everywhere for privacy. What we ended up with is every site needs a constant blessing from some semi-centralized authority to remain accessible. Every site is “dead b…
-
comment
Comment #46197480
If the cost of building software dropped so much - where is that software?.. Was there an explosion of useful features in any software product you use? A jump in quality? Anything …
-
comment
Comment #45929013
I was hoping for easy backup via zfs send as well, but turns out it’s not so easy atm. IncusOS does not give you shell access, you have to figure out IncusOS ways to do things via …
-
comment
Comment #45699824
The ticketing system might very well be the oldest. AFAIK the very first large-scale commercial deployment of what we now call "distributed cloud apps" was SABRE, a ticket reservat…
-
comment
Comment #44440463
Well, direct democracy already exists in various forms (e.g., referendums, propositions on California ballots, etc.). Sometimes bad decisions are made, but I wouldn’t call it a tot…
-
comment
Comment #44440379
I wonder if technical complexity of implementing online age checks is about the same as implementing a robust direct democracy system - one where people can vote down bad laws inst…
-
comment
Comment #44419221
The files I normally have write access to are my important files though. Immutable snapshots/offline backups help with those.
-
comment
Comment #43200848
We may want to start thinking about smartphones as infrastructure. It’s not practical to run five sets of power lines to each house so that utility companies can compete in a free …
- story
-
comment
Comment #40859270
It depends. If your codebase is already free of lint warnings - adding a blocking check to prevent new ones is no big deal. But if your blocking check means that everyone has to dr…
-
comment
Comment #40852819
It takes time. For a team not used to code reviews, they might seem more trouble than they're worth at first. Most likely they will be more trouble than they're worth for the first…
-
comment
Comment #40478520
In addition to misleading title, note that the graphs in the article neither start at zero nor reach 100%. They are totally doing it by the book [1] [1] https://en.wikipedia.org/wi…
-
comment
Comment #40276792
I believe Norton Commander was the original product (for MS DOS), Midnight Commander is its open-source cross-platform clone. FAR Manager is another notable TUI clone of NC. Window…
- story
-
comment
Comment #39099067
I’m prepared and happy to accept the $100K offer today as it is … I would be grateful if it could be increased to $120k. This is absurd. Why would anyone give you $120K if you’re s…
-
comment
Comment #38572863
Indeed. The first time this happens the programmer will spend hours looking for the first few places that need to be changed. Then he will spend days debugging, and hopefully will …
-
comment
Comment #37608164
> Fire and Motion, for small companies like mine, means two things. You have to have time on your side, and you have to move forward every day. Sooner or later you will win. It's i…