You're Amelia!
You're late!
Amelia Pond! You're the little girl!
I'm Amelia, and you're late.

Wednesday, October 11

Geek

Daily News Stuff 11 October 2023

Remember the Lettuce Edition

Top Story

Tech News

  • A tale of two websites:

    Sam Bankman-Fried was a terrible boyfriend.  (The Verge)
    I’ve got some shitty ex-boyfriends, but none of them made me the CEO of their sin-eater hedge fund while refusing to give me equity and bragging about how there was a 5 percent chance they’d become the President of the United States, you know? Absolutely counting my blessings after Caroline Ellison’s first day on the stand. I wonder how many of the nine women on the jury are doing the same.
    That's how the Teen Vogue of the tech world sees the story.

    The fraud was in the code.  (Molly White)
    Much of the conversation revolved around the allow_negative flag that was introduced to the FTX codebase on August 1, 2019. Wang testified that Sam Bankman-Fried had asked him and Nishad Singh (former FTX engineering director, who has also pleaded guilty) to add the flag. Github screenshots show Singh making a code change to add the column in the database, and adding logic to exempt accounts with the flag from checks that would otherwise determine if they had sufficient funds to withdraw.
    Same story, except actually covering the story and showing the precise code that allowed Caroline Ellison to withdraw infinite amounts of money from customer funds.

    Less of the former, more of the latter, s'il vous plait.


  • An 18th century Unicode.  (Public Domain Review)

    Pantographia, published the same year the Rosetta Stone was discovered, was an attempt to collect all the world's written languages - 164 alphabets in all.

    And since that was more than two hundred years ago, there's a link on that page to download it as a PDF.

    Very, very slowly for some reason, but there is a link.


  • A multifault earthquake threat for the Seattle metropolitan region revealed by mass tree mortality.  (Science)
    Here, we use dendrochronological dating and a cosmogenic radiation pulse to constrain the death dates of earthquake-killed trees along two adjacent fault zones near Seattle, Washington to within a 6-month period between the 923 and 924 CE growing seasons. Our narrow constraints conclusively show linked rupturing that occurred either as a single composite earthquake of estimated magnitude 7.8 or as a closely spaced double earthquake sequence with estimated magnitudes of 7.5 and 7.3.
    Pretty neat.  The article discusses how they cross-linked tree cores in the Seattle area with precisely dated samples from other regions to narrow down a catastrophic event a thousand years ago to within six months.

    And rather less neatly notes that Seattle is simply not built to withstand an earthquake of magnitude 7.8, and if one hit today the city would basically cease to exist.


Disclaimer: Which would be bad.

Posted by: Pixy Misa at 05:28 PM | Comments (4) | Add Comment | Trackbacks (Suck)
Post contains 597 words, total size 5 kb.

Tuesday, October 10

Geek

Daily News Stuff 10 October 2023

Oh No Edition

Top Story

  • John Riccitiello is now the former CEO of Unity.  (The Verge)

    Whether the company will survive its self-inflicted injuries remains to be seen, but unlike Hasbro it at least has had the sense to go look in the bathroom cabinet for Dettol and Band Aids.


Tech News


Disclaimer: I made a hat.

Posted by: Pixy Misa at 05:40 PM | Comments (3) | Add Comment | Trackbacks (Suck)
Post contains 120 words, total size 2 kb.

Monday, October 09

Geek

Daily News Stuff 9 October 2023

Norm Newmal Edition

Top Story

  • JavaScript has no place on the server part one: The barrel file debacle.  (Marvin H)

    After all these years, it's still a toxic hellbrew of bad decisions.  Not so much JavaScript in itself, which is merely eh, as the choice to use it in server applications where it is obviously completely unsuitable, to do so via an event loop, which is obviously completely unsuitable, and then to add the worst package manager ever devised, a software version of the Torment Nexus from the classic sci-fi novel Don't Create the Torment Nexus.*

    * Which doesn't exist, but should.


  • JavaScript has no place on the server part two: The hidden performance cost of Node.js.  (Software at Scale)

    Here the problem is trying to implement GraphQL naively in an event loop architecture, which creates a cascade of asynchronous requests - called promises - which totally gum up the works.

    This problem was solved all the way back in 1961, before the geniuses behind Node.js decided to inflict it on a whole new generation.


Tech News

  • Fine tuning Mistral-7B on Python code with a single GPU.  (Weights & Biases)

    Large Language Models have a lot of problems, stemming from the facts that they don't know anything except what words go together, they're promoted by frauds, and they are actively hamstrung from doing anything but reciting woke bullshit.

    But Mistral-7B is completely open-source and you can download it and do anything you like.  And if what you like is programming, well, it turns out you can get a long way in programming just by knowing what words go together.

    It helps because you can automatically check if the AI got the basics right - does the code it generated even compile, for example?

    I'm still more interested in using AI for testing than for generating code, but having a generally good LLM that is free to everyone and small enough to run on commodity hardware is a win either way.

Unrelated

647 MIPS on a 4GHz Zen 3 (Ryzen 5625U).  Good enough, particularly since that's with overflow checking enabled.  The performance impact of that was tiny; small enough that I had to test and confirm it was really doing the check.

About 20x faster than Python (though 3x slower than PyPy). 

And 6x faster than the same VM written in Nim, so I guess I won't be using Nim for this.


Disclaimer: Oh not.

Posted by: Pixy Misa at 05:39 PM | Comments (2) | Add Comment | Trackbacks (Suck)
Post contains 410 words, total size 3 kb.

Sunday, October 08

Geek

Daily News Stuff 8 October 2023

Real Shit Edition

Top Story

  • Samsung's new small Android tablet, the Galaxy Tab A9, is here, and it's shit.  (Liliputing)

    The 8.7" screen has a resolution of 1340x800, barely better than Google's original Nexus 7 model from 2012.  The 2013 model immediately fixed that with a much improved 1920x1200 screen.

    To still be offering such low resolutions in 2023 is laughable.  Every other spec is good - it's like offering a high performance sports car with 9" wheels.

    There's a Tab 9+ model with a 1920x1200 screen - but that's 11", and there are literally dozens of models like that.

Tech News

  • Berry is a scripting language for microcontrollers.  (Berry)

    Without the compiler it needs just 40k of ROM and 4k of RAM, so it will fit easily in a Raspberry Pi Pico, which has 2M of ROM and 264k of RAM.

    The whole thing, compiled, is under 300k.

    The language itself is very clean and simple.  If you know Python all you need to do is remember to put in end statements and stop with the : at the beginning of blocks.  If you know Ruby you'll just need to adapt to Python-style classes and exceptions.

    Is it fast...  Uh, no, not particularly.  Faster than Python in trivial benchmarks.  More than 20 times slower than LuaJIT - though that is rather less suitable for use on microcontrollers.


  • Senators Marco Rubio and Mark Warner want to block China from building RISC-V processors...  Which are open source.  (Tom's Hardware)

    I wondered if there was more to this than there seemed at first glance, so I also read the Reuters article linked by Tom's Hardware.

    Nope.  It's just stupid.  It's like trying to forbid China from learning algebra.  It's already out there, you idiots.


  • Gibson Research, maker for many many years of hard drive repair tool SpinRite, has released a free utility to check USB drives.  (Tom's Hardware)

    There's been a flood of implausibly cheap drives recently with implausibly large capacities from implausibly-named vendors like...  Huh.  Amazon seems to have been cleaning up a bit.  Though there are still a whole lot of 2TB micro SD cards from "Lenovo" that you shouldn't touch with a burnt stick.

    Anyway, they put a 4GB microSD card inside a USB thumb drive and reprogram it to pretend to be 2TB.  Plug it in, write files to it, it all works fine.  Until you use 4GB of space whereupon it simply starts overwriting earlier data.


  • Asus has a new PCIe card that can take four PCIe 5.0 M.2 SSDs, for a combined 60GBps of bandwidth.  (Tom's Hardware)

    That sounds like it should be horribly expensive, but it's just $80.  That's because all the logic needed to run it is built into your CPU...  If you have an AMD chip.

    If you're on Intel you may find that only two of the four slots work.

    And you can only put it in the primary PCIe slot in your system - where the graphics card would normally go.

    Good for building small servers though, where you don't need a graphics card at all.


  • Should you buy a $3 SSD made by a brand you've never heard of from AliExpress?  (Storage Review)

    No, but they're better than Storage Review's performance graphs, which somehow go backwards.


  • Smart programmers write STUPID code.  (Medium)

    Please tell me that's not an acronym.
    The S stands for Simple
    Closes browser.
    Shuts down laptop.
    Sets laptop on fire.
    Flings burning laptop from window.


  • Cloudflare's support for "Encrypted Client Hello" breaks ISP-level site blocking.  (Torrentfreak)

    Europe is very fond of this.  Australia does it too.  America mostly just shoots the site operators.

    Anyway, with this technology the ISP can no longer tell what website you are looking at, so they can't block you.  And they can't block Cloudflare because that's about 16% of the entire internet, including a lot of major sites.


  • Brave has laid off 9% of its workforce.  (Tech Crunch)

    I hope they weather the Recession We Must Not Name, because their browser is pretty good and they haven't piled up millions of dollars and set it on fire like so many other tech startups.


Disclaimer: Just once, when we've piled all the money up, can we not set it on fire?  Just once?

Posted by: Pixy Misa at 02:56 PM | Comments (3) | Add Comment | Trackbacks (Suck)
Post contains 714 words, total size 6 kb.

Saturday, October 07

Geek

Daily News Stuff 7 October 2023

Making It Up In Volume Edition

Top Story

  • August: The tech job recession is over.  When will hiring accelerate?  (Business Insider)
    "The Tech Job Recession is Over," the Bernstein analysts declared in a recent email to clients. "Tech layoffs have slowed to a trickle. When will the hirings start to reaccelerate?"


  • September: Tech layoffs are all but a thing of the past.  (Tech Crunch)
    Layoffs in the technology industry have slowed sharply in recent months, bringing the number of jobs lost to tech’s efficiency push to a near stop.


  • October: Two tech giants lay off more workers as cuts continue.  (San Francisco Chronicle)  (archive site)
    Tech giant Meta and the Twitch division of Amazon laid off additional workers in the past week, underscoring that job cuts continue in the hard-hit industry nearly a year after huge reductions began.
    Unexpectedly.


Tech News

  • The NSA and CISA have shared their list of the top ten cybersecurity misconfigurations.  (CISA)

    The list includes:

    1. Doing the wrong thing
    2. Not doing the right thing
    3. Your mom

    Yes, it really is that useless.


  • A data leak from 23andMe has resulted in DNA analyses of 1.3 million Chinese and Ashkenazi customers being sold online.  (The Record)

    This one is a bit weird.  It doesn't seem that 23andMe itself was hacked, but that the classic trick of trying logins from other sites that have been hacked still works.

    But that was compounded by 23andMe's feature that lets you see information on other users who are close genetic matches.
    The data included profile and account ID numbers, names, gender, birth year, maternal and paternal genetic markers, ancestral heritage results, and data on whether or not each user has opted into 23andme’s health data.
    That's not good.

    The real question - and it's a question The Record has asked 23andMe but not received a satisfactory answer - is what the multiplication factor is.

    Did the hackers have tens of thousands of accounts that reused their login and password, and then find a few matches for each?

    Or did they start with a relatively small number of accounts and then parlay that into a massive data leak?

    23andMe isn't saying, and while they might not know the exact answer, they should at least know the statistics.  And since they're not saying, it might not look good.


  • I'm Back is a 20 megapixel Sony Micro Four Thirds digital camera sensor...  Tucked into a 35mm film roll.  (Petapixel)

    Which is a great idea except for - or rather despite - the fact that the field of view of the sensor is half that of actual film.


  • Real Water - a premium water brand that was once sold at outlets like Whole Foods - was neither real nor water.  (Ars Technica)

    Well, it contained water.

    It also contained hydrazine.

    As in, rocket fuel.
    "These people were outrageous," Kemp said. There was "no safety testing, no analysis of the product to see what was in it." He said that the person who developed the water treatment process for Real Water bought the titanium tubes "from some Russian guy in the 80s" and spent four to five months making alkaline waters in his garage, working until he had a formula that didn't make him vomit or have diarrhea.
    A jury just awarded a $228 million verdict against Real Water, which, considering that the stuff actually killed people, seems justified.

    Meanwhile, speaking to Real Water's customers: Water is not supposed to be alkaline, you idiots.

    Water is not supposed to be anything.  It's water.  It's neutral by definition.  If it's not, you're watering wrong.

    I just checked and my local supermarket does sell a different brand of alkaline water.  I only hope that one doesn't cause liver failure in babies.


Disclaimer: On the other hand, first baby in space.

Posted by: Pixy Misa at 03:57 PM | No Comments | Add Comment | Trackbacks (Suck)
Post contains 632 words, total size 6 kb.

Friday, October 06

Geek

Daily News Stuff 6 October 2023

Still Not Edition

Top Story

  • I'm not a programmer and I just used AI to write my first bot.  (Replit)

    Congratulations!

    You're still not a programmer, that's not an AI, and...  Well, that's technically a bot in the Slack sense of the term, and your peers are idiots.


  • Chatbot hallucinations are poisoning web search.  (Wired)

    Back in July a researcher published a paper in which he showed that commonly used generative AI tools will happily answer questions about books that don't exist.

    Microsoft Bing picked up that paper and happily ingested this new and entirely imaginary knowledge.

    Thankfully someone at Microsoft still cares about the truth - or at least about their share price if they are sufficiently embarrassed in the marketplace - and the fictional results have been removed.

    But seeing the rate at which Google results have gone downhill in recent years, I don't expect that state of affairs to last long.


Tech News

Disclaimer: Do not wake before Easter.

Posted by: Pixy Misa at 05:32 PM | Comments (4) | Add Comment | Trackbacks (Suck)
Post contains 342 words, total size 3 kb.

Thursday, October 05

Geek

Daily News Stuff 5 October 2023

Peeve Farm Edition

Top Story

  • A new communications satellite has instantly become one of the brightest objects in the night sky and astronomers are peeved, though when are they not?  (New York Times)  (archive site)

    BlueWalker 3 is a test run for AST SpaceMobile's BlueBird satellite constellation, designed for direct orbit-to-ground smartphone service.  To achieve this the satellites are much larger than Starlink's - 64 times larger as seen from Earth, and thus 64 times brighter.
    To find the specific impact of BlueWalker 3, the authors of the new study compiled observations of the satellite recorded by amateur and professional astronomers in Chile, the United States, Mexico, New Zealand, the Netherlands and Morocco. This global campaign revealed that BlueWalker 3 reached a magnitude that made it as bright as Procyon and Achernar, two of the 10 most luminous stars in the sky, according to the study.
    The problem is not so much that it is bright, as that it moves relative to the stars and spoils your photos, like an inquisitive squirrel at a wedding.
    "I really like how they used many different telescopes from many different places in the world; it highlights how this is truly a global problem,” said Samantha Lawler, an astronomer at the University of Regina in Saskatchewan who was not involved with the study but wrote an article in Nature that accompanied it. "One country, or one small company, launches a satellite and it can be seen everywhere in the world.”
    That is how satellites work, yes.
    "We shouldn’t have progress at any cost,” Dr. Tregloan-Reed said. "It’s like building a brand-new development over a historical site. You can’t just do that. You have to protect these things.”
    More like building a brand-new development in an uninhabited wasteland.  There is literally nothing there.
    He also acknowledged that astronomers don’t own the night sky but have a vested interest in preserving it.  "What we’d like to do is share the night sky, just not with you” he said.


Tech News




Disclaimer: Wait, now it says "All these worlds are yours except Europa..."

Posted by: Pixy Misa at 05:21 PM | Comments (5) | Add Comment | Trackbacks (Suck)
Post contains 676 words, total size 6 kb.

Wednesday, October 04

Geek

Daily News Stuff 4 October 2023

Double Plus Pop Rotate Edition

Top Story


Tech News

  • Moronity Report: How good are the most advanced AI systems at predicting crime?  Not.  (The Markup)
    Diving deeper, we looked at predictions specifically for robberies or aggravated assaults that were likely to occur in Plainfield and found a similarly low success rate: 0.6 percent. The pattern was even worse when we looked at burglary predictions, which had a success rate of 0.1 percent.
    At least the Plainfield PD scrapped the system after two years and only wasted about $35,000.  As this kind of nonsense goes that's practically winning the lottery.


  • Inside the A510, Arm's boring workhorse CPU.  (Chips and Cheese)

    If you like all that fiddly detail about pipeline stages and result forwarding and branch misprediction penalties, this will be a feast for you.

    The A5x series, unlike the higher end A7x and now Xx cores, is an in-order design.  That makes it much simpler (and lower power), but it can't dynamically rearrange the instructions in your program to suit itself and still get the right answer, which is the crazy trick more powerful out-of-order cores do.  Even something as simple as a Raspberry Pi does that these days.


  • Much ado of a muchness: Comparing Intel and AMD CPUs on the same laptop.  (Tom's Hardware)

    They didn't test GPU performance (where the AMD model should really shine), so the results are pretty close.  Intel is around 5% faster on Geekbench, AMD nearly 10% ahead on Cinebench.

    On battery life tests, the Intel model lasted 11 hours 39 minutes, where the AMD version racked up 11 hours 38 minutes.

    So...  Pick your poison.


  • The Surface Laptop Studio 2 is a think that exists.  (Tom's Hardware)

    At $3299 I don't know why though.


  • Microsoft has overhauled OneDrive, and by overhauled they mean smeared AI shit all over it.  (The Verge)

    Can we not?


Disclaimer: Can we not?  At long last, sir, can we not?

Posted by: Pixy Misa at 05:04 PM | Comments (4) | Add Comment | Trackbacks (Suck)
Post contains 383 words, total size 4 kb.

Tuesday, October 03

Geek

Daily News Stuff 3 October 2023

Behind You Edition

Top Story



Tech News


Not Even Remotely Tech News

  • As above, so below:



    Yes, Australia now has its very own catastrophic inflation reduction act.


Disclaimer: And some people argue that even SIXBIT was a mistake, and that we should never have left Baudot.

Posted by: Pixy Misa at 03:59 PM | Comments (4) | Add Comment | Trackbacks (Suck)
Post contains 409 words, total size 5 kb.

Monday, October 02

Geek

Daily News Stuff 2 October 2023

A Short Death Edition

Top Story

  • Can generative AI solve the greatest problem in computer science?  No.  What are you, stupid?  (ZDNet)

    "Researchers" are trying to use GPT-4 to prove one way or another whether P = NP.

    Broadly speaking, the question is, for a given mathematical problem, if you can prove that a correct answer is in fact correct, is there always an efficient way to find that answer in the first place?  (Though "efficient" in some cases might be relative to the lifespan of the universe.)

    Nobody knows.  Nobody knows if it is possible to know.  But we do know that you can't find out by asking ChatGPT.

    The only good part of this is that you're not paying for it.  The "research" is funded by Microsoft (which owns a big chunk of ChatGPT creator OpenAI) and China.


Tech News


Definitely Not Tech News

  • The interest rate on my home loan somehow went down.  Not complaining, just slightly confused.  (30 year fixed rate mortgages don't exist outside of the US, so we're vulnerable to whatever idiots are currently in government.  And right now we have some real corkers.)


  • Frieren: Beyond Journey's End  is airing now on Crunchyroll and probably elsewhere.

    Frieren is my favorite manga of recent years and the anime adaptation takes great care with the source material.  It completely held my attention even though I already knew the story.  Head and shoulders above the average anime series that are generally aimed at teens or younger.

    The story?  Imagine The Lord of the Rings, only the action starts the day after Sauron is defeated, and asks, well, what now?



Disclaimer: Though he also didn't predict that people would line up to pay for telescreens.

Posted by: Pixy Misa at 03:54 PM | Comments (4) | Add Comment | Trackbacks (Suck)
Post contains 644 words, total size 6 kb.

<< Page 3 of 4 >>
119kb generated in CPU 0.069, elapsed 0.6144 seconds.
59 queries taking 0.5683 seconds, 379 records returned.
Powered by Minx 1.1.6c-pink.
Using http / http://ai.mee.nu / 377