HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pitkali

no profile record

comments

pitkali
·17 วันที่ผ่านมา·discuss
Oh, yeah, the Snowfield itself is secret enough, but getting to the palace afterwards is just a matter of exploration. The teleport is not that hidden.

FWIW, after you get one half of the medallion, get invaded by Gideon's lackey and then talk to Gideon, he will tell you to look for the Albinauric woman, so at least they give you this much.

All in all, I find the quests in the base game relatively straightforward, but anyone with any prior experience in their games will have an inkling that if they care about quests' results, you need to double-check with the wiki.
pitkali
·18 วันที่ผ่านมา·discuss
All the speedrunners just kill the guy in the jar to get the medallion: you don't have to talk to him.

Also, all you have to do in the Snowfield is to take a teleporter: that's not very secret, is it?
pitkali
·เดือนที่แล้ว·discuss
The peasants did not live for long, though, did they? Hard to say if and how the diet contributed, but just because people rarely ate meat then, for example, doesn't necessarily mean it's better for your health. Even if we could agree that people these days eat too much.

People talk about how we spent generations adapting to certain aspects of diet, and so following the habits of old is surely safer, but seem to forget that evolution only really "cares" about producing offspring, not your longevity, or quality of life in old age.
pitkali
·2 เดือนที่ผ่านมา·discuss
Code review just means you need an accomplice. It makes it harder, not impossible.
pitkali
·2 เดือนที่ผ่านมา·discuss
Its mere availability is not "encouragement."
pitkali
·2 เดือนที่ผ่านมา·discuss
I never got the idea from git itself that changing history is encouraged. What makes you say otherwise?
pitkali
·2 เดือนที่ผ่านมา·discuss
I don't think the internal design is/was that similar. We switched from CVS to git, and were evaluating multiple choices. What tipped the scale in the end was our trust in the internal data model, which for git was the idea that it stores the snapshots, and they are immutable. The diffs you can get out of it are calculated on demand. Even if on-disk storage can end up using some diffs to save on space, the actual conceptual model of every operation is based on those snapshots, and that is also how every new commit is stored before repacking the repository.

This appealed greatly to us, and always meant that it is effortless to undo any operation because it only creates new snapshots, while the previous ones stay there for a while in case you need to recover the previous state.

This is in contrast with Mercurial, where the data store is (was?) a sequence of diffs, and then the state of the working tree at any time is reconstructed on demand from those diffs.
pitkali
·2 เดือนที่ผ่านมา·discuss
Meh. While I agree that Mercurial had easier to use CLI, there was maybe 1 time over the last 15 years or whatever when I needed anything other than git reset --hard.

Although, I suppose part of this is just that manipulate index with something like lazygit.
pitkali
·2 เดือนที่ผ่านมา·discuss
The way I remember it was that bookmarks were added because the git branching model became so popular. The "branches" in Mercurial were allegedly not designed with short-lived feature branches in mind.
pitkali
·2 เดือนที่ผ่านมา·discuss
Mercurial had an easier to use command line interface. If that's what makes it far better technology, we have a very different idea what makes the "technology" better.
pitkali
·2 เดือนที่ผ่านมา·discuss
The non-professional flow you described does not require merging in git either. I suppose most teaching resources about git go deep into merging because it was created for distributed development where that's important, but it doesn't mean you have to teach it to a non-professional like that.

Not that I think mercurial didn't have "simpler" UI back then, but the arguments thrown around in this thread are pretty bollocks.
pitkali
·6 เดือนที่ผ่านมา·discuss
I got my first MacBook around 2010 because I was tired of fixing suspend to RAM every few Nvidia driver updates on my ThinkPad. Then I paid for a commercial VM to seamlessly run some Windows software I needed for my freelance work as a translator, removing the need to dual boot two operating systems. Everything just worked, and I could focus on things I wanted to do instead of continuing to tinker with the OS itself. And after years of playing with many different Linux distros, I realised that I did get tired of that. Moreover, a few games that I played, actually had native Mac versions. What's not to like?

These days I do have a Tuxedo laptop for fooling around, and I don't even use laptops on the regular, which is probably why it works well enough. That and integrated Radeon graphics, I'm sure.
pitkali
·6 เดือนที่ผ่านมา·discuss
Removing all manifest v2 support is also a code change that can be reverted. Of course, the larger the change, the more work it's likely to require to maintain it in the future.
pitkali
·7 เดือนที่ผ่านมา·discuss
A typical example for English is the adjective order.
pitkali
·2 ปีที่แล้ว·discuss
Also in Polish, actually.
pitkali
·8 ปีที่แล้ว·discuss
So now it's okay because it's done to an actor that you consider deserving of such treatment? People said such behaviour is wrong, so they changed their act. Why wouldn't you hold others accountable to the same standard? What is the point of listening to the criticism and correcting your behaviour if it will be okay for others to keep punishing you?

Seems counterproductive to me.