

What are the odds that people comment before reading the article? Maybe we should open a betting pool on it…


What are the odds that people comment before reading the article? Maybe we should open a betting pool on it…


I have a bit of a setup; but it’s worked reliably for years at this point: 1) matrix-synapse; 2) https://github.com/mautrix/imessage.git running on an old iMac ; 3) native matrix client on android, iphone, desktop and element-web. The old imac that i’ve been running the bridge on has been pretty solid, i imagine if you can get a VM successfully booted, it could also work.


Make no mistake, this is not just greed but a form of control. Once they suck all this stuff into their training, they will control access to it by means of cost or just prompting the LLMs to not go into some topics


Windows Latest previously reported that some Windows 11 PCs ship with malware built in that not even a clean install through the wrong region setting can avoid, and Microsoft told us at the time that they were aware of the behavior and looking into it. 3 years later, the company still hasn’t closed the door on OEMs using their own update pipeline to push ads.
This is supposed to be literally the selling point of a gated app store – they app store owner makes sure the apps available do not do anything negative to the user. If it fails this basic function, then why put up with it?


Ctrl-f NSAKEY (sees nothing) — it seems the internet has forgotten the NSAKEY debacle https://en.wikipedia.org/wiki/NSAKEY


The article is written in a very terse style, but it does mention the dam happens to be (a) south facing, and (b) above the fog line, so it can produce in the winter when fog covers the lowlands. It also mentions that there is a bit of an albedo affect – the snow reflects some of the sun back up to the panels.


Some drop shippers/manufacturers-on-demand will report to amazon lowish inventory, knowing full well they can get a backorder filled in a day or two, and get the product to you within the same time frame. Or do it the other way – report that they have way more than they physically have on hand, but can make/backfill within their deadline – so their listing rises to the top.
There are so many games going on from all the players.


You can let GitHub be a read only mirror of code berg, or make one final commit to GitHub to each repo’s Readme.md with links to the code berg repo, then archive it on git hub. That way links and references still work, and you can work on the new platform.


If he not that far behind God, I’m not sure I like that God. That’s not the God I was taught about.


Do not what the cat?


I’ve spent the last few years building up an immunity to iocaine powder.


China is very quietly executing the “Never interrupt your enemy when they are a making a mistake” strategy.


We’ve tried this before. In 1997. https://en.wikipedia.org/wiki/Platform_for_Internet_Content_Selection
The push for this form of age verification is to “close the loop” of strong identity between a physical person, and online content access. And unfortunately, all the relevant parties are aligned on this one:


How much does UPDATE tickets SET holder = WHERE holder = AND ticket_id = cost?


More likely, China will just loan/give it to them, in exchange for some future favors. I’m sure China projecting their influence all the way in our hemisphere will give folks warm fuzzies.
“Oh, and we’re gonna need you to carry it up to Calvary for us too, k?”


I will preface by saying, I hate it so much, and fear the day we can no longer put TPM into ‘user mode’ and enroll our own keys for our own signed & authorized OS (on hardware we own, in our house, not in th cloud), BUT if you are building an operating system focused on gaming, performance, and security, implementing and securing trusted + measured boot so the hardware platform ensures all stages of the bootloader, OS + game are the exact code the vendor intended is the absolutely correct way to implement anti-cheat. Sketchy 3rd party kernel mode modules that rummage around your system reporting what to who knows who wouldn’t be needed at all in this environment.


[insert fell for it again meme here]


The drones will be cheap enough that they can send 2 or 3, to cut the net, and then keep going.
Self hosting receiving mail is honestly, pretty straightforward, all things considered. Setup your MX record to point at a server you control, configure software to save messages however you want. Perhaps the most complicated step is wiring up certbot or similar software to get your SSL certificate for your mailserver. A Debian Linux system,
apt-get install postfix; apt-get install dovecotwill get you nearly 90% of the way there.Depending on your preference. there are docker containers that can do 100% of the process too, with all sorts of nice bells and whistles. If you don’t care about sending email, you can skip DKIM/SPF/DMARC. (though, if you are never sending from your domain, check here: https://www.cloudflare.com/learning/dns/dns-records/protect-domains-without-email/ – there are some entries you can add to DNS to make sure everyone else knows)