Hacker Newsnew | past | comments | ask | show | jobs | submit | cmehdy's commentslogin

Awesome site! I didn't find canaliths on it so I might submit it to you eventually: roughly every winter I get vertigo when lying down, and apparently there is no "fix" except to "reposition my canaliths"[1].

It all goes away during the summer somehow.

[1] https://en.wikipedia.org/wiki/Epley_maneuver


I knew those as otoliths, and the vertigo they cause is so intense and annoying I never forgot the name: benign paroxysmal positional vertigo

Fortunately, the Epley maneuver is very effective, if done correctly. Unfortunately, if done incorrectly it can worsen the symptoms. It's all about identifying in which semicircular canal are the otoliths before moving them.


I know the issue as meniere's disease.

There's Apparently a whole family of these.

It's trivial but absolutely terrifying.


If I understand correctly this is the same as BPPV which is on there :)

You're right! I brought BPPV was just all benign cases of vertigo regardless of origin but the article does mention tiny crystals, good catch!

Ah great! I'll put it on my list to read up on. Thanks

Another one I'm not sure how to fully explain: closing the nose without touching it.

I can fully block smells or breathing by doing something that feels like inflating a zone between the top of the mouth and the nose. When speaking it will sound as if I am pinching my nose without hands. Comes in handy when having to face horrible smells.

I assume everybody can do it but many don't know how.

https://www.reddit.com/r/TooAfraidToAsk/comments/ysd5o2/is_i...


Everybody who can speak can do it because that's what you do when you say [k] or [g].

Oh great point this will go on the oddity once I add it!

I belive that this is closing your soft pallate to the back of your throat. It should also happen when you swallow.

Tidal is the last streaming service I use, split between that and a jellyfin+arrs setup coupled with buying music from artists directly.

Fuck Spotify and their rotten leadership. Was amongst the early adopters (2009). I'm sure they won't care for the loss, and I won't miss th when they're gone.


Seriously tried Tidal. Gave up on it because of the software quality.

That earring story, as some commenters pointed out, is an alternate version of Greg Egan's short story "learning to be me", now easily found in one of his short story compilations. If you haven't yet read Axiomatic as well as Luminous, I highly recommend both.


> Greg Egan's short story "learning to be me"

I read it and it is indeed quite good!

link for the lazy: https://gwern.net/doc/fiction/science-fiction/1995-egan.pdf



People's shortening attention span. Must retain.

Explanation still required, therefore statement must concisely outline product. Feature retains attention.

Simple outtro. Attention retained.

It is not a bug, it is a feature.


Powershell is a great scripting language, but when you want to massively delete stuff I strongly suggest you use "robocopy /MIR" with an empty folder as source to be "mirrored". Much faster, better multithreaded performance, decent logging. It will save you a ton of time if we're talking about large and/or numerous files.


/MIR /MT:16

Kick those threads way up.


I'll vouch for this. I have a USB drive set up with Ventoy, which has the ability to install its TPM certs when booting from USB. It has a couple Linux ISOs and one Win11. It also has a Ventoy config tying that ISO to an autounattended XML built from that exact site.

The result is an install with no copilot/cortana/widgets, a win defender that can be disabled, no auto updates at all, a local account only, no taskbar shenanigans, properly configured explorer, some registry tweaks, runtimes pre-installed, extra drivers if needed, and QoL settings tweaked how I want them.

The OS installs itself in a few minutes with no intervention after the disk/partitioning stuff which I kept manual. It ends up being faster than the Ubuntu and CachyOs installs from the same drive. Then 2mins with massgrave post install if I haven't provided a key already.

When it is set up that way, Windows is decently fast and stable. And I have some control over it, at least whenever I need to enforce something.


TP-link routers. Entirely unsurprising.


Like traces of a younger Internet, where placeholders didn't have to matter and being uptight about this stuff was considered annoying by many colleagues.

It also feels like it could be reused across a bunch of languages and words. Supposedly noreply.com is up for sale, for the mere price of a very small studio in your expensive city of choice.

I'm sure other cases would net some results. By extensions (noreply.co.uk), words (useless.com sells clothes, ignoreme.com is apparently a Japanese static site) or even languages (nepasutiliser.fr) or across languages (deleted.fr is up for grabs..).


Require interactivity (ask for confirmation on cat).

Output success error codes in unexpected range (see: robocopy).

Use special characters to try TUI things but leave the buffer in weird states.

Have many input params, and default to the most useless ones when nothing is passed. Make some params unnecessarily required.

Go on very long tangents for no reason in the manpage, but keep your -h message as just the list of badly named params.

Use stderr as your stdout.

---- I present to you worse-cat:

wcat notes.txt

error: --encoding is required. Exiting.

wcat --encoding=utf-8 notes.txt

┌─────────────────────────────────┐

│ About to display: notes.txt │

│ Are you sure? [y/N/maybe]: │

└─────────────────────────────────┘

y

stdout: ≈3 paragraphs

stderr: [file content]

echo $?

212

(I'll save you the manpage and worse-ls)


This is great [terrible].


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

Search: