• 1 Post
  • 786 Comments
Joined 6 months ago
cake
Cake day: May 28th, 2024

help-circle



  • Even LLMs in the context of coding, I am no programmer - I have memory issues, and it means I can’t keep the web of information in my head long enough to debug the stuff I attempt to write.

    With AI assistants, I’ve been able to create multiple microcontroller projects that I wouldn’t have even started otherwise. They are amazing assistive technologies. Many times, they’re even better than language documentation themselves because they can give an example of something that almost works. So yes, even LLMs deserve the amount of hype they’ve been given. I’ve made a whole game-server management back-end for ARK servers with the help of an LLM (qwen-coder 14b).

    I couldn’t have done it otherwise; or I would have had to pay someone $60k; which I don’t have, and which means the software never would have existed.

    I’ve even moved onto modifying some open source Android apps for a specialized camera application. Compared to a normal programmer, sure - maybe it’s not as good. But having it next to me as an inexperienced nobody allows me to write programs I wouldn’t have otherwise been able to, or that would have been too daunting of a task.



  • Go look at the models available on huggingface.

    There’s applications in Visual Question Answering, Video to Text, Depth Estimation, 3D recreation from a photo, Object detection, visual classification, Translation from language to language, Text to realistic speech, Robotics Reinforcement learning, Weather Forecasting, and those are just surface-level models.

    It absolutely justifies current levels of hype because the research done now will absolutely put millions out of jobs; and will be much cheaper than paying people to do it.

    The people saying it’s hype are the same people who said the internet was a fad. Did we have a bubble of bullshit? Absolutely. But there is valid reason for the hype, and we will filter out the useless stuff eventually. It’s already changed entire industries practically overnight.




  • There’s nothing to scale. DNS servers are just an address book. There’s only 200 million entries active and visited. 1.1b entries otherwise, which; for a computer isn’t a lot.

    DNS servers replicate down-stream, and the root servers maintain authority. A local SQLite file could handle this easily, and you could always run your own DNS server locally if you wanted to. But there has to be a central authority. That’s why you can have any TLD you want – you run your own DNS. But since nobody sees you as an authority, they won’t be using your DNS.










  • I’m pretty sure Java doesn’t have pointers, so writing a hello world application isn’t gonna fuck up nearly that hard.

    The one thing he forgot though is that your source file is probably in the folder

    com/companyname/net/classes/factory/factoryfactory/worker/lib/bin/refresh/jdk/model/ui/closebutton/press.java

    And spread out among a bunch of other directories, and the java file is like…3 lines. But there are 10k files spread all around directories like this that are all 3 lines a piece with a class definition.