The Future of Large Files in Git Is Git (tylercipriani.com)
2 points by thcipriani 3m ago 0 comments
Correct and Efficient Bounded FIFO Queues (inria.hal.science)
1 points by navidhg 18m ago 0 comments
Hackwrap
1 kareem_hashash 1 8/15/2025, 7:35:25 PM github.com ↗
1. equivalent of `async`:
2. inherit from a class: 3. endless functions: 4. promote a function to global scope 5. inherit from a function: 6. inherit from a module: 7. return something when a function is mentioned (my favorite part :)): the `hackwrap.onment` calls the given call back when one of the function attributes is activated, like, \_\_str\_\_, \_\_add\_\_, \_\_gt\_\_, etc... `hackwrap.update_this` updates the global `hackwrap.this` variable which refers to the current function.8. making un-mangled functions private:
\# example *.py*
\# main *.py* 9. making mangled public:\# example *.py*
\# main *.py* 10. turn async to sync: 11. auto-threadify functions: 12. skipping del keyword: 13. simulate functions inheriting from variables: hope you find that Interesting