HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cetu86

no profile record

comments

cetu86
·в прошлом году·discuss
Still to this day, when I occasionally use Excel/Libre Office Calc I never know wether to write `sum(` or `summe(`. Function names depend on the localization settings of the system I'm working on.
cetu86
·в прошлом году·discuss
I'm currently starting to learn swedish myself. I was looking for the translation of "facing the west" but I think that was omitted in the translation. (Btw. Why is it facing THE west and not facing west anyways?) if the translation omits such a lot of detail it's not interesting to me.
cetu86
·в прошлом году·discuss
Given what we've seen so far it wouldn't surprise me if Musk had built a kill switch into these vehicles to stop the police from taking action against him.
cetu86
·в прошлом году·discuss
So what do you do instead?
cetu86
·в прошлом году·discuss
I'm currently using AI code completion. Since then I sometimes have subtle errors in my code that didn't happen before. Here is how that happens: AI suggests something to me that looks right at a glance. I accept it and move on. Then later I hunt down a strange bug. When I find it I'm like "wait, that line's wrong! I didn't write that".
cetu86
·2 года назад·discuss
I fear that we'll see a lot of humans err at scale next Tuesday. Global warming is another example of human error at scale.
cetu86
·2 года назад·discuss
If you need an example of a germanic language that has a very regular phonetic spelling I think Dutch is a better example than German. German has a lot of idiosyncrasies, because the spelling tries to preserve the etymology of the words. In Dutch they don't bother trying to preserve a word's history, everything is written as it sounds. (With a handful easy to memorize exceptions)
cetu86
·2 года назад·discuss
Wow, looks nice! Can you do that for SE and add quantities?
cetu86
·2 года назад·discuss
I get it that gnome is nowadays an experimental desktop environment, that tries a lot of new approaches. I just don't understand why many distributions use it as their default DE.
cetu86
·2 года назад·discuss
I use dark mode, when it's dark outside and in the daytime I switch to light mode. That just feels natural to me.
cetu86
·3 года назад·discuss
While the author dislikes extension functions in kotlin they enable one feature that Java doesn't have: With them you can create domain specific languages within kotlin that are quite ergonomic.

- Jetbrains has built a nice reactive js wrapper with them. - The gradle configuration is written in a kotlin dsl.

They can be used to specify configuration and add meta information and thus replace Java annotations.

That is my kotlin "killer" feature because I personally don't like annotations.

Java's language design has always been "pedagogical" (or patronizing) to not give the developer to much power to create to much abstractions and complexity. So it's not just its age but also this philosophy that has made Java a rather inelegant language ( compared with e.g. kotlin)
cetu86
·3 года назад·discuss
My reason for switching from gnome to KDE was that it was not possible for gnome to manage more than one Bluetooth adapter. A scenario that quickly occurs when you use a docking station. KDE had no problem with that. Another thing is the crusade against tray icons by gnome. So yeah, I like the cleanliness of gnome actually better than KDE, which is really a bit messy. But when this "cleanliness" comes at the price of stripping away essential functionality, there's no choice.