HackerLangs
TopNewTrendsCommentsPastAskShowJobs

eska

1,725 karmajoined قبل 11 سنة

comments

eska
·قبل 5 أيام·discuss
He probably meant that free users are more dickish. That’s my experience
eska
·قبل 6 أيام·discuss
The submitter isn’t the library author.
eska
·قبل 6 أيام·discuss
I also stopped reading the article there. This is major version 4 of a library about providing higher level db actions, i.e. transactions are paramount to make them atomic
eska
·قبل 6 أيام·discuss
If I was going to pretend I’m sick I’d just say I have diarrhea. There’s no way for the doctor to check it. So yea this is theater.
eska
·قبل 7 أيام·discuss
This was so sad to read. I quit because I didn’t want to end up this dead inside.
eska
·قبل 9 أيام·discuss
At that point does your keyboard even still have arrow keys?
eska
·قبل 9 أيام·discuss
Sorry to be blunt, but if you don’t want to spend effort on touch typing (and therefore avoid arrow keys), learning vim motions is rather pointless and you might as well not bother.
eska
·قبل 9 أيام·discuss
[flagged]
eska
·قبل 10 أيام·discuss
I just looked up the compression rate of FFV1 because I never thought about this. It’s apparently 4x. More would be possible, but increase computational requirements.

Another use cases seems to be archival of historical footage.
eska
·قبل 10 أيام·discuss
I don’t think that you guys should be debating compressed vs uncompressed, but lossy compression vs lossless compression. Your math seems to derive from a naive storage format.
eska
·قبل 10 أيام·discuss
It should be illegal to have others purchase what you as a company only licensed and therefore aren’t legally allowed to sell.
eska
·قبل 10 أيام·discuss
I’d still use a byte slice for that. Some formats may mix encodings, or have a text header and binary payload. For those cases one would need to use memchr for the first byte, then compare the remaining few bytes. So I don’t think it would be a huge performance impact
eska
·قبل 10 أيام·discuss
Even if you don’t use Facebook they have a “shadow profile” of you. One of the things that is different on the modern internet.
eska
·قبل 10 أيام·discuss
For context, initial WoW was developed until 2005, and up to roughly 2003 Blizzard was going to release it only for the US and Korea, because they thought “Europeans only play racing games” (source: WoW dev diary by Staats)
eska
·قبل 16 يومًا·discuss
Even Riot’s rootkit “Vanguard” has reduced requirements for Windows 10.
eska
·قبل 17 يومًا·discuss
As both a lawyer and a software engineer, I don't understand why big tech and EC want to scan messages, if they actually want to combat online abuse.

They don’t want to combat child abuse, they want to improve their advertising fingerprints.
eska
·قبل 17 يومًا·discuss
Exit strategy for after their political career. Compare with Gerhard Schröder
eska
·قبل 17 يومًا·discuss
That is still simple AI and commonly used.

1. Make individual agent AIs that can act on their own.

2. Make squad AIs that can influence their agent AIs.

3. Add even more AIs on top, like a scenario AI.

Each of these AIs can be a state machine, behavior tree, rule system or goal system. They’re exactly equivalent and can be translated into each other mechanically. So the whole hierarchical AI is equivalent to one big state machine.
eska
·قبل 19 يومًا·discuss
I started to learn Japanese 30 years ago, and in my experience the people who try to be smart and build systems almost never get decent. It’s procrastination while thinking they’re actually productive.

To add insult to injury this article hasn’t discovered anything new, makes it sound way more complicated than it is, and in the end still requires you to just remember which verbs are of the eru/iru group, and which are not (which was posed as a problem to solve in the intro).

Just make cards and mark the stem, learn it along with the verb. No need for heuristics. If you ever forget, you’re bound to remember the masu-form and can reverse engineer the stem from that 100%.
eska
·قبل 20 يومًا·discuss
I changed my opinion about parens when I stopped formatting like C, and used indent rather than parens to denote blocks. That is, a large amount of them at the end is totally fine.