Live data from Hacker News

Viewing profile — calessian

calessian

HN member
Joined
Fri, Aug 26, 2016, 9:30 PM UTC
HN karma
52
Public activity
22 items

About calessian

No profile information was provided.

Recent public activity

  1. comment
    Comment #49007445

    Google can both be worse because of the web results declining in quality and terrible product decisions. It is of course much easier to see one of the two, and make an alternative …

  2. comment
    Comment #48622869

    It's somewhat unfortunate that, at least in my experience, its rather that non-technical people try to implement with a LLM of their choice these days. They don't look for experts …

  3. comment
    Comment #48538534

    It's not entirely uncommon, even companies like Volkswagen have 3 weeks of summer vacation. Strictly speaking, some people still work there for maintenance, etc. that can't be done…

  4. comment
    Comment #45925924

    VR has so far failed to reach an amount of people to make developing games for it really worthwhile, and the metaverse really doesn’t have much going for it either. I don’t really …

  5. comment
    Comment #44385888

    How the platform and the vendor split that money is irrelevant to me, and I’m not convinced this would become cheaper - evidently consumers are willing to pay the current price, so…

  6. comment
    Comment #38484205

    The manual pointed out this can happen at higher compression levels, but they were able to reproduce it at all levels.

  7. comment
    Comment #36815045

    That’s simply not true, sadly; you’re very much reliant on the company not attempting to sue you. Counter examples (not implying these have been successful, but it is also not unhe…

  8. comment
    Comment #36690534

    LTE/5G data is extremely expensive in Germany compared to essentially everywhere else in the EU. Here’sa comparison what 30 EUR per month for you in terms of LTE data volume in 201…

  9. comment
    Comment #36284937

    They could very well convince me to pay a subscription fee if they promised to not change the site anymore. Sure, that’s not exactly a great business model, but I do wonder if they…

  10. comment
    Comment #32947196

    I’m inclined to say that’s more due to integrated gpus not being a good replacement if you need CUDA or play games; If a better combined alternative existed (and not at an outrageo…

  11. comment
    Comment #32935889

    My DSLR camera has a mini HDMI out that you can use out of the box, doesn't require the camera to be in recording mode or such. It simply gives you the live video feed -- rather th…

  12. comment
    Comment #30341870

    Some fonts also just have different variants with and without ligatures, for example Cascadia Code/Mono: https://github.com/microsoft/cascadia-code

  13. comment
    Comment #28868734

    At least in the US, unilateral no-fault divorce is possible in nearly all states.

  14. comment
    Comment #28250446

    I wonder how much that translates into actual use. A lot of internet providers (in Germany) technically include a landline using VoIP, but that doesn’t reflect the number of calls …

  15. comment
    Comment #27324657

    Too short passwords being generated sounds like an issue that IMO violates user expectations, the other two do not.

  16. comment
    Comment #26641475

    I’ve seen break label a handful of times for nested loops. Whether that was the best choice is of course always up for debate. It’s definitively possible to replace and not a neces…

  17. comment
    Comment #26155260

    That's not exclusive to Ruby, though. Is there a language in which a project of at least a small team would not diverge? Devs at my current dayjob have established, in multiple rou…

  18. comment
    Comment #26070085

    I run my blog using perhaps the most boring option - Wordpress, with close-but-not-quite the default theme (different fonts mostly). Outside of adding a cover image on every post a…

  19. comment
    Comment #22226296

    See, having reasonable typed exceptions is perfectly acceptable, but that's rarely been the reality I encountered. About every method in our code base has the same 3 checked except…

  20. comment
    Comment #17651844

    A vaguely similar project, for the world of George R. R. Martin: http://www.westeroscraft.com/

  21. comment
  22. comment
    Comment #12887392

    The steam API allows servers to verify a player owns the game and provides a server list. Actual networking once players are connected isn't part of its scope iirc.