I've come up with something to protect against aba in lock free, but I need to check it out in my adaptive radix tree
π₯1
so, I only wrote an assembler for one feature
I spent 2 days working on it
but the assembler works β
I spent 2 days working on it
but the assembler works β
π₯2
One of the features is working π
=== DEBUG SECURE GOTO ===
Real cleanup address: 0x55611c4ba36a
π TEST 1: Same addresses
[DEBUG] === START ASSEMBLER EXECUTION ===
[DEBUG] Input: cleanup_addr=0x55611c4ba36a, actual_cleanup=0x55611c4ba36a
[DEBUG] Input: goto_count=0
[DEBUG] Initial result=0
[DEBUG] === END ASSEMBLER EXECUTION ===
[DEBUG] Final result=1
Result: 1 (Expected: 1)
π TEST 2: Different addresses
[DEBUG] === START ASSEMBLER EXECUTION ===
[DEBUG] Input: cleanup_addr=0x2000, actual_cleanup=0x55611c4ba36a
[DEBUG] Input: goto_count=0
[DEBUG] Initial result=0
[DEBUG] === END ASSEMBLER EXECUTION ===
[DEBUG] Final result=0
Result: 0 (Expected: 0)
I'm going to do the next one π€
=== DEBUG SECURE GOTO ===
Real cleanup address: 0x55611c4ba36a
π TEST 1: Same addresses
[DEBUG] === START ASSEMBLER EXECUTION ===
[DEBUG] Input: cleanup_addr=0x55611c4ba36a, actual_cleanup=0x55611c4ba36a
[DEBUG] Input: goto_count=0
[DEBUG] Initial result=0
[DEBUG] === END ASSEMBLER EXECUTION ===
[DEBUG] Final result=1
Result: 1 (Expected: 1)
π TEST 2: Different addresses
[DEBUG] === START ASSEMBLER EXECUTION ===
[DEBUG] Input: cleanup_addr=0x2000, actual_cleanup=0x55611c4ba36a
[DEBUG] Input: goto_count=0
[DEBUG] Initial result=0
[DEBUG] === END ASSEMBLER EXECUTION ===
[DEBUG] Final result=0
Result: 0 (Expected: 0)
I'm going to do the next one π€
π₯1
started making my own in-memory storage yesterday, for specific tasks
and I should finish secure goto soon (base)
and I should finish secure goto soon (base)
π₯1
dima853
started making my own in-memory storage yesterday, for specific tasks and I should finish secure goto soon (base)
I've finally completed the server base π
All tests passed
All tests passed
π₯1
dima853
did safe buffer today, main tests passed β
all the previous days was writing protection for the block_ip function, and still writing to this day tomorrow will finish the post about chunks/arenas, free block search algorithms, etc.
I made a short post about chunks/arenas and algorithms
Here - https://selfuniversity.vercel.app (last post)
Here - https://selfuniversity.vercel.app (last post)
π₯1
spent a couple of days writing protection (in asm) for detecting gadgets (0xC3, 0xFF, etc.), blocking dangerous keys (with ret instructions), etc.
basic tests passed β
during this time studied several interesting topics, if i want i'll write articles about them
basic tests passed β
during this time studied several interesting topics, if i want i'll write articles about them
π₯2
I will try to make the first working demo of the social network in 4-5 months.
π₯5
What is a DAG? Arborescense (Part 2)
What do Make build scripts, Git history, the IOTA blockchain, and AI in TensorFlow have in common? They all run on the same foundation β DAG.
Article - https://selfuniversity.vercel.app/en/blog/en/arborescense_dag
What do Make build scripts, Git history, the IOTA blockchain, and AI in TensorFlow have in common? They all run on the same foundation β DAG.
Article - https://selfuniversity.vercel.app/en/blog/en/arborescense_dag
π₯1
finally made the authentication aspect for getting tokens etc via context and auth request through an annotation (for the backend)
completely switched to postgresql, fixed seg fault and other bugs in the ui (gtk) and more or less finished the desktop application itself
today started improving the security of my transcendental bridge, and will start finalizing its database and implementing my ideas there
and yeah, i also spent a long time making a dag-replicated distributed ring buffer (for wal etc)
and started working on a basic editor β
completely switched to postgresql, fixed seg fault and other bugs in the ui (gtk) and more or less finished the desktop application itself
today started improving the security of my transcendental bridge, and will start finalizing its database and implementing my ideas there
and yeah, i also spent a long time making a dag-replicated distributed ring buffer (for wal etc)
and started working on a basic editor β
π₯1
made a couple of new sniffers (for tcp, icmp), took a few days to make them.
i already had a few, will try to add all of them
also almost finished the entire gui, from there you'll be able to run everything needed β translator, editor, bridge, etc.
also a couple of days ago came up with an incredible idea on how to make an architecture with practically no servers, where almost everything will be stored locally, where in theory you'll be able to change a whole lot (who to show a post to, who to hide it from, and infinitely many other things)
it might also be impossible to block this network
i sketched out a small plan, seems like it should work.
but i still need to somehow connect all the ideas into one scheme, where all processes are logically structured
honestly the idea is very interesting, i'll try to make it happen
i already had a few, will try to add all of them
also almost finished the entire gui, from there you'll be able to run everything needed β translator, editor, bridge, etc.
also a couple of days ago came up with an incredible idea on how to make an architecture with practically no servers, where almost everything will be stored locally, where in theory you'll be able to change a whole lot (who to show a post to, who to hide it from, and infinitely many other things)
it might also be impossible to block this network
i sketched out a small plan, seems like it should work.
but i still need to somehow connect all the ideas into one scheme, where all processes are logically structured
honestly the idea is very interesting, i'll try to make it happen
π₯1
dima853
made a couple of new sniffers (for tcp, icmp), took a few days to make them. i already had a few, will try to add all of them also almost finished the entire gui, from there you'll be able to run everything needed β translator, editor, bridge, etc. alsoβ¦
so basically, i've more or less sketched out my architecture
started implementing it today, in theory everything should work
but we'll see what happens
many editor features will actually be implemented through this architecture, but for now i'll try to make a couple of features for local network
i'll have another powerful feature for filtering messages, words, and everything else, since almost everything is stored locally, there won't be any anonymity issues
started implementing it today, in theory everything should work
but we'll see what happens
many editor features will actually be implemented through this architecture, but for now i'll try to make a couple of features for local network
i'll have another powerful feature for filtering messages, words, and everything else, since almost everything is stored locally, there won't be any anonymity issues
π₯1