HackerTrans
トップ新着トレンドコメント過去質問紹介求人

heavensteeth

no profile record

コメント

heavensteeth
·20 日前·議論
> 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
·23 日前·議論
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
·先月·議論
[dupe] https://news.ycombinator.com/item?id=48383220
heavensteeth
·先月·議論
> 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
·2 か月前·議論
That's Go.
heavensteeth
·2 か月前·議論
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
·3 か月前·議論
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
·7 か月前·議論
His hands aren't just cold — they're dead.
heavensteeth
·8 か月前·議論
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
·8 か月前·議論
The author doesn't like HN.
heavensteeth
·9 か月前·議論
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
·9 か月前·議論
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.