PublMe bot's Reactions

  • Tracktion BioTek 3 now available BioTek 3 introduces a whole host of new features and functions, and benefits from extensive upgrades to both its user interface and underlying audio engine. 

    BioTek 3 introduces a whole host of new features and functions, and benefits from extensive upgrades to both its user interface and underlying audio engine. 

  • AllMusic Loves 2024 ReissuesDeluxe anniversary editions, limited-edition pressings, comprehensive boxed sets, globe-trotting compilations, unearthed demo and live recordings -- all of these and much more fill our editors' personal lists of favorite archival releases from 2024.

    Deluxe anniversary editions, limited-edition pressings, comprehensive boxed sets, globe-trotting compilations, unearthed demo and live recordings -- all of these and much more…

  • Sriram Krishnan named Trump’s senior policy advisor for AIIncoming president Donald Trump has confirmed reports that Sriram Krishnan, until recently a general partner at Andreessen Horowitz (a16z), will serve as senior policy advisor for AI at the White House Office of Science and Technology Policy. Trump said in a statement that Krishnan will “help shape and coordinate AI policy across government, working with […]
    © 2024 TechCrunch. All rights reserved. For personal use only.

    Sriram Krishnan, former Andreessen Horowitz general partner, has been named Trump's senior policy advisor for AI.

  • Securitize proposes BlackRock BUIDL fund as collateral for Frax USDAccording to RWA.XYZ, BlackRock's US dollar Institutional Digital Liquidity Fund has roughly $549 million in assets under management.

  • 3D Printed Forklift Is A Cute Desk ToyMany of us grew up with dreams of piloting a forklift one day. Sadly, most warehouses take a dim view of horseplay with these machines, so few of us get to live out those fantasies. Playing with this desk-sized RC model from [ProfessorBoots] is probably a safer way to get those kicks instead. You can check it out in the video below.
    The 3D-printed body of the forklift is the first thing you see. It’s great quality, and it instantly puts you in mind of the real thing. The build is true to the dynamics of a real forklift, too, with proper rear steering. Inside, there’s a custom circuit board hosting an ESP32 that serves as the brain of the operation. Its onboard wireless hardware allows remote control of the forklift via a smartphone app, PS4 controller, or many other options. It controls the drive motors and steering servo, along with another motor driving a threaded rod to move the forks up and down. The whole thing is powered by two Fenix 16340 batteries—small lithium-ion cells that can be recharged with an integral micro USB port.
    The project video is very thorough about the design and build. It’s worth watching just to understand the specifics of how forklifts actually raise their forks up and down. It’s good stuff.
    This forklift is just the latest RC build from [ProfessorBoots]. He’s done great work in this space before, like this charming skid steer and incredibly complex crane.

    Many of us grew up with dreams of piloting a forklift one day. Sadly, most warehouses take a dim view of horseplay with these machines, so few of us get to live out those fantasies. Playing with th…

  • Optimizing Your Linux Shell ExperienceAre you familiar with huffman encoding? That’s where you pick shorter codes for more frequent letters. Morse code is the same way. Shorter characters are the ones you are most likely to use. [Matheus Richard] had the same idea for optimizing your workflow in the Linux shell. The idea is to measure what commands you use the most and make them shorter.

    If you use zsh, it is easy to find out what commands you are using the most. If you use bash, [Matheus] helpfully offers a command to give you a similar result (the original post limits the list to the last entry which we are sure is a typo):
    history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10
    Once you know the commands you use the most, you can use your shell’s aliasing or scripts to shorten them up. For example, in [Matheus’] case, git was a very common command. This led to aliases:
    alias gc="git commit --verbose"
    alias gp="git push"
    alias gprom="git pull --rebase origin main"
    Not only does this save typing, but you lessen your chance for typos (git comit, for example). Another idea is to alias your common errors, for example setting an alias for git as gti.
    Small things, but definitely time savers. Be sure to read the rest of the post, as there are a number of other optimization ideas. [Matheus] definitely has a thing for zsh, but there are many other shells out there. Some of them are even evolving towards more modern programming languages.

    Are you familiar with huffman encoding? That’s where you pick shorter codes for more frequent letters. Morse code is the same way. Shorter characters are the ones you are most likely to use. …

  • Erica Synths launch the Megarack S Erica Synths' latest Eurorack enclosure offers a packed-down version of their flagship Megacase. 

    Erica Synths' latest Eurorack enclosure offers a packed-down version of their flagship Megacase. 

  • The Bendix G-15 Runs 75,000 Lines of CodeThere’s a Blue Bendix in Texas, and thanks to [Usagi Electric] it’s the oldest operating computer in North America.  The Bendix G-15, a vacuum tube computer originally released in 1956, is now booting, and running code from paper tape. [David, aka Usagi] received the G-15 about a year ago from The System Source museum. The goal was to get the computer running so museum patrons could interact with a real tube computer. We’ve been following along since the project began.
    [Usagi’s] latest G-15 video covers the last few problems on the road to running code. The biggest hurdle was the fact that the system wasn’t responding properly to the GO button on the typewriter. [Usagi] was able to isolate the issue down to a flip flop and then to a particular signal on an AND gate — the RC signal. The gate appeared to be bad, but swapping the entire circuit card multiple times had no effect. Something else had to be going on.

    After hours of troubleshooting and a bit of hair-pulling, [Usagi] changed a diode circuit card downstream of the suspect card. This miraculously fixed the problem. It turned out the diode card had a tiny solder bridge since it was built in the 1950’s. This bridge put a heavy load on a buffer, causing grid leakage. For those of us who aren’t old [TubeTimers], grid leakage is a tiny current from the grid of a tube into the drive circuitry. Leakage is present on all triodes, and tube testers would often misdiagnose good tubes as bad for this reason.
    Once the bridge and a few other problems were fixed, the machine sprang to life, not with a roar, but with a solid thunk as it slammed the incredibly wide typewriter carriage into a nearby shelf.  If you do nothing else this year, watch the video from the 20-minute mark. You get to see the pure joy a hacker gets when their project starts to work.
    The Bendix was executing DIAPER — Diagnostic Program for Easy Repair. DIAPER runs a series of tests on the machine and rings a bell every time a test passes. Not a little bell in the typewriter, but a big 120 V beast hiding inside the computer itself. Ding, fries are done indeed!
    [Usagi] did have some help this time around — thanks to a tip from [Avery] he contacted HP Agilent Keysight to inquire about a basic scope. Apparently, they know his videos and are huge fans of the Bendix because they sent him a really nice 4-channel digital oscilloscope. It definitely helped push the Bendix over the finish line! We love seeing companies give back to the community this way — and hope to see more in the future.
    Now, this isn’t the last Bendix G-15 video from [Usagi]. There are several more tapes to run a full DIAPER test. The typewriter itself needs quite a lot of work before it will accept keystrokes, and we’re sure [Usagi] has a few more surprises up his sleeves.
    You can still find a few tube computer projects floating around. You can even replace your 555 with some.

    There’s a Blue Bendix in Texas, and thanks to [Usagi Electric] it’s the oldest operating computer in North America.  The Bendix G-15, a vacuum tube computer originally released in 1956,…

  • OpenAI’s GPT-5 reportedly falling short of expectationsOpenAI’s efforts to develop its next major model, GPT-5, are running behind schedule, with results that don’t yet justify the enormous costs, according to a new report in The Wall Street Journal. This echoes an earlier report in The Information suggesting that OpenAI is looking to new strategies as GPT-5 might not represent as big […]
    © 2024 TechCrunch. All rights reserved. For personal use only.

    OpenAI’s efforts to develop its next major model, GPT-5, are running behind schedule, with results that don’t yet justify the enormous costs, according to

  • Custom Firmware For Even Cheaper Bluetooth ThermometersReaders may recall when we first covered the $5 Xiaomi LYWSD03MMC temperature and humidity sensor back in 2020. Prolific hacker [Aaron Christophel] wrote a custom firmware for the affordable gadget that was so capable and well implemented that it kicked off a whole new community.
    It’s recently been brought to our attention that the Xiaomi thermometer has become so popular that clones have started popping up. Often sold under the Tuya brand, these versions look very similar to Xiaomi’s offering but can be had for as little as $1 each from the usual Chinese importers. Even better, they’ve got their very own open-source custom firmware.
    The firmware comes from [pvvx], who also helms the most active fork of [Aaron]’s original firmware for the Xiaomi thermometer. Doing a bit of spot-checking between the repositories, it’s not immediately clear that any meaningful code is shared between the two projects. However, once installed, they offer similar capabilities to the user, such as integration with Home Assistant. Perhaps the most significant difference between the two projects is that, at least for the initial flash, you need to hook the Tuya units up to your computer with a USB serial adapter. Considering that one of the highlights of the Xiaomi custom firmware was its exceptionally easy wireless installation, this is a considerable step backward.
    Below is a video from a few months back that [Maker’s Fun Duck] put together, where he takes apart one of these clones and shows the installation process for the custom firmware. Our overall impression is that it’s probably worth the few extra dollars to get the original Xiaomi hardware, although the display on the clone seems much brighter. In any event, we’re always happy to see the community coming up with free and open-source firmware for an otherwise locked-down gadget.

    Thanks to [ThoriumBR] for the tip.

    Readers may recall when we first covered the $5 Xiaomi LYWSD03MMC temperature and humidity sensor back in 2020. Prolific hacker [Aaron Christophel] wrote a custom firmware for the affordable gadget…

  • DIY & Independent Musician News Last WeekLast week in DIY & independent musician news, our indie readers tuned into topics like a new affordable SoundCloud subscription, Holiday selfcare, starting a band, the importance of metadata, and more...
    The post DIY & Independent Musician News Last Week appeared first on Hypebot.

    Get all the latest updates in independent musician news. Discover the new affordable SoundCloud subscription and other important news.

  • Last week’s top Music Business NewsA busy week by any definition and music business news was no exception, with moves to reform concert ticketing in turmoil, UMG buying indie powerhouses Downtown and CD Baby, TikTok's end in the U.S approaching, and more...
    The post Last week’s top Music Business News appeared first on Hypebot.

    Stay informed about the latest music business news. From ticketing reform to major acquisitions, get the scoop on the industry's top stories.

  • Sonible introduce prime:vocal Available as a plug-in or standalone application, prime:vocal has been developed to make less-than-ideal vocals sound as though they were recorded professionally in a well-treated studio.

    Available as a plug-in or standalone application, prime:vocal has been developed to make less-than-ideal vocals sound as though they were recorded professionally in a well-treated studio.

  • Follow AllMusic on Bluesky and ThreadsWe're offering more ways to hear from us on new platforms.

    A lot of things about social media are frankly terrible. Lots of misinformation, vitriol, crypto scams, and something we are told is called a "Hawk Tuah" (until she releases a…

  • Lack of proper indexing is throttling DApp speeds — Pangea CEOUsers typically leave an application that does not respond within three seconds, and Web3 apps can have load times of up to 20 seconds.