Discord moved from discordapp.com to discord.com
HN user
easrng
Yeah I do torrent sometimes (if the streaming sites have too low bitrate) but mostly I just use whatever FMHY links to.
Last time I installed Debian it gave me a list of DEs and I could pick as many as I wanted to, no default. Did something change?
IIRC Thunderbird is a separate project now, not part of Mozilla, no?
Chrome did it first, and (at least on Windows) the system print dialog sucks anyway.
Most text formats are easier to parse but in incorrect ways.
But no browsers support 3rd-party plugins anymore. (I think the Chromium PDF viewer might be a plugin internally though?)
tbf there's been a working import map polyfill for a long time now
I don't think you can use SRI with imports?
i did more or less the same thing but running in the browser https://easrng.github.io/modbundler/
you give it an import map and a list of urls and it either bundles + minifies to a single .js file or rewrites the paths and saves everything as a .zip
In Chrome that's using Google's servers to transcribe the audio (last I checked) and it doesn't work on Firefox.
https://jsbin.com and https://glitch.com work ok on phones
I agree with most of this post, but "Apple requires a Mac. It would be trivial to release an app builder that ran on the phone, but they don't. Apple even outright forbids such apps, or any kind of interpreted environment." isn't actually correct. They have a first-party app called Swift Playgrounds that lets you write apps on iPads, and other interpreters are allowed (Pythonista, Scriptable, iSH)
But yeah, native GUI dev is a mess. I wrote webapps all the time when I was in school though. Programming on a phone is kinda a pain because of the small keyboard and lack of browser devtools but it's definitely doable.
ehh i do dev on my phone sometimes (Termux and sometimes in-browser editors) and it's an ok experience imo
oops yeah, typo :facepalm:
Why not stcp like webrtc does (iirc)?
Snap! has already been mentioned, but another scratch mod that has more extensions available (and is faster and has more options) is Turbowarp (https://turbowarp.org/)
i tried turning off my adblocker and yeahhhh the ads-to-content ratio is a bit out of control https://i.imgur.com/Dre5HJw.jpeg
draconian content blockers
most school content blockers were pretty easily bypassed in my experience. i was in school relatively recently, my highschool had fortinet which sucked (sni blocking + blocks a bunch of protocols), but tor still got through if i used a bridge. i probably could've used a vpn but tor was easier. before highschool there wasn't anything more than dns filtering (and briefly http host blocking but not sni blocking) which was bypassed by approximately everyone (who wanted to bypass it). most people used random vpn apps, i changed dns, both worked fine.
That's kinda dystopic...
I barely bookmark anything. I mostly remember domains and search for stuff and use autocomplete from history. Sometimes if I search the same thing over and over I'll bookmark it.
Keep in mind this only applies if you took the screenshot, saved, cropped it, and then saved again to the same file.
Doesn't work on Firefox.
I can't repro, how are you getting it to call toString?
native gui dev sucks, and the web does a way better job of sandboxing than native things do.
oh yeah i don't edit paths by hand, just stuff like cleaning up groups, removing unused css, changing colors, etc. when i do need to edit paths i use https://yqnn.github.io/svg-path-editor/
idk i export SVGs from inkscape and edit them by hand pretty frequently, it's not that hard.
tf are you on, paths and clipping are essential.
you don't need a monorepo, you just need to be able to import the types, they don't need to be in the same package.