







Have done it both ways. Will never go back to bare metal. Dependency hell forced multiple clean installs down to bootloader.
The only constant is change.
Could try:
if [ condition1 ] && [ condition2 ]; then
echo "OK"
fi


The next three steps in the code are:
Enabling IBRS (indirect branch restricted speculation)
Untraining the return stack buffer
Clearing the branch history buffer
These are there to mitigate against speculative execution attacks, such as spectre (v1 and v2), and retbleed. Speculative execution is an optimization in modern processors where they predict the outcome of branches in the code and speculatively execute instructions at the predicted path. When done accurately, this significantly improves the performance of the code.
It’s like one time someone came through your house and stole all the valuables from every room. Now you have to lock/unlock every single interior door as you walk from room to room.
This is why we can’t have nice things.
Most TV programs are broadcast in HD format. Especially sports. That was the main reason we got rid of our last CRT. The scoreboards were getting cut off at the edges. That, and the fact that the bottom right corner of the display had permanently faded to black.


Sounds like the issue is getting to the server, not the LLM server itself. If so, may want to look into running a reverse proxy, or if you want to access it remotely, tunnels: https://github.com/anderspitman/awesome-tunneling


A long time ago I helped set it up so an elderly relative’s HOA dues were auto-withdrawn from their checking account. Someone stole one of their checks, washed it, wrote in a different name and amount, and cashed it. Bank anti-fraud caught it, refunded the money, and closed the account. I sent the HOA a message explaining the situation and asking what the procedure was to change account numbers.
They emailed over an attached PDF form. Had space for fullname, phone, address, bank routing and account number, and her real signature. Pretty much a PII nightmare. The instructions were to have it filled out and emailed back to them. 🤦🏻♂️
Told the relative to print it out and send it back by post.
AWS S3 lets you upload all content to a bucket, then mark it as a website. If usage is not too heavy, it can stay under the free tier.
But a favorite free one is Cloudflare pages: https://www.geeksforgeeks.org/techtips/deploying-static-website-to-cloudflare-pages/
You can keep your content on github, connect it to a CF page, and have it auto-update on push to github.


Palm 😔


Any CEO who says AI would replace staff is pandering to short-term investors. They’re not a long-term visionary.
That, and wiping off the caked dust.


Wonder if the 5% that actually made money included companies that sell enterprise AI services, like AWS, Microsoft, and Google?


I remember being at a conference when a guy walked up to a group of us chatting. wearing a Google Glass. Everyone stopped talking, turned around, and just scattered. A while later he walked into the men’s room and someone reported him to security. That afternoon, the glass was gone.
Guess nobody learned that lesson.


Shades of dotcom days. Everyone hopped on the bandwagon. Most lured by the high salaries and gold-rush mentality. Nowadays, just having a CS degree isn’t enough. You want portfolio pieces to set you apart. Start by having a damn portfolio. You can set one up for free on GH Pages or CloudFlare. Or pay a few bucks and set one up on Wordpress. If you can’t figure out how, that CS degree was wasted.
You want stories that show you bring value. Show that you can build things beyond school projects. Even if you do school projects, document them and push them out. Show why they’re cool and what you can do. Throw up screenshots, diagrams, or animations. No walls of text.
Also, learn to sell yourself. Not in the oily LinkedIn way. Just be out there. Contribute back. Educate others and have a voice. Blog, newsletter, social media, book, or video channel. They’re dead-easy to set up and free so there’s no gatekeepers to go through, other than your ideas.
If in a big city, go to Meetups or demo days. Meet people and ASK WHAT THEY DO. Help connect them to others. Anyone just sitting there cranking out resumes is going to get filtered by the LLM screener. Might as well pin up your resume above the urinal at the pub.
Finally: everyone can low-code or vibecode. Those are table stakes now. You want to do better.



They’re worried he does well and more people like him show up on their home turf.
Also, Streisand Effect.


It’s a gimmick to get publicity. But if it happens, the company has to generate revenue to pay it off.
Guess how browser makers make money off a ‘free’ product?


Ran the 20B on a Mac under LMStudio. Pretty zippy and did OK on basic coding tasks.