Live data from Hacker News

Viewing profile — mr_coleman

mr_coleman

HN member
Joined
Thu, Dec 05, 2019, 9:41 PM UTC
HN karma
31
Public activity
20 items

About mr_coleman

No profile information was provided.

Recent public activity

  1. comment
    Comment #43719686

    When it comes to self hosting, Jellyfin is really not a Spotify replacement. There are better, more purpose driven application. A good example is Navidrome. It is a less featureful…

  2. comment
    Comment #43027591

    I think of a "CRUD application" as, hopefully, a thin wrapper around simple database transactions with a web front end. They're mind numbing to work on with most tasks boiling down…

  3. comment
    Comment #42966154

    I always advocate for people to learn 6502 because it's easy and small. Not because they are going to write assembly but because they should have a basic idea of what their code is…

  4. comment
    Comment #42186359

    In C# you can do a collection of Task , start them and then do a Task.WaitAll() on the collection. For example a batch of web requests at the same time and then collect the results…

  5. comment
    Comment #37301516

    It's the unintended consequences of good intentions. The belief is that the criminal justice system has been historically racist against certain minority groups. Once you've been t…

  6. comment
    Comment #36523736

    I prefer to think of it as the Uber/AirBnB model. Just do illegal things so much that you clog the enforcement mechanisms. Then it becomes such an unreasonable burden that they cha…

  7. comment
    Comment #35345262

    Everyone is cutting back on marketing. Scams are always buying and make their most money during hard times.

  8. comment
    Comment #35234637

    Maybe it's not a good idea to put your employer's source code out onto some random website. If you wouldn't put it on here, you probably shouldn't put it on ChatGPT. I'm sure it's …

  9. comment
    Comment #35043098

    Didn't someone write a patch the day it came out that stripped out all the phoning home in single player and the game played perfectly ok in single player. I seem to remember it be…

  10. comment
    Comment #34986065

    I wonder how many of Comixology's issues also track the downfall of the American Comicbook Industry. Marvel, DC and other American Comicbook companies aren't exactly setting the wo…

  11. comment
    Comment #32429253

    They already have. My career started making websites that are now made in Wordpress. Look at Salesforce and Sharepoint.

  12. comment
    Comment #32140058

    We use it in production with no big complains. I'm a Dapper man myself but EF Core works fine with Postgres. Just add Npgsql.EntityFrameworkCore.PostgreSQL to your project, generat…

  13. comment
    Comment #31099263

    I had a pre-2015 macbook for a while and I can honestly say that I've never had a worse keyboard. It hurt my fingers and it felt like Apple was trying to destroy my hands. A cheap …

  14. comment
    Comment #29788728

    Who's going to host all the decentralized censorship free videos without ads? Where does my 70 year old mother go to send me a crypto-blockchain message?

  15. comment
    Comment #27633830

    You can sue them, you just won't win if it goes to trial. But most lawsuits don't end in a courtroom. It's sometimes cheaper to pay off a lawsuit you'd win in court than to go thro…

  16. comment
    Comment #25688250

    I love doom scrolling as much as the next guy, just make sure to get some mind bleach. Find a nice fiction podcast or take up electronics. Both sides will consume your mental healt…

  17. comment
    Comment #25352267

    Go up a level. You want "Headphones" not "Headphones + Headsets".

  18. comment
    Comment #24129823

    I've seen that applied to long running legacy projects. This is how they did things back in 2008. Here someone discovered an orm library. Now here, they started to try to introduce…

  19. comment
    Comment #23249920

    If you want to be extra cynical, think of it as an asset auction listing as part of a liquidation.

  20. comment
    Comment #21716929

    You could LogStash your logs into ElasticSearch and then view them with Kibana. The ole ELK stack.