HackerTrans
TopNewTrendsCommentsPastAskShowJobs

heavensteeth

no profile record

comments

heavensteeth
·vor 20 Tagen·discuss
> and decide to go past the “this was mostly built by AI” part

I got that feeling just seeing the title use "native" as a synonym of "not a website".
heavensteeth
·vor 23 Tagen·discuss
I'm surprised by the amount of heckling this post received almost immediately! And a lack of constructive input.

I for one enjoyed the article and understand what you're getting at.
heavensteeth
·letzten Monat·discuss
[dupe] https://news.ycombinator.com/item?id=48383220
heavensteeth
·letzten Monat·discuss
> Then it forces me to thumbs down the music, which also isn't what I want to do, because I have no idea what effect it's having on my recommendations.

I feel this. Social media algorithms can be so complex and opaque now that I have to consciously consider what repercussions my interactions have. I have so little idea what interactions affect recommendations on e.g. Instagram that it almost feels random.
heavensteeth
·vor 2 Monaten·discuss
That's Go.
heavensteeth
·vor 2 Monaten·discuss
This is exactly my gripe unfortunately, it feels like needless fragility. IIRC the author has said they believe it wouldn't be too difficult to patch QBE to work as a library, but from what I've seen the code is somewhat terse and eccentric.
heavensteeth
·vor 3 Monaten·discuss
Most social media has been has been utterly untenable forever, but Twitter and Discord are the most troublesome in my experience. It's so hard to create and use a new account on those sites without the rigmarole of captcha (due to suspicious activity) -> banned (due to suspicious activity) -> captcha (due to suspicious activity) -> verify email (due to suspicious activity) -> banned (due to suspicious activity) -> verify phone number (due to suspicious activity). Then, want to follow someone, or join a guild? Hmm.. your account reputation is too low. Try again in a week?

I don't know how people do it. I can only figure it's my fault for running Linux or Firefox or not Signing in with Google™, upsetting the data harvesting overlords.
heavensteeth
·vor 7 Monaten·discuss
His hands aren't just cold — they're dead.
heavensteeth
·vor 8 Monaten·discuss
I struggle to believe you don't understand what they mean. There is many a homophobe in the world. GP isn't saying homophobia is good, simply that espousing a pro-LGBT viewpoint may upset people. Maybe they deserve to be upset, but that doesn't change that it may become your problem.
heavensteeth
·vor 8 Monaten·discuss
The author doesn't like HN.
heavensteeth
·vor 9 Monaten·discuss
Given the list of non-university .edu domains is static (or even decreasing assuming some expire), couldn't you keep a list of those instead?
heavensteeth
·vor 9 Monaten·discuss
The first thing I checked was how hashing is implemented and two things stand out to me:

1. Input must be valid UTF-8. 2. stdin is read to EOF instead of being read incrementally

Neither are ideal and can make ut unfit for a fair few use cases.