HackerTrans
トップ新着トレンドコメント過去質問紹介求人

skneko

no profile record

コメント

skneko
·3 年前·議論
For no apparent reason, here you can find my key ;P http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF7662...
skneko
·3 年前·議論
I have the non-Pro edition (Home?) and I have the setting. I think this is a US-vs-Europe thing?
skneko
·3 年前·議論
For your information, in the Java world the equivalent of .NET is called JRE (Java Runtime Environment).
skneko
·4 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
God, the translation is horrible (native speaker from Spain here).
skneko
·5 年前·議論
Both appear Japanese for me. Locale = es_ES.UTF-8
skneko
·5 年前·議論
There is a "blind mode" that hides the font names.
skneko
·5 年前·議論
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 年前·議論
> 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 年前·議論
Those kinds of sites don't work. There are no operative workarounds as far as I know.