Readit News logoReadit News
framecowbird commented on Matrix Multiplication   matrixmultiplication.xyz/... · Posted by u/jonbaer
framecowbird · 4 years ago
This is how I've always visualised matrix multiplication in my head, I find it quite intuitive.
framecowbird commented on Python Bytecode Explained   github.com/MoserMichael/p... · Posted by u/eatonphil
framecowbird · 4 years ago
> CPython doesn't have a just in time compiler right now, instead the interpreter is running the bytecode instructions directly.

Isn't compiling and then immediately running the code exactly what a just in time compiler is? Or do I have a misunderstanding of the term?

framecowbird commented on Poor man's VPN (pay for only what you need)   github.com/amritb/poor-ma... · Posted by u/benpiper
framecowbird · 4 years ago
What's the cheapest and easiest way to set up a VPN that authenticates with G-Suite OAuth? Asking for a friend...
framecowbird commented on Who Contributed to PostgreSQL Development in 2020 and 2021?   rhaas.blogspot.com/2022/0... · Posted by u/craigkerstiens
uhoh-itsmaciek · 4 years ago
If anyone wants to keep up with Tom Lane's prolific mailing list contributions without subscribing to the pgsql-hackers firehose, I wrote a Twitter bot that tweets the last sentence (according to some mostly-working regex heuristics) from his e-mails: https://twitter.com/regardstomlane

Postgres is a fantastic community.

framecowbird · 4 years ago
That's surprisingly effective. Nice!
framecowbird commented on We do not break userspace (2012)   lkml.org/lkml/2012/12/23/... · Posted by u/capableweb
sva_ · 4 years ago
The question is, if his attitude has had an impact on the longevity and success of his projects.
framecowbird · 4 years ago
I think his attitude of quality and direct feedback is good and definitely contributed to the success of his projects.

But even so, why can't we still call him out on his callous and offense delivery? There are better ways of saying what he said in his post.

You don't have to be an asshole to be direct. You can still be respectful.

framecowbird commented on We do not break userspace (2012)   lkml.org/lkml/2012/12/23/... · Posted by u/capableweb
framecowbird · 4 years ago
Linus is such an asshole. It's not even cute or funny. He's just an ass.
framecowbird commented on Chatbots: Still dumb after all these years   mindmatters.ai/2022/01/wi... · Posted by u/zdw
framecowbird · 4 years ago
I'm interested in chatbots for learning foreign languages. In that scenario I really don't care how dumb the conversation is, just that it's grammatically correct.

Does anybody know of such a service?

framecowbird commented on Minecraft as a Kubernetes admin tool   eric-jadi.medium.com/mine... · Posted by u/JordanTen
pugworthy · 4 years ago
Very much like using Doom for process management. See this 2001 ACM SIGCHI article -> https://www.cs.unm.edu/~dlchao/flake/doom/chi/chi.html
framecowbird · 4 years ago
" A significant problem with the current implementation of PSDoom is that monsters are much more likely to attack each other than expected. This causes many windows to mysteriously disappear as the program runs"

Brilliant

framecowbird commented on Show HN: A pure bash web server. No netcat, socat, etc.   github.com/dzove855/Bash-... · Posted by u/dzove855
sillysaurusx · 4 years ago
This script taught me a few things! Since it's kind of impossible to google, what does this construct mean?

   while :; do
It's clearly a while true loop, but why does an ascii crying face produce true?

u/framecowbird

KarmaCake day372August 23, 2020View Original