Viewing profile — lmns
lmns
HN member- Joined
- Wed, Apr 22, 2015, 1:51 PM UTC
- HN karma
- 206
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About lmns
No profile information was provided.
Recent public activity
-
comment
Comment #32467064
>When an attacker gains a foothold in a corporate environment, they will immediately try to find any accessible credentials to assist in lateral movement. So you think this isn't t…
-
comment
Comment #32375903
Have you tried a different USB-A charger? Some smaller devices have problems with USB-C to USB-C. I don't know why this is the case, though. It's just something I have observed wit…
-
comment
Comment #32261765
What are "absurd" amounts of CPU and memory? Calculating and pinning dependencies is just a very difficult problem which happens to be reducible to SAT. If you think a SAT solver t…
-
comment
Comment #31859379
I use pip-tools with venvs for that and can‘t complain. It pins dependencies and you can create different requirements.txts for local dev and production (production for me is usual…
-
comment
Comment #30976837
Threema's protocol doesn't even implement forward secrecy. From a security standpoint Threema is closer to iMessage than to Signal or other Signal-protocol-based messengers.
-
comment
Comment #30840957
My understanding is that containers actually can access nftables with CLONE_NEWUSER even without CAP_NET_ADMIN. EDIT: Apparently the Docker default capabilities don't allow CLONE_N…
-
comment
Comment #30787367
Are you implying that getting init script customisations overwritten by package managers isn't a problem with non-systemd init managers? I have lost track how often that happened w…
-
comment
Comment #29976605
It is different. I can run a Debian VM with GUI applications on any recent x86 Chromebook. It's pre-installed and supported.
-
comment
Comment #29635108
802.11n with 5 GHz is okayish, but using 2.4 GHz can be brutal. It's not just the bandwidth, the whole frequency band is just bad. My latency regularly goes through the roof and vo…
-
comment
Comment #29523021
With that budget you won't find an always-on display. OLED panels are just too expensive.
-
comment
Comment #29330949
Try 'python3' or 'python2'.
-
comment
Comment #29288564
I think the appeal of the 13 mini is that it actually has all the interesting features of the bigger phones (minus 120 hz and ProRes), just in a smaller phone. I would agree that t…
-
comment
Comment #28927270
They could easily do it if they wanted to, now that they have more control over the SoC. With Chrome OS they already do it. Most devices that are released now will get 8 years of s…
-
comment
Comment #28554692
A toothpick also works fine.
-
comment
Comment #28345658
The author forgot to add the "duckie" item in the list.
-
comment
Comment #28255025
I guess the installation via pip is only best effort in the sense that they can't support every platform that pip is able to run on. For example their dependency on the "cryptograp…
-
comment
Comment #28187597
It's tricky, because most phones can't be flashed with an alternative aftermarket OS. I know that LineageOS etc. exist, but most phones don't have a stable build and a lot of SoCs …
-
comment
Comment #27990042
64 characters? Why would they do that?
-
comment
Comment #27943426
Modern low- to midrange phones certainly have more RAM and storage than your 2014 phone, which matters more than the raw benchmark scores.
-
comment
Comment #27941222
This has been a problem for a long time. I'm not sure why other distributions are better at this than Debian, but I think it has something to do with how Debian splits up software …
-
comment
Comment #27633708
>Most desktops today only have a browser and some office application installed. The desktops I see on a daily basis don't have only a browser and office application installed. I'm …
-
comment
Comment #27630288
>Chances that the average user's phone is compromised is very high. How do you know? Android and iOS apps are much better sandboxed than desktop applications (which usually aren't …
-
comment
Comment #27578000
I've never heard of a phone that does this.
-
comment
Comment #27570553
I know what you mean, but as soon as you have transitive dependencies it doesn't work at all. At that point you can't reproduce the same state of your venv at a later date because …
-
comment
Comment #27569300
I'm surprised that pip-tools isn't more popular. For the stuff I do with Python (small CLI tools, casual webdev) it's completely adequate. I can pin down my dependencies, upgrade t…