Readit News logoReadit News
va1a commented on AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'   theregister.com/2025/08/2... · Posted by u/JustExAWS
oblio · 6 days ago
What tech stack do you use?

Betting in advance that it's JavaScript or Python, probably with very mainstream libraries or frameworks.

va1a · 6 days ago
Is this meant to detract from their situation? These tech stacks are mainstream because so many use them... it's only natural that AI would be the best at writing code in contexts where it has the most available training data.
va1a commented on In 2006, Hitachi developed a 0.15mm-sized RFID chip   hitachi.com/New/cnews/060... · Posted by u/julkali
jama211 · 8 days ago
With respect, this gives me serious ick. Black mirror vibes.
va1a · 8 days ago
It's a hardware wallet that just looks cool. Where's the "black mirror vibes". There's not much nefarious tech here.
va1a commented on Fstrings.wtf   fstrings.wtf/... · Posted by u/darkamaul
cdaringe · a month ago
This is a nice analog to the JS WAT vid [1] of 2012

[1] https://www.destroyallsoftware.com/talks/wat

va1a · a month ago
Fun video, you can really feel the 2012 in it too.
va1a commented on Fstrings.wtf   fstrings.wtf/... · Posted by u/darkamaul
cluckindan · a month ago
If this was JavaScript syntax, most of the comments would be lamenting the unintuitive syntax and weird features.
va1a · a month ago
More specific shenanigans aside, JavaScript will always be the king of unintuitive syntax. Some of these f-string tidbits are very much strange, but you'd have to be implementing something specific to encounter them. Meanwhile over in JS you're still waiting for your dependencies to install so you can compare two arrays.
va1a commented on YC founder points out that jobs exist outside of working for police state   bird.makeup/users/paulg/s... · Posted by u/_emacsomancer_
minimaxir · 4 months ago
The replies to the tweet itself (https://x.com/paulg/status/1913338841068404903 ) are pretty much what you'd expect for modern Twitter/X.
va1a · 4 months ago
Every now and then since deleting my account I click on a link to an X post and am reminded I can't read the replies, and then I am thankful again to my past self for deleting my account. I urge everyone to delete the app and their accounts, realistically there are just much better sources of information nowadays. It's not worth the mental headache to get your news from X, which recently honestly hasn't even been good at delivering it.
va1a commented on Careless People   pluralistic.net/2025/04/2... · Posted by u/Aldipower
selkin · 4 months ago
This review is as naive as Wynn-Williams portrays herself in her memoir (which I enjoyed!)

In the book, Wynn-Williams described herself as a wide-eyed, almost helpless person, which doesn't align with her pre-Facebook career as a lawyer in the a diplomatic corps. And when at FB, she was in the rooms where it happened, and had a job enabling some of it. She could've quit, but did not.

She was one of the titular careless people at the time, and excuses it now by pointing at others who were even more careless. It's not atonement, it's whitewashing.

va1a · 4 months ago
It's interesting, this concept of "just following orders" recurs so much in almost all contexts. War behavior really seems to be the baseline of human interaction.

https://en.wikipedia.org/wiki/Superior_orders

va1a commented on Java in the Small   horstmann.com/unblog/2024... · Posted by u/crummy
BeefWellington · 8 months ago
> Yeah it can be annoying if you're not good at keeping track of your own typing hints

If you write all the code you deal with, then sure. My experiences on big projects tend to be typing problems introduced by libraries. The kind where documentation and the decorators suggest it'll only ever return some specific value type, but then very occasionally it'll return a tuple of that value type and a message.

va1a · 8 months ago
Fair, but in the context of scripting, which seems to be the focus of this article, how often are you dealing with complex library code? When I write scripts for file manipulation / simple automation, I'm usually not dealing with complex library objects. Plenty of os method calls, plenty of regex matches, but little else in this context. Big projects are another thing entirely. There's a plethora of reasons why you may want to use a different language for a certain project type. But it doesn't seem fair to imply that python is uniquely handicapped (or otherwise inferior to Java) for scripting and simple automation use-cases.
va1a commented on Java in the Small   horstmann.com/unblog/2024... · Posted by u/crummy
va1a · 8 months ago
> but the Python API isn't all that wonderful, and dynamic typing means that I spend too much time debugging

I don't know, this just seems more like inertia. "I'd rather stick to what I know best than this popular thing." Which is fine, and I'm glad Java has made improvements making it easier to hit the ground running. But blaming the use of Java on the inadequacies of Python? The python API can do just about anything, it has regex toolings, I've never found myself needing anything else. And the typing complaints? Yeah it can be annoying if you're not good at keeping track of your own typing hints, but modern python supports type annotations and linters like mypy[1] catch everything related to that just fine. I've always admired many of Java's features, but let's not act like the reason for using Java for scripting is the pitfalls of Python. It's just because of an underlying preference for Java.

1. https://mypy-lang.org/

va1a commented on Django and Postgres for the Busy Rails Developer   andyatkinson.com/django-p... · Posted by u/plaur782
davepeck · 9 months ago
I think of Django's templating system as a great tool for a previous era. I'm hopeful that PEP 750 [1] gets accepted and a modern ecosystem of template engines emerges in Python-land. For the moment, I tend to use in-python builders like htpy [2] when I want back-end Python code to generate some HTML.

[1] https://pep-previews--4124.org.readthedocs.build/pep-0750/

[2] https://htpy.dev

va1a · 9 months ago
Didn't know about pep 750, that's really cool that there's a push for native templating. I just hope we see a gradual stepping away of "everything clientside" and the JS framework hell that exists today. I've tried and I've tried but I just can't take javascript seriously. It's so ugly and overbuilt. It should never have been brought to the server, Node was a horrible mistake. In my ideal future, the web returns to servers doing their jobs, and JS being used for minor interactivity features when necessary.

u/va1a

KarmaCake day28January 24, 2024View Original