Viewing profile — chmln
chmln
HN member- Joined
- Mon, Oct 24, 2016, 5:20 PM UTC
- HN karma
- 738
- Public activity
- 226 items
- HN profile
- View on Hacker News ↗
About chmln
No profile information was provided.
Recent public activity
-
comment
Comment #31442500
That whole example feels like a strawman, from my (maybe limited) experience something that's rather the exception than the norm. First, lifetimes are elided in most cases. Second,…
-
comment
Comment #31144373
I can vouch for purelymail ( https://purelymail.com/ ), it's simply amazing. Their only rule is basically no marketing emails. It's also quite affordable compared to others.
-
comment
Comment #26965297
Yes.
-
comment
Comment #26920904
It uses the shared mime database, which in turn relies on both file type and content to detect the mime.
-
comment
Comment #26908550
Having lived through the same frustrations I've released https://github.com/chmln/handlr a year ago. It comes with lots of nifty scripting tools and significant improvements over x…
-
comment
Comment #26431353
> One of the most common use cases for the `ctrl` key is COPYING shit and followed by PASTING shit and it DOES NOT WORK in a fucking TERMINAL... Because `ctrl-c` sends an interrupt…
-
comment
Comment #26386571
Shameless plug: https://wire.js.org/ as an alternative focused on type safety and productivity.
- story
-
comment
Comment #25566998
> There's no consistency Just a reminder there's like 7 different context menu styles in Windows 10, not to mention two control panels.
-
comment
Comment #25269577
All of these are optional, just disable and use an alternative? I use resolved and timesyncd however and they work amazing for my basic needs on the laptop.
-
comment
Comment #24883872
Almost every point made here is basically false. The best performing languages are imperative (C, C++, Rust), with functional languages being at least an order of magnitude slower …
-
comment
Comment #24785075
Immigration has a direct impact on the labor market. Unlimited migration would likely outpace any sort of economic growth and massively depress wages. I would not look forward to c…
-
comment
Comment #24784296
Wanting to make a livable wage is not greed. Besides, unchecked migration would lead not only to seriously depressed wages but also massive social issues.
-
comment
Comment #24736646
Well the privileged extension requires root, which is what I was alluding to in my post :)
-
comment
Comment #24736075
Note that you can totally do all of those if you root your device. Highly recommend.
-
comment
Comment #24715625
Because of "composability", even if the highly coupled functions will likely never be reused. And leaky "abstractions" that create more problems than they solve but look cooler tha…
-
comment
Comment #24701417
Perhaps it's worth educating yourself on possible reasons. r/politics and HN are not the best places to do that, to put it mildly.
-
comment
Comment #24449662
That's definitely true as well - some responses by poettering in systemd issues in particular are unnecessarily condescending and very unprofessional. Also, while systemd and pulse…
-
comment
Comment #24449518
I think it's a small but very loud minority that hates on systemd, pulseaudio, etc. Majority of users, like me, never really comment on those two because they do their job so well …
-
comment
Comment #24159559
This is practically the end of Mozilla, a sad result of horrendous mismanagement. Instead of pouring all its resources to make a superior browser and thus attract more money by hav…
-
comment
Comment #24159424
That makes no sense. People might not know about WASM or Rust, but people like fast browsers. Rust is what powers Servo, which in turn made performance of Firefox somewhat acceptab…
-
comment
Comment #24105519
> If you look today at who is studying an AP course for computer science in an American high school, what you will see is a group of people that are more male, white, urban, and mo…
-
comment
Comment #24085335
Some terminals can, kitty for instance.
-
comment
Comment #23595805
That document is not particularly enlightening either. > we're removing the types from internal code and making it pure JS. this reduces complexity and helps us ship a faster produ…
-
comment
Comment #23592976
> TypeScript compile time when changing files takes several minutes, making continuous compiling an excruciatingly slow process They must be doing something horribly wrong, because…