Readit News logoReadit News
psygn89 commented on The GitHub website is slow on Safari   github.com/orgs/community... · Posted by u/talboren
Sesse__ · 3 days ago
Interesting how _everyone_ here blames JS and React, yet the fixes you linked are about CSS performance.
psygn89 · 3 days ago
JS is the logical place to start with all the virtualization and fanciness.

But CSS has bit me with heavy pages (causing a few seconds of lag that even devtools debugging/logging didn't point towards). We know wildcard selectors can impact performance, but in my case there were many open ended selectors like `:not(.what) .ever` where the `:not()` not being attached to anything made it act like a wildcard with conditions. Using `:has()` will do the same with additional overhead. Safari was the worst at handling large pages and these types of selectors and I noticed more sluggishness 2-3 years ago.

psygn89 commented on GitHub was having issues   githubstatus.com/incident... · Posted by u/rock_artist
zemo · 18 days ago
I used GitHub for years in the tech industry, then went into the games industry and used BitBucket and hated it, thought it was such a downgrade. Now I'm back in the tech industry and using GitHub, and I miss BitBucket.
psygn89 · 18 days ago
I liked the UI of BitBucket more. Stuff I accessed frequently like commits and branches were tabs across the top, easy to reach from any page. Branch dropdown sort order was by most recently updated unlike GitHub where I have to search for it. Easy to diff files. This was like 4 or 5 years ago though, maybe it has gone through modernization/enshittification. GitHub feels a bit fragmented and it tries to be more performant by virtualizing some things but while BitBucket in some sense was more rudimentary and showed it all (bogging my machine down some), it allowed me to CTRL + F easily with more confidence whereas with virtualization I've had issues with it finding things and I couldn't 100% trust it.
psygn89 commented on Things that AI cannot do   mcsweeneys.net/articles/a... · Posted by u/sgt101
psygn89 · 2 months ago
It also can't seem to create icons from another set and match the stroke weight, curvature, and other stylistic choices of another simple icon set. Seems it struggles with tight constraints. 10 years ago you would think it would be able to handle the visually "simple" things over the more complex ones it can do today. Sorry, my disappointment is showing isn't it?
psygn89 commented on Investigating AI Manipulation in Viral Chinese Paraglider Video   blog.hyperknot.com/p/inve... · Posted by u/hyperknot
tartoran · 3 months ago
I guess we'll have to take everything with a grain of salt from now on as any evidence can be faked with AI. I'm likely naive since I don't understand what the point of faking this was. Clout chasing? Monetizing this somehow?
psygn89 · 3 months ago
Yeah, I think I read recently that they were going to release video proof that Epstein offed himself. The cynical part of me was thinking how convenient the timing was with how awesome video AI has become, and saddened that in general I can't really take video as proof anymore.
psygn89 commented on I'd rather read the prompt   claytonwramsey.com/blog/p... · Posted by u/claytonwramsey
psygn89 · 4 months ago
As someone who doesn't have to grade student assignments, I'd rather read the bullet points. I've always liked using bullet points even in grade school, and also used words like dwelve, so I'd definitely fail the AI sniff test if I ever went back to school.
psygn89 commented on We identified a North Korean hacker who tried to get a job   blog.kraken.com/news/how-... · Posted by u/2bluesc
ductsurprise · 4 months ago
> My favorite interview question, because we've interviewed quite a few of these folks, is something to the effect of 'How fat is Kim Jong Un?' They terminate the call instantly

I'm sure there were a lot of false positives with that question.

If I was not reading HN and a few other sources I would likely hang up the phone too.

Thinking that it couldn't be a real job,... some phishing scam or hoax, asking ridiculous questions like that.

Depending on the job, it is quite likely the real talent would not be able to take the interview seriously after hearing suck a question.

Seriously weird times...

psygn89 · 4 months ago
That's actually hilarious. Edit: Oops, accidentally responded to you instead of original quote.
psygn89 commented on Ask HN: Why is uptalk intonation so prevalent in ChatGPT voices?    · Posted by u/hbarka
luluthefirst · 5 months ago
It generates more engagement than a monotonous tone.
psygn89 · 5 months ago
If only there was something in between the two.
psygn89 commented on How University Students Use Claude   anthropic.com/news/anthro... · Posted by u/pseudolus
dtnewman · 5 months ago
> A common question is: “how much are students using AI to cheat?” That’s hard to answer, especially as we don’t know the specific educational context where each of Claude’s responses is being used.

I built a popular product that helps teachers with this problem.

Yes, it's "hard to answer", but let's be honest... it's a very very widespread problem. I've talked to hundreds of teachers about this and it's a ubiquitous issue. For many students, it's literally "let me paste the assignment into ChatGPT and see what it spits out, change a few words and submit that".

I think the issue is that it's so tempting to lean on AI. I remember long nights struggling to implement complex data structures in CS classes. I'd work on something for an hour before I'd have an epiphany and figure out what was wrong. But that struggling was ultimately necessary to really learn the concepts. With AI, I can simply copy/paste my code and say "hey, what's wrong with this code?" and it'll often spot it (nevermind the fact that I can just ask ChatGPT "create a b-tree in C" and it'll do it). That's amazing in a sense, but also hurts the learning process.

psygn89 · 5 months ago
Agreed, the struggle often leads us to poke and prod an issue from many angles until things finally click. It lets us think critically. In that journey you might've learned other related concepts which further solidifies your understanding.

But when the answer flows out of thin air right in front of you with AI, you get the "oh duh" or "that makes sense" moments and not the "a-ha" moment that ultimately sticks with you.

Now does everything need an "a-ha" moment? No.

However, I think core concepts and fundamentals need those "a-ha" moments to build a solid and in-depth foundation of understanding to build upon.

psygn89 commented on Fish odor syndrome – A rare metabolic condition that makes sweat smell like fish   livescience.com/health/vi... · Posted by u/Brajeshwar
psygn89 · 5 months ago
I remember a girl in my music class in elementary school. She sat away from everyone else but the bullies would always make remarks about the smell, and she smelled strongly of fish. Not knowing any better I thought she should shower more because it was foul but never said anything mean to her. Sad to know this is probably what she had.
psygn89 commented on Blender releases their Oscar winning version tool   blender.org/download/rele... · Posted by u/babuloseo
tonetegeatinst · 5 months ago
Is their a central place where other open source people or just programmers in general can get a breakdown on how they improved the UI/UX?
psygn89 · 5 months ago
Not exactly what you asked for but this video has a little bit of everything Blender UI/UX https://www.youtube.com/watch?v=FJRO5wFTEc8&t=1067s

u/psygn89

KarmaCake day259May 9, 2022View Original