HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skneko

no profile record

comments

skneko
·قبل 3 سنوات·discuss
For no apparent reason, here you can find my key ;P http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF7662...
skneko
·قبل 3 سنوات·discuss
I have the non-Pro edition (Home?) and I have the setting. I think this is a US-vs-Europe thing?
skneko
·قبل 3 سنوات·discuss
For your information, in the Java world the equivalent of .NET is called JRE (Java Runtime Environment).
skneko
·قبل 4 سنوات·discuss
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], looking at your existing codebase (opened solution) to feed future suggestions.

[0]: https://docs.microsoft.com/en-us/visualstudio/intellicode/ov...
skneko
·قبل 4 سنوات·discuss
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.
skneko
·قبل 4 سنوات·discuss
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 have grown with.
skneko
·قبل 4 سنوات·discuss
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.
skneko
·قبل 4 سنوات·discuss
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.
skneko
·قبل 4 سنوات·discuss
It makes a very useful point: this is just another accident, but the media is reporting on it because the involved brand is Tesla.
skneko
·قبل 4 سنوات·discuss
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 covered by non-disclosure agreements. Even if we could get access to them, we could not publish the platform-specific code under an open source license.

[0] https://github.com/godotengine/godot-docs/blob/master/tutori...
skneko
·قبل 4 سنوات·discuss
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 tool is a genomic variation database aggregator that tries to act as an "oracle" of the clinical significance of the variations by running an AI algorithm on the harvested data. Very cool stuff, in spite of my area not being directly related to bioinformatics :)
skneko
·قبل 4 سنوات·discuss
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)
skneko
·قبل 4 سنوات·discuss
God, the translation is horrible (native speaker from Spain here).
skneko
·قبل 5 سنوات·discuss
Both appear Japanese for me. Locale = es_ES.UTF-8
skneko
·قبل 5 سنوات·discuss
There is a "blind mode" that hides the font names.
skneko
·قبل 5 سنوات·discuss
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`.
skneko
·قبل 5 سنوات·discuss
> 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...)
skneko
·قبل 5 سنوات·discuss
Those kinds of sites don't work. There are no operative workarounds as far as I know.
skneko
·قبل 5 سنوات·discuss
Ah yes we used this and BadStore in the web security course of my university. Not very hard, but good for beginners.
skneko
·قبل 5 سنوات·discuss
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.