Live data from Hacker News

Viewing profile — chmln

chmln

HN member
Joined
Mon, Oct 24, 2016, 5:20 PM UTC
HN karma
738
Public activity
226 items

About chmln

No profile information was provided.

Recent public activity

  1. 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,…

  2. 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.

  3. comment
  4. comment
    Comment #26920904

    It uses the shared mime database, which in turn relies on both file type and content to detect the mime.

  5. 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…

  6. 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…

  7. comment
    Comment #26386571

    Shameless plug: https://wire.js.org/ as an alternative focused on type safety and productivity.

  8. story
  9. 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.

  10. 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.

  11. 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 …

  12. 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…

  13. 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.

  14. comment
    Comment #24736646

    Well the privileged extension requires root, which is what I was alluding to in my post :)

  15. comment
    Comment #24736075

    Note that you can totally do all of those if you root your device. Highly recommend.

  16. 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…

  17. 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.

  18. 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…

  19. 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 …

  20. 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…

  21. 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…

  22. 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…

  23. comment
    Comment #24085335

    Some terminals can, kitty for instance.

  24. 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…

  25. 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…