HN user

COMMENT___

72 karma

Baldness developer, Management of Hair Loss department (MHL).

Posts5
Comments89
View on HN
GitHub was down 2 years ago

This “ironic” and “humorous” style of errors and UI captions is the actual new corporate speak. I’d prefer dumb error messages rather than some shit someone over the ocean thinks is smart and humorous. And it’s not funny at all when it’s a global outage impacting my business and my $$$.

Sudo for Windows 2 years ago

The new command is named “sudo” because customer feedback and because MUSCLE MEMORY:

I hear you! We thought about some of the options you’re calling out here. A lot of customers voiced having the muscle memory of doing similar flows on various operating systems was more important to them and that’s where we landed. I totally understand your perspective and I do really appreciate the feedback. I’m always trying to learn from people like you so I can help to build things that will make your life better.

From https://devblogs.microsoft.com/commandline/introducing-sudo-...

My first thought was that this article is about Obsidian Entertainment (videogame development company).

Using Git Offline 3 years ago

Or in serverless mode without any server at all. Just open the repository via file://.

recommended for beginners

This is fabulous. They even draw a "learning path" from beginner to expert (sorry, who?). It looks almost natural for inexperienced users.

This whole "home antivirus" business reminds me of SoftRAM. It's just a few steps away from being a scam.

So? You've just described exactly the what's achievable with Subversion. The only missing part is adding remote repositories.

You don't have to set up a database for Git, either, and it works entirely locally.

What database? Subversion doesn't need any special database to work. Just the repository and its working copy. Both can be local and can be created with two commands.

Subversion's CLI is actually sane and much easier compared to the abomination provided by Git. Additionally, Subversion can be used entirely locally, without the need to deploy and configure any server application.

It seems that you are comparing apples to oranges. Building your own SVN server from the ground up can indeed require some effort. Doing the same for Git demands more or less the same level of effort on your part. So, I believe you are comparing building an SVN server from the ground up to something like installing Gitea or GitLab, or using Git locally.

Again, you don’t have to install an SVN server. Just run `svnadmin create REPONAME` and use the `svn` client to import your data into the repository.

GitHub is down 3 years ago

How’s your experience with Subversion? What kind of content do store in SVN, BTW?

I don't understand how Rider is superior to VSCode. I tried Rider a while ago and switched back to VSCode because it gave me the impression that I was acting as a beta tester. There were, or still are, silly bugs that forced me to reinstall it completely several times. You just can't have such bugs in your software product if its codebase is covered with tests and if there is a dedicated team of software testers. Additionally, it costs $149 for the first year. However, I should note that I'm not a power user, so perhaps Rider's built-in Resharper is actually a must-have feature for someone.

Yes, AFAIK there is Bottles and Lutris, but I’m struggling with staring games through them. Perhaps it’s just me though.

I use Windows to play games, but it truly feels like a trash party most of the time.

Use Linux + Proton. It’s fascinating how Linux became a decent replacement for Windows for video games. (Thanks, Valve!)

Gmail works perfectly

Is this a joke? Gmail now is an awful email client. E.g., now you just can’t compose a rich text email when you need to copy paste lists from other emails. In certain cases, you can’t correctly format an email if you copy paste without formatting or plain text. And there is a lot of such annoying stuff, that makes my life painful.

Perhaps, searching my mailbox with gmail is OK, but the part of composing emails is in bad state.

1. Subversion lets you configure granular permissions.

2. Subversion lets you check out portions of your repository.

3. Subversion working copy does not have all regions history. Just a snapshot of the checked out revision.

So at least Subversion would have allowed them to limit the amount of leaked data + no revision history leaked.

I'm surprised to some degree that it's still running 13 years later when nobody is really facing that issue anymore.

It's still running because Subversion has better CLI.

PS The joke is not that funny when it lasts for 13 years. Ha-ha, how funny (not).

What about SVN?

Besides other features, Subversion supports representation sharing. So adding new textual or binary files with identical data won’t increase the size of your repository.

I’m not familiar with ML data sets, but it seems that SVN may work great with them. It already works great for huge and small game dev projects.