Live data from Hacker News

Viewing profile — skneko

skneko

HN member
Joined
Wed, Apr 21, 2021, 2:23 PM UTC
HN karma
85
Public activity
30 items

About skneko

No profile information was provided.

Recent public activity

  1. comment
    Comment #35849565

    For no apparent reason, here you can find my key ;P http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF7662...

  2. comment
    Comment #35209114

    I have the non-Pro edition (Home?) and I have the setting. I think this is a US-vs-Europe thing?

  3. comment
    Comment #35208742

    For your information, in the Java world the equivalent of .NET is called JRE (Java Runtime Environment).

  4. comment
    Comment #32755109

    You might be interested in IntelliCode from Visual Studio. It's an AI-guided autocompletion tool, like Copilot, although dumber and less powerful. It can run in local mode [0], loo…

  5. comment
    Comment #32533715

    In my experience the Windows-Linux split is around 50-50, but I've only seen exactly two people with Apple devices in my entire life here. Western Europe.

  6. comment
    Comment #32529975

    Don't worry I'm European and 90% of developers I know think exactly like you (and me). It's just that the HN crowd is typically North American, and people tend to like what they ha…

  7. comment
    Comment #32491420

    I'm from Europe and there's a lot of .NET jobs here too. In my experience, the US is the outlier with a very small .NET presence.

  8. comment
    Comment #32109108

    As far as I know, Microsoft is the only big company I know that uses a gigantic, generic, combined EULA for all of its services at once.

  9. comment
    Comment #32103578

    It makes a very useful point: this is just another accident, but the media is reporting on it because the involved brand is Tesla.

  10. comment
    Comment #32102272

    As explained in [0]: - To develop for consoles, one must be licensed as a company. As an open source project, Godot does not have such a legal figure. - Console SDKs are secret and…

  11. comment
    Comment #31408366

    I work in a Spanish university (yes, I'm a filthy academic) and just the other day we were running experiments using a research tool in relation to this new variation of TRL7. This…

  12. comment
    Comment #30191220

    That is strange. My Windows is in Spanish and 2 years ago it found everything in English with no issues and today it still does (Windows 10)

  13. comment
    Comment #30157137

    God, the translation is horrible (native speaker from Spain here).

  14. comment
    Comment #29036556

    Both appear Japanese for me. Locale = es_ES.UTF-8

  15. comment
    Comment #29017541

    There is a "blind mode" that hides the font names.

  16. comment
    Comment #28981924

    ArrayList is not a linked list, it's an array-backed list like List in C# or other languages, like the name implies. Linked list is `java.util.LinkedList`.

  17. comment
    Comment #28981771

    > E.g., correct usage of arrays vs. ArrayList. Arrays vs lists is a thing in all languages, not Java. They just have different names (list, vector, sequence...)

  18. comment
    Comment #28973684

    Those kinds of sites don't work. There are no operative workarounds as far as I know.

  19. comment
    Comment #28727149

    Ah yes we used this and BadStore in the web security course of my university. Not very hard, but good for beginners.

  20. comment
    Comment #28578947

    Geez I feel bad for the guy asking the question... it was an interesting topic and he was basically ignored. I was expecting better from an "official" Slack.

  21. comment
    Comment #27801003

    > The government also seized the healthcare competences of the autonomous communities, only to be revealed that they were incompetent, and make old people die in assisted living fa…

  22. comment
    Comment #27800854

    I am honestly struggling to understand why this publication is even being allowed in a forum about programming, computers, technology and such. This is just old politics of a very …

  23. comment
    Comment #27800757

    > and most of the governments since them (and the current one) have been left-leaning (PSOE mostly). False, they have been mostly alternating. > And now, in Spain, the COVID-19 cri…

  24. comment
    Comment #27728658

    I am a research intern working in a group studying and developing formal methods. The tech we are working with has served to verify planes, trains and has been used in NASA. AMA if…

  25. comment
    Comment #27637720

    An "end user" will not install the SDK anyway. You do not need it to run .NET, it's for making your own apps.