Viewing profile — calessian
calessian
HN member- Joined
- Fri, Aug 26, 2016, 9:30 PM UTC
- HN karma
- 52
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About calessian
No profile information was provided.
Recent public activity
-
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 …
-
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 …
-
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…
-
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 …
-
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…
-
comment
Comment #38484205
The manual pointed out this can happen at higher compression levels, but they were able to reproduce it at all levels.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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
-
comment
Comment #28868734
At least in the US, unilateral no-fault divorce is possible in nearly all states.
-
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 …
-
comment
Comment #27324657
Too short passwords being generated sounds like an issue that IMO violates user expectations, the other two do not.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #17651844
A vaguely similar project, for the world of George R. R. Martin: http://www.westeroscraft.com/
- comment
-
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.