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

Assuming that everyone you meet is conspiring against you seems to be a pre-requisite to these. The feasibility of that is questionable.

Back in the day, being a teenager and hanging out on freelancing forums was enough.

I've also heard good things about Celeste and Silksong.


Using the word priors in the way you (and others) do.


Meth causes brain damage. Dex doesn't.


Well, it's not that simple. It's reasonable to expect that you could see some increased level of oxidative and excitotoxicity. It's harder to draw a bright line around the dopaminergic system specifically because some level of neuronal death is expected over the course of a lifetime. We lose 5-10% starting with middle age yet don't tend to show parkinsonian symptoms until 60-80% are gone.

It's pretty reasonable to expect reversing DAT and inhibiting VMAT2 increases oxidative flux, the question is really how much not if. Methheads certainly get "brain damage", but is nudging the average loss from 5-10% to 7-12% "damage"? Is it meaningful? Over 30, 40 years that could very well add up.


Could you point me to your research?


You made the first unsubstantiated claim


Meth is also used as an ADHD treatment. I think the reason is just the dosages that are used by addicts compared to people who just need the ADHD treatment.

A typical legitimate therapeutic methamphetamine dose is around ~20mg (up to maybe 60mg a day). A typical dose used by addicts is around 1 gram. And it's usually smoked, resulting in immediate bioavailability.


Pretty sure a gram of pure meth or even adderall would kill you


I should have clarified that it's a daily dose: https://www.medrxiv.org/content/10.1101/2025.05.09.25327334v...

Not that it matters that much. It's no wonder that it fries your brain when you're using 25 _times_ the normal therapeutic dose.


I used to value this sort of communication. Sometimes I still do. Some feedback I got once that seems relevant to anyone who prefers this style:

----

Key takeways:

1. People are more important than code.

2. People have a right to work in an environment free of perceived hostility.

3. There is a legitimate reason for the perception and hard work may be necessary to understand why this is.

Ask yourself these questions periodically during a conversation:

1. Am I listening to the other person?

2. Is there an equal amount of give and take or is my primary objective to make someone understand my point of view?

3. Does the person want to understand what I am saying?


In the event someone is encountering suffix trees for the first time and thinking of using one: the amount of RAM required for suffix trees is obscene.


I totally fell for the "obscene memory" trap myself. My first encounter with suffix trees outside of a textbook was for an ITA Software 'Instant Search' puzzle. The requirement was sub-0.1ms search on a large string database, I went straight for a generalized suffix tree. Then I realized they had asked for the solution to fit within a 1GB heap. :(

I wrote up the full 'war story' of how I had to profile the heap and optimize the node representation (shaving bytes off the edge storage) just to get it to boot without an OOM error: https://www.abahgat.com/blog/the-programming-puzzle-that-got...

It’s the most tangible example I've run into of where theoretical O(n) space complexity meets the reality of object pointer overhead.


I've never grokkeed suffix trees, but isn't possible for them to be O(n) in space (n total length of all strings)? Is there just an unacceptable constant factor overhead? I can imagine the pointer overhead being painful.


Like the other poster said, the rabbit hole continues with suffix arrays (https://en.wikipedia.org/wiki/Suffix_array#Space_efficiency), then compressed suffix arrays (https://en.wikipedia.org/wiki/Compressed_suffix_array).

Also explained by the creator of this: https://www.abahgat.com/project/suffix-tree/

> the human genome can be encoded as a 3GB string constructed out of an alphabet of four characters

> As of 2019, a suffix tree indexing the human genome using state of the art algorithms can easily occupy tens of gigabytes.


Yes, we get the same speed from suffix arrays these days, and much, much less memory usage.

But good luck visualizing what those algorithms do :)


Rushing prematurely into precipitate does sound pretty dangerous.


What game-changing insights did the philosophy and political science classes leave out? I'm all ears.


Hoodies are very comfortable.


So are pyjamas, or a muumuu, or underwear.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: