HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kyberias

no profile record

comments

kyberias
·há 2 anos·discuss
How are those Unicode characters typed in an editor with a normal keyboard?
kyberias
·há 3 anos·discuss
So this is more than just on parser for those statements. Very confusing.
kyberias
·há 3 anos·discuss
I find it hilarious that they're refering to the speed of the spacecraft.
kyberias
·há 3 anos·discuss
What is a 'video system'?
kyberias
·há 3 anos·discuss
Why would a connection to internet need security updates?
kyberias
·há 3 anos·discuss
What is ANSI C or C99 then?
kyberias
·há 3 anos·discuss
What does Just In Time mean for an interpreter?
kyberias
·há 3 anos·discuss
Well that link to the introduction of Prolog video is not a really good starting point.
kyberias
·há 3 anos·discuss
The standard to replace all air is about 2 hours which is 12 times longer than the 10 minutes you stated here.
kyberias
·há 3 anos·discuss
I'm not an Emacs user so what I'm about to say may be based on totally incorrect information.

Seems to be that Wdired is just a hack that represents file and directory metadata in a textual format (in a buffer in Emacs parlance). It's not obvious to anyone that editing a filename in this buffer actually goes to the file system and changes the name of the file. It's even less obvious that removing rows removes files or directories. It actually sounds rather dangerous to use.

This is not functionality that emerges from some elegant design of Emacs, it seems it's just a hack.
kyberias
·há 3 anos·discuss
This is why Language Integrated Query (LINQ) is so powerful in .NET. You never need to learn any ORM specific query language or syntax since you've probably learned to use LINQ with objects already and then you just continue to use it with a database.
kyberias
·há 3 anos·discuss
When I answer incorrectly, it tells me I selected some totally other country incorrectly.
kyberias
·há 4 anos·discuss
Please fix the font used for code examples. Unreadable.
kyberias
·há 4 anos·discuss
Is it not possible to cross-compile OS/2 software?
kyberias
·há 5 anos·discuss
Sorry, I don't understand the benefit. Buffer them?

It's clearly harmful to write escape codes in string literals. They are not readable.

The escape code to change any text to red should appear in code exactly once.

This is analogous to HTML inline styles.
kyberias
·há 5 anos·discuss
Well they wrote: "This tends to result in strings in our code that look a little like this."

That's why I think they have these strings in the code.
kyberias
·há 5 anos·discuss
Seems to me it's bad practice to combine the text you want to show with the formatting (escape codes) in string literals. Everything is then immediately dependent on specific type of UI technology (terminal).
kyberias
·há 9 anos·discuss
Why don't you install the 2013/2015 version of TFS and use git? It's included and fully supported.