For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | mpawelski's commentsregister

Yeah, and the content is not really thought provoking by any means.

I was surprised to see such obviously low quality slop here on HN.


I'm pretty sure at one point there was proposal that allowed declaring something like `int or string`. Not sure what happened with it though.


Damn, I got frustrated just by reading this comment :D


I always though Damien earns well with the iOS mobile version. Does he also pass it to AnkiHub too so they can earn from the app sales?


> It's not that I suffer from a short attention span, it's that there's nothing to pay attention to.

Is it only me that think this is exactly a short attention span?


No, that's incorrect.

A short attention span is when you can't pay attention to things for a long time, even if you want to.

If you can pay attention to things for a long time when you want to, then you don't have a short attention span.

If you'd rather skip over the parts that don't interest you, that's just called using your time efficiently.


I don't use it much, but for a default audio player for KDE, it's surprisingly slow to open audio file just to play it once (around a second on my machine)


This restriction of git worktrees is annoying but I just learned one simple rule to follow: Never check out the main development branch (main/master/develop/etc) in other worktrees (non "main worktree", using git-worktree nomenclature)). Use other name with "wt-" prefix for it. Like in:

git worktree add ..\repo -b wt-main --track origin/main

And to be honest, after being disciplined to always do that, I very rarely get error message saying that the branch I want to check out is already checked out in other worktree. Before that, I regularly had a situation when I checked out main branch on second worktree to see the current state of the repo (because my main worktree had a work in progress stuff) and after some time when I finished work on main branch, I tried to check out main branch on my main worktree and got the error. Because I totally forgot that I checked it out some time ago in the other worktree.


This is a perfect microcosm example of why I like Jujutsu. Useful git tips and tricks like this are just the default behavior in jj.


It works when you watch video on youtube, when it's embedded on other site I get the automatic translation.

I still cannot believe that Google doesn't understand that a person can speak more than one language.


Don't you keep the the current version of the software even if you don't buy the subscription for the next year?


Yes, and I will have to maintain a backup. Can't download again.


I concur. My company is using Rancher Desktop on Windows machines. No problems. As long as you use don't care about GUI, and just use CLI dommands ("docker" , "docker compose" ).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You