Apple inks multi-billion-dollar deal with Broadcom for US-made chips (5G)
Creating a "defconfig" Build Configuration for Apache #NuttX RTOS ... Thanks to Alan C. Assis! 👍
Article: https://lupyuen.codeberg.page/articles/pr.html#notes
Retro Pixel Pocket: Android gaming handheld with Allwinner A64 ($80)
#Satellite signal jamming: Starlink and other LEO constellations face a new set of security risks
AliExpress laptop with Intel 8088 CPU will take you back to the MS-DOS era
"This whitepaper details the architectural enhancements and modifications that #Intel is currently investigating for a 64-bit mode-only architecture referred to as x86S"
#Android TV boxes sold on Amazon are laced with malware (Allwinner T95 / Rockchip X12)
Play Doom Eternal and N64 games on this $10 desktop calculator (Allwinner A50)
https://gizmodo.com/calculator-emulator-10-android-doom-eternal-game-stream-1850437628
Egos-2000: Entire #RISCV Operating System in 2,000 lines of code (Cornell University)
Briar will be in Indian court tomorrow:
https://sflc.in/defending-digital-rights-sflc-in-assists-in-challenging-ban-on-apps/
Arm acknowledges Cortex-M Side-channel attack
https://www.theregister.com/2023/05/15/mcu_side_channel_attack/
Toyota Japan exposed millions of vehicles’ Location Data for a decade
https://techcrunch.com/2023/05/12/toyota-japan-exposed-millions-locations-videos/
#Discord Support Agent hacked: "it is possible that your Email Address, the contents of Customer Service Messages and any Attachments sent between you and Discord may have been exposed to a third party"
@AmpBenzScientist i took a look at the RISC-V ISA docs and, "huh, everything actually makes sense. this is logical."
Excited to announce that I’ve a new CEO for X/Twitter. She will be starting in ~6 weeks!
My role will transition to being exec chair & CTO, overseeing product, software & sysops. https://twitter.com/i/web/status/1656747082571722753
i posted this little C code riddle earlier. so here's what it does:
1. flip all the bits in the input, so 0 becomes 1 and 1 becomes 0
2. bitwise-AND this with 1, whose binary representation is also 1. this will keep only the last bit of the number and set the rest to 0.
the result can thus only be 0 or 1. if you count in binary:
0 = ...000
1 = ...001
2 = ...010
3 = ...011
4 = ...100
5 = ...101
notice how the last bit keeps flipping for every number?
if the function was just x & 1, this would tell you if the number was odd. but if you flip all the bits before you mask it, it tells you if the number is even.
could also be written as !(x & 1)
I love a good pen and now you have me considering a pocket protector... burt I also accepted I am a nerd a long time ago :)
Relearning C++ after C++11
Toughbook fan, Mathematician and Locksmith with limited success in other areas.
Political stance is far right and far left. Proponent of First Aid Kits and PPE. Easily disheartened by big tech. Partially hinged personality and stubborn enough to not write this in the First Person.
Distrust of Psychology and a fan of satire. I love a good joke and contradict myself. Somewhat serious but easily distracted.