Hacker Newsnew | past | comments | ask | show | jobs | submit | jameskerr's commentslogin

The text plugin alone seems like it could be a whole standalone product. Offline first seems to be getting more and more interest. Pretty cool. Dropbox + git for non-tech users. I dig that idea.


A funny title and concept: "branded javascript objects". But looks like a pretty handy JS library.


I have a Hugo blog and I wish the experience for writing on my phone was better. I need a git client and a markdown editor to publish. Not streamlined, but it’s free.

I agree that it would make sense for substack to provide a good way to write from your phone.


I love anything that gets me off Google products. I’m using plausible analytics now too. This looks cool!


Thank you. This is helpful.


https://zed.brimdata.io

Reinventing data storage

Fully typed, no schemas.


Sounds very similar to a databricks style datalake, except with a custom file format instead of parquet.


I think it’s easy to change a few duplicated instances. It just depends on how often they change. Once a year? Easy. Once a week? Not fun.


Convincing. Maybe I’ll try it for a while. Any tools you prefer or is it built in to the browser?


NoScript and uBlock Origin are what I use. My two must-have extensions for any browser I regularly use.

With NoScript, I started off with everything blocked, and just stuck the extension icon into the toolbar. Whenever a site wouldn't load properly, I'd temporarily enable the JS just for that single domain, and see if that got it to work. If it didn't, I would usually poke about and see what other domains need to be unblocked. It's pretty common that you might need to unblock some CDN or a 'static' subdomain to get the site to load. If it's a website I expect to come back to, I will then switch those exemptions to permanent, but otherwise I try to avoid leaving a lot of cruft in the whitelist.


Doesn't uBo have an advanced mode that can do it without another extension?


That is entirely possible. I've been using NoScript since it first came out, so that's just more comfortable for me.


In addition to NoScript and uBlock Origin, I'd strongly recommend uMatrix.

uMatrix offers the ability to enable or disable numerous Web capabilities by host or domain.

Capabilities: cookie, css, media, script, XHR,[1] frame, other.

Sites include the page origin, and any other sites and domains from which requests are made. Many common advertising and tracking domains are blacklisted by default.

Rules may be written specific to a site or as default rules.

________________________________

Notes:

1. XMLHttpRequest: <https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequ...>. These permit partial-page updates without a full refresh.


You want uBlock Origin.


And if you use YouTube: sponsorblock


Classic


All Ive ever wanted was to convert mp4 to gif.


You can do that with ffmpeg, but the output isn't ideal

I'd use gifski: https://gif.ski/


Why?


What's more confounding about this than translating between any other two formats?


GIF is a terrible format for video


But it's the only common video format that can be treated like a static image in most cases. Like any other format, it's got its ideal use case.


Animated webp is commonly supported at least on he web these days.

Of course, it too is a horrible video format, which is impressive considering it is based on a not nearly as horrible video format. If only browsers would support silent looping video in <img> and CSS image contexts...


> Animated webp is commonly supported at least on he web these days.

Sure-- if it's a) a website that b) you're making. Tons of websites that allow user uploads only allow common static image formats-- jpg, gif... maybe png, maybe bmp, etc. I can't imagine anywhere that allows users to upload profile pictures, for example, would allow them to upload a webp, but I could imagine users wanting an animated profile picture. I've done it myself.

The whole point is that there are instances where using an animated gif is the only option if you want an animated image, and people want to convert videos to animated gif because of that. That's why FFmpeg does it. I'm not really sure why people find this so weird.


Perhaps it's a form of hipster irony, since by and large all GIF sites and social media sites now convert source GIFs to mp4.


There are still plenty of contexts where you can embed images but not videos (or at least not with automatic looping playback) - forums, github README.md, other markdown-based comment/post systems.

Gif compression limitations also encourage you to cut down to the essential parts - too many videos waste the viewers time with delays and irrelevant bits.


> irrelevant bits

Hmm.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: