25+ yr Java/JS dev
Linux novice - running Ubuntu (no windows/mac)

  • 0 Posts
  • 928 Comments
Joined 1 year ago
cake
Cake day: October 14th, 2024

help-circle
  • Oh look. We have to turn to foreign sources for factual information about our own country. Like a shithole country that or administration has complained about. This whole administration is a domestic enemy and existential threat. Every single one of them should be tried for treason.

    They should absolutely be terrified of a democratic administration, as I saw in another thread today — though they shouldn’t be because Democrats will do fuck all in the name of reconciliation.You don’t fucking reconcile with Nazis. You put them in prison. Forever.



  • I’m not trying to defend that guy but I work for who is hiring when I’m out of work. I’ve spent 11 out of the last 40 months unemployed, and as a result I have no retirement savings to speak of — I can’t afford to turn down work. I’ve worked for Ford, Home Depot, Autozone, Uline (honestly felt so relieved to get laid off, that place was fucking scummy), the Army, and a shit ton of places you’ve never heard of. I had to turn down working for an insurance company — and I think they are pretty shitty — because they wanted to pay 1/3 what I’m making today. And I make fucking nothing compared to Silicon Valley.

    engineers work for the company, not for users.

    On the other hand I’ve never made any bones about the fact that I work to develop good products and if someone can make money on that good for them, but I fight for the best design for end users I can. I have mostly developed internal software, though, and no one but me cares about internal users. You can tell because everywhere you go, front line workers are bitching about garbage software.

    I might be wrong about the best solution, but I refuse to be evil. Even at Uline, I worked to make better software for the workers. But what a bunch of assholes.










  • Possibly but the main thing we find useful is the OTP generation. This means we can both use shared accounts without having to ask the other for a code. That’s probably an edge case, and not enough sites support it, but it’s really nice for the ones that do.

    I doubt that is available in self-hosting but I’d be happy to be wrong about that. I have a raspberry pi serving up a couple of local things and I could register a domain if I had a use case for connectivity outside the house.



  • The major thing AI lacks is continuous parallel “prompting” through a variety of channels including sensory, biofeedback, and introspection / meta-thought about internal state and thinking.

    AI currently transforms a given input into an output. However it cannot accept new input in the middle of an output. It can’t evaluate the quality of its own reasoning except though trial and error.

    If you had 1000 AIs operating in tandem and fed a continuous stream of prompts in the form of pictures, text, meta-inspection, and perhaps a simulation of biomechanical feedback with the right configuration, I think it might be possible to create a system that is a hell of an approximation of sentience. But it would be slow and I’m not sure the result would be any better than a human — you’d introduce a lot of friction to the “thought” process. And I have to assume the energy cost would be pretty enormous.

    In the end it would be a cool experiment to be part of, but I doubt that version would be worth the investment.





  • Probably JS as the fact that every computer has by default everything you need to execute JS. But there is a bunch of browser stuff you have to worry about before you can do anything with it. I’m not sure how you learn JS before html.

    With Python you can do simple command line stuff without having to really know anything else. You can learn one concept at a time.

    That being said, people have a lot of familiarity with browsers and it might feel less abstract. JS might a better choice for demystifying coding. Python is probably a better choice for accomplishing anything useful.