andy0x2a | 2 years ago | on: In 1903, NY Times predicted airplanes would take 10M years to develop
andy0x2a's comments
andy0x2a | 2 years ago | on: Ask HN: Why nobody cares about David Grusch’s UFO revelations?
The burden of proof is on those claiming they exist. Blurry videos of "objects in the sky" is not evidence.
andy0x2a | 2 years ago | on: Ask HN: Why nobody cares about David Grusch’s UFO revelations?
We've seen this before, and we'll see it again. If you want to convince people that aliens exist, you need to show evidence.
Evidence, Evidence, Evidence
andy0x2a | 2 years ago | on: Do LLMs eliminate the need for programming languages?
No.
LLMs will not eliminate the need for programming languages. This is overly sensationalist
andy0x2a | 2 years ago | on: Elon Musk says he’s stepping down as Twitter CEO, will oversee product
I can appreciate his ambition, and what (some of) his companies have done, but he has absolutely mismanaged the acquisition and running of twitter.
If he could just step back, stick to managing SpaceX, Tesla and Boring, and stop tweeting, I would be very happy.
andy0x2a | 2 years ago | on: I have a new Junior Developer and it kinda sucks
it can churn out decent code within well-specified parameters, but is unable to help out with the actual developer aspects of the role (debugging, critical thinking, requirement gathering, complaining about chatGPT, browsing HN, code-reviews, etc)
I don't know why this keeps getting blogged about / brought up.
andy0x2a | 2 years ago | on: Show HN: Ask Harry Potter any question with GPT-4
apparently he's 41 years old and still attending hogwarts.
The problem with these AI systems is that they are great for responding with "realistic" responses that sound right but are still wrong given the context.
andy0x2a | 4 years ago | on: Ray Tracing for the TI-84 CE
andy0x2a | 4 years ago | on: Samsung’s new LPDDR5X DRAM is 1.3x faster and consumes 20% less power
I like Samsung phones but it's frustrating that they have these different configurations for different markets. Their custom SOC looks impressive and I wish it would come to North America
andy0x2a | 4 years ago | on: Microsoft Edge’s new ‘Buy now, pay later’ feature is the definition of bloatware
Edge and Microsoft have nowhere near the browser share needed to pull this behavior. And this differentiator is a detractor for me rather than a useful feature.
But then again this wasn't built for the end-users, this is clearly revenue base. Just another reason to not use Edge.
andy0x2a | 4 years ago | on: Kia EV6 Smashes Tesla's World Record
The article doesn't have a lot of details, but it would be interesting to know how long ago the Tesla set that record, as they continuously improve on their vehicles.
andy0x2a | 4 years ago | on: Show HN: Pony – a messenger for mindful correspondence
I'm wondering what your approach to scalability is, as it seems like you're going to have large bursts of traffic every half hour ( with certain hours having much more traffic depending on demographics).
If this messenger takes off, how are you going to deal with say for example all of India having their messages deliver all at once in the evening?
andy0x2a | 4 years ago | on: Sign a PDF document client-side with no data leaving the computer
Does he go through every single line of code on every single application he uses to ensure privacy? Does this mean he is an expert in the Linux kernel? And chromium, and sendmail...
Like I get it's great that these are open source, but it's really not realistic for someone to audit every single line of code in every software to be guaranteed that nothing nefarious happens. If a bad actor wanted to hide an RPC request, they wouldn't label it as _sendUserDataToServer(), so it would require quite a good understanding of the call stack on the functions you are looking at.
Just look at the Linux kernel, it's auditable but recently it came to light that a university had submitted nefarious code to it. Presumably that code passed code reviews, static analysis, and some sort of testing? Yet it still made it in. It's just not feasible to have 100% confidence that third party software is ensuring your privacy.
andy0x2a | 7 years ago | on: Go code refactoring: the 23x performance hunt