

They typically condemn the land before using eminent domain.


They typically condemn the land before using eminent domain.


The adult entertainers are the VC investors. They’re pretty world-wise, but can’t be well versed on everything. So when someone sells them on something that sounds pretty good, they bite. The CEOs are the bros laughing about how great everything is, except in real life they don’t have consequences. All the CEOs get paid like it might be their last job so if they never work again they’re still fine.
It’s still impressive to see what the LLMs cook up when asked about programming problems. I’m coming back to programming from some time away from it, and it’ll give you the answer to the question you asked. If you ask it for an old way of doing something, it’ll tell you that. Then it slips and shows you a new way of doing something (I’m specifically talking about std::cout versus std::format and std::print), and the doors are wide open all of a sudden.
Then it gives you a technique for something and you spend hours debugging code only for the LLM to say that the solution it provided won’t work.
Prompt engineering is going to be a real thing whether we like it or not.


I apologize, I mean how do you navigate all the jargon you see in laws to get the answers.
https://www.usconcealedcarry.com/resources/ccw_reciprocity_map/ne-gun-laws/
The laws across the US are a patchwork of random thoughts that are constantly amended poorly. If you have any questions you should ask a local lawyer (this is a recommendation from a Paul Harrell video from youtube) since none of us will be there to bail you out of jail or pay legal fees in the event something goes wrong.


I know :-)
Here’s hoping for more red today.


The market is full of things like raspberry PIs (too expensive to start up right now), arduinos, ESP32, and so on. Python only gets easier to learn. Are these things truly not in use anywhere, or are the successes not being reported on?
I guess I read here about a case where a company was blowing through LLM tokens because people were using them to convert PDFs, so maybe it’s just not sticking.


Replying to myself to put up a link to the jenga tower scene of The Big Short in case nobody has seen it: https://www.youtube.com/watch?v=xbiDrzTd8fE



It’s there in the S&P 500 between MSFT and PLTR on the left kind of in the middle (size of the box is the market cap of the company). It’s in practically every 401(k) in the US. BBB is somewhere in the middle of the jenga tower.


There is Carriage Return (CR), and also Line Feed (LF, often called New Line). If you think about old mechanical printers with the metal arm sticking out, a CR operation would move the type head to the far left column, and a LF operation would advance the paper by one line. Variously through the years depending on hardware (typewriter, teletype, those early CRTs that you had to refresh the screen, or modern computers) you would get one or both of those if you pressed Return/Enter, and it’s configurable in software, depending on the software. I don’t know what windows does these days with notepad, but at one time the Enter key sent both (CRLF). UNIX style systems tended to use LF, and older Macs as someone else referenced used CR. If you wrote a generic program to handle anything you had to account for all of them. Mostly these days it gets abstracted away which generally works well enough unless a team of people used a random collection of software to edit a text file.
printf "\r\nHexadecimal, like that scene from The Martian.\n" | hexdump -C
00000000 0d 0a 48 65 78 61 64 65 63 69 6d 61 6c 2c 20 6c |..Hexadecimal, l|
00000010 69 6b 65 20 74 68 61 74 20 73 63 65 6e 65 20 66 |ike that scene f|
00000020 72 6f 6d 20 54 68 65 20 4d 61 72 74 69 61 6e 2e |rom The Martian.|
00000030 0a |.|
00000031
The 0a is a Line Feed character, and the 0d is a Carriage Return character. In my terminal without piping it through hexdump you get:
printf "\r\nHexadecimal, like that scene from The Martian.\n"
Hexadecimal, like that scene from The Martian.
The LF at the end of the string makes it so that the prompt at the terminal doesn’t appear on the same line as the output, and the blank line before the text is caused by the LF at the beginning. I don’t know/care/have to worry about what eats the CR.


You shouldn’t forget about selective enforcement.


Apart from what everyone else here has said LegalEagle did some videos on this, and the big takeaway was that everybody needed to get a lawyer ASAP instead of trying to plead their case in the court of public opinion via podcast/youtube videos/whatever. Reckless Ben got the audio from his court case and used it to make a youtube video (he was representing himself). This whole thing went from ordinary mess to Great Big Mess with no signs of anyone trying to dial it down.
It think this is the one depending on how far the rabbit hole you want to go down:


Ft. Knox
Did anyone ever go in there and show the gold? I thought someone campaigned with that as a promise.


it would be able to detect
“It” doesn’t have to be any good at it:
https://blog.princelaw.com/2009/07/08/nfa-and-constructive-possession-myth-or-reality/
https://johncderrick.com/dinosaur-timeline
The timeline stuff always gets me.
Pretty good resource for that kind of thing if you have another interested kid and access to the internet. There’s also this:
https://en.wikipedia.org/wiki/Newton's_law_of_universal_gravitation


Most still will. Like I’m sure a lot of people are doing, I was trying to reuse old hardware for a new purpose. Perfectly good computer with 16GB of RAM with an AMD A8-3850. I’m not complaining about progress’s march towards the future, but I missed the warning signs about the changes. I’m sure some other folks probably did as well.


I’m going to drag out my same soapbox: a lot of systems old enough to use DDR3 RAM will have x86_64 v1 or v2 processors. Some projects have already removed support for those, the big one being the RHEL kernel as of RHEL9.
You’re approaching this with the attitude of a parent who’s already got their future grandkids named.
When reached for comment the family said, “how could this happen to us? We’re not even trans?”
Have the day you voted for, know that you won’t be the last people in rural areas that this happens to, and that when the AI bubble pops you still won’t get the land back. It’s gone forever.