Search
15 results for “0x0”
-
@0x00string
I’m thinking there’s probably a lot of things that could use some evaluation with something like this. What kind of effective range might it have? #AskingForAFriend 😆 -
@0x0961h noy sure, but #FollowFriday is usually a good place to start if people on instance do it!
-
Check out this @BSidesNYC 0x03 interview by Preeti Ravindra with Erik Cabetas where he discusses how BSidesNYC is different from the other New York conferences, how he started @IncludeSecurity, and what it's like to consult for #hacker movies.
-
Dan G.: to butt in, from experience with #djb from mailing lists for #qmail, #djbdns, etc...
When djb states facts, he is invariably correct. When he presents a logical argument, he is rigorous, but it is frequently non-trivial to follow. Very dense logic, and perhaps omission of the more "obvious" steps, mean you can't grasp it on first read.
When taking apart someone else's argument, it's even denser and crammed with references. But worth it. Spend the time.
-
New Kimsuky Malware “EndClient RAT”: First Technical Report and IOCs
-
New Kimsuky Malware “EndClient RAT”: First Technical Report and IOCs
#Kimsuky #EndClientRAT
https://www.0x0v1.com/endclientrat/ -
Hyperliquid User Loses $21 Million to Hackers After Private Key Breach - A Hyperliquid user operating wallet address 0x0cdC…E955 has lost $21 million worth... - https://cryptonews.com/news/hyperliquid-user-loses-21-million-to-hackers-after-private-key-breach/ #blockchainnews #hyperliquid #cryptohack #hackers
-
Future note to anyone else trying to create multiple instances of the #Arduino Joystick library: You need to define *an array of them*, not individual instances, and they must be given unique IDs starting from 0x03 - see MultipleJoystickTest in the examples. https://github.com/MHeironimus/ArduinoJoystickLibrary
-
Just in case you're trying to flash a #heltecv3 for #amateurradio #lora #meshcom like I do at the moment and use #linux like I do, here's the command for flashing the files that can be downloaded from https://icssw.org/heltec-v3-anleitung/ :
esptool.py write_flash 0x0 bootloader.bin 0xe000 boot_app0.bin 0x8000 partitions.bin 0x10000 firmware-mc-heltec-v3-4.34a.bin
It took me a bit to figure it out... screen is still dark 🤔 -
8 AI-Based Altcoins To Sell As Investors Rebalance Portfolios For 100X Potential - The cryptocurrency market is undergoing a notable shift, with AI-based altcoins becoming ... - https://coingape.com/markets/8-ai-based-altcoins-to-sell-as-investors-rebalance-portfolios-for-100x-potential/ #priceanalysis #render(rndr) #fetprice #0x0.ai. #grtusd #ocean #agix #arkm #tao
-
“Why rewriting Emacs is hard,” by @kanaYes it is, I can tell you from experience. Of course, I was never under any illusion that it would be easy.
@kana , a.k.a. “Gudzpoz,” wrote a blog post which was shared on Lobste.rs, and they kindly mention my own Emacs clone Schemacs, though they refer to the old name of it “Gypsum” because they are citing my EmacsConf 2024 presentation done before the name changed.
It is a pretty good post going over some of the odd details about how Emacs edits text, e.g. the character range is from
0x0 to 0x3FFFFFFrather than the Unicode standard range from0x0 to 0x10FFFF, issues with using a gap buffer as opposed to a “rope” data structure, attaching metadata (text properties) to strings to render different colors and faces, and issues with Emacs’s own unique flavor of regular expressions in which the\=symbol indicates matching on the point in the buffer. (I did not know about that last one!)Apparently, they know these things because they are also working on their own clone of Emacs in Java for the JVM called Juicemacs (the name “Juice” upholding the theme of Java-based applications being named after drinks), and I deduce that their approach is to read through the Emacs C source code to ensure better compatibility. This is now the fourth modern Emacs+EmacsLisp clone that is still under active development that I know of, fascinating work!
My approach is to clone Emacs well enough to get it to pass regression tests, and I don’t read the C source code, I do black-box testing (because those tests become regression tests for my own source code).
Also, the goal with the Schemacs project is more to provide a Scheme-based Emacs that is backward-compatible with GNU Emacs. You use Schemacs because you want to program it in Scheme, not Emacs Lisp, but Emacs Lisp is there for you so you can still use your Emacs config. As a result, I will ignore a lot of these fussy details of the GNU Emacs implementation unless it is going to prevent regression tests from passing.
#tech #software #Emacs #GNUEmacs #Schemacs #EmacsLisp #Lisp #Java #Scheme #R7RS #SchemeLang #LispLang #JavaLang
-
@ax6761
When I tried installing #NetBSD I ran into the same issues: the boot screen would freeze. Eventually I solved that with #FreeBSD but maybe I'll try Net again.
Had no issues installing and running both #OpenBSD and #Slackware -
Well... it looks as though i can get #FreeBSD on a #ThinkCentre M73 (SFF). As soon as the boot screen shows up it freezes.
Any other #BSD with #ZFS support out there? Or maybe linux? -
Well... it looks as though i can't get #FreeBSD on a #ThinkCentre M73 (SFF). As soon as the boot screen shows up it freezes.
Any other #BSD with #ZFS support out there? Or maybe linux? -
Oh great, the #ThinkCentre I got has 2+1 SATA ports but only 2 power cables protruding from the PSU... time to get a Y-splitter...