back
user profile
porridgeraisin
1,976karma·1,374submissions·March 26, 2023
recent activity (1,374 total)
comment
Yep. There's a vscode extension.
comment
correction:
https://GitHub.com/wiselibs/wise-river
comment
Yes same. I write myself a nice typed pipe() [2], and a one-after-the-other promise queue[4] whenever I need it but that's it really. I use web streams a lot. The most abstract I'm usually …
comment
Yeah, and while it's true it can't really solve something you have to think about specific to your problem domain, I find it really good for common implementations. If I'm making a musi…
comment
I agree with your overarching point. But, how exactly does being able to install a keylogger on someone's computer mean you can also break memory integrity and steal data from the browser's …
comment
Bing visual search is great. I use it in cryptic hunts a bunch. Would of course prefer a non-MS offering though, I hope one comes along that's equally good.
comment
From their FAQ: > Can I record a Jitsi conference?
> Yes. The easiest way to record is to live stream your conference to YouTube and access the recording there. You can try this now on meet.jit.…
comment
On the terminal, I use `qalc`[1]. It's a nice natural language calculator that does arithmetic, solves quadratic equations/linear systems, does unit conversions and even a bit of calculus. C…
comment
Since when did the definition of a shell include "deals with everything as a unstructured stream of bytes"?
comment
The most trivial solution is to open it in paint and save as -> destination format. The most comprehensive solution is to download imagemagick.
comment
Either it's employers who got tired of people not even knowing the basics of git (which would be common to any dvcs) and weren't productive as a result. Or it's folks that think the bas…
comment
I think they mentioned CPU intensive work, which I'm taking to imply that it's more CPU bound than I/O bound. So unless you're suggesting they use Node's web workers implement…
comment
Yeah. And in India it's _only_ WhatsApp. Nothing else. It's the default.
comment
SRT is a text file with a awk-able format that you can just write a script to update all the timestamps of. There's also a bunch of online services that do it. VLC has it built-in (track synchron…
comment
Yeah, was wondering. Maybe they filter at the application level? And check equality with their language's null value?
comment
This is there in chromium based browsers too, though. Settings -> search engine -> site search and then the exact same mechanism.
comment
For me it was doing nand2tetris. With just NAND gates and D flip flops as primitives, building a full 16bit ALU, then an ISA for it, an assembler, compiler, operating system (with memory mapped keyboa…
comment
Wouldn't the following be a better version of the above. Use css variables everywhere, and have a defs-dark.css and a defs-light.css that define the colors. Then, on nginx, serve the correct styl…
comment
Mostly that's india blocking Chinese comms.
comment
https://toffeeshare.com is a great webrtc based file sharing app. (I am not the author). I've used it to great effect though.…
comment
There is even a dwm-style extremely comprehensive tiling window manager called bug.n [1], which I downloaded it way back in windows 8 days. Made a lot of changes myself and plan to open source it as a…
comment
Most of my notes are just... Unstructured text and images. So I just put it on WhatsApp in a group with just me. Searchable, any device, offline on mobile, the lots. I screenshot excalidraw diagrams a…
comment
In lieu of this, Nand2Tetris [1] is an absolutely great online, free course where one can go through all of a computer's abstractions - logic gates to an assembler to a bytecode compiler to a sta…