

AI is cool. AI research is valuable. AI has the power to be a transformative technology.
Corporate AI hype for tech fueled neofeudalism is not cool. Commodification of AI is not valuable. LLMs will never substantively change the world.
AI is cool. AI research is valuable. AI has the power to be a transformative technology.
Corporate AI hype for tech fueled neofeudalism is not cool. Commodification of AI is not valuable. LLMs will never substantively change the world.
Mind melds are like unprotected sex. Fine to be done with a trusted partner, not something you want to do a lot with randos
I wonder if anyone has ever calculated how much a driver makes per delivery. Like if I buy a pizza, the delivery guy gets like $3 from wages if they make minimum wage and then whatever I tip. I’d be shocked if an amazon driver makes even a dollar per delivery, and some (majority?) of the deliveries are much more expensive than one pizza
Honestly this is pretty much it. Sometimes you have to be pretty aggressive to get companies to do the thing you need; they will take advantage of the social friction required to keep you in predatory arrangements. They literally design it to be frustrating so you’ll give up. Like you, I try to make it clear to the person I’m speaking with I have no problem with them just the business. But if the corporations require me to get mad to do the right thing I will get mad.
Second map looks 50/50 to me, the red is just more spread out. The needs more jpeg probably doesn’t help
Turbine should connect to loudspeaker to make this a closer system lol
SpaceX actually did use some kind of TS/JS chrome browser thing for their docking controls lol…
Guess what? Flight Software usually uses ancient proprietary compilers for specialized hardware running an RTOS, rip 😢
Isn’t Anglo culture still mostly Latin? Did the influence of uniquely Anglo culture survive romanization?
Right… they claim hosting it is a violation of their TOS, but I’m not one of their customers. How can I violate their TOS if I don’t even use their product.
That kind of log floating behind ships was where the term log comes from. They’d throw them overboard and let them drift out over some interval and they’d mark down “log took 30 seconds to drift out to end of rope” to determine their speed.
Blasphemer, the prophets sent the Sisko to guide us as our emissary
Vector embeddings with ChromaDB. Basically you pre compute the word embeddings of every row / table / whatever granularity you want and then stick that into a vector DB. Then you do an embedding computation of your query and compare similarity. You can either return the table / row / whatever you want that’s most similar (“semantic search”) or you use that as context for an LLM (“RAG”)
RIP Robert :(
Caunt…. I feel uncomfortable
Berman and friends thought troi was too fat looking in the standard uniform 😠 we were robbed of 5 or 6 seasons of a lady in uniform 😅
You can write anything in anything. The downsides have to be outweighed by the positives and OP is suggesting there isn’t enough positive.
That’s too bad, I feel like mastering C is the key to having a super solid foundation for all things how computers work. (Not blaming you, most courses just blast through C without exploring the what and whys). There is something to be said for just getting people productive and for that Python is excellent and immediately engaging. Python is probably my best and favorite language, but I think from a wholistic understanding point of view its hard to beat a solid C foundation to build out from.
My opinion, hopefully I don’t get downvoted into oblivion lol: Rust is great for lots of things and its to be commended for forward thinking on so many neglected areas of software development from the last 20 years. I use it almost every day for hobby stuff and have used it from time to time professionally (among Java, python, typescript, c++).
That being said amongst many of its users it has an almost cult like belief in its supremacy and imho attracts some bad people (not all). Because of how much it protects you, many bad developers find it and fall it love with it because it forces them to code correctly and then they can’t imagine that anybody else doesn’t need the guard rails they do. They also see that some of the smartest and best developments in software engineering happen in this space and want to attach themselves to it, and then use it as a bludgeon against others. Lots of very important software was written in languages that are not rust and they work just fine, were able to meet deadlines / be profitable Etc etc. but there is this attitude from many that if you aren’t picking Rust these days what are you even doing???
Rust is great but it’s sometimes messy and not the right tool for the job. The whole “slower to develop but faster to correct” (which I’d say needs some real data to prove out, but for the sake of argument let’s say is true) is a trade off, not something that automatically makes it better. Sometimes due to circumstances way beyond your own control as a developer, you won’t know what the right answer is until halfway into development and there are languages that accommodate that scenario much better (imo). This is one of many of rust’s short comings. For a website, it’s just an unusual tool that even if equally useful from a language standpoint doesn’t have as much tooling and community support around it as other web languages. But I’d say it’s not equal even from a baseline level (again, my opinion. I’ve used rust plenty but I’ve never used it for web dev so I’m talking out my butt). Philosophically, does it make sense to over engineer a super powerful Ferrari of a website when a Toyota Camry will do? Especially when the Camry is tried and true and will likely let you be more agile.
You can do anything in any language, but should you?
I’m convinced people who can’t tell when a chat bot is hallucinating are also bad at telling whether something else they’re reading is true or not. What online are you reading that you’re not fact checking anyway? If you’re writing a report you don’t pull the first fact you find and call it good, you need to find a couple citations for it. If you’re writing code, you don’t just write the program and assume it’s correct, you test it. It’s just a tool and I think most people are coping because they’re bad at using it