Readit News logoReadit News
pgz commented on Coinbase Announces 18% Layoffs   blog.coinbase.com/a-messa... · Posted by u/npalli
QuadrupleA · 4 years ago
Did this get buried by moderators? 610 points / 504 comments in 3 hours yet already down to #38.
pgz · 4 years ago
Was wondering the same, looks quite suspicious
pgz commented on Ask HN: What small library or tool do you want that doesn’t exist?    · Posted by u/shakezula
scrollaway · 4 years ago
I wish VLC, plex, video players in general had the ability to automatically sync subs to audio. (automatically, not manually)

We have the technology; everything we need to do this exists. It's just not done automatically, and when using slightly off-sync subs, you have to fiddle with sub timing for ages until you find the right sync. Even more so when the subtitles have different off-sync issues for the whole movie/episode.

pgz · 4 years ago
I've used https://github.com/kaegi/alass and sometimes it works, sometimes it doesn't. It's not an easy problem to address automatically...

Video players wouldn't want that in their codebase, maybe if it was available as a C library.

pgz commented on Calibre 5.0   calibre-ebook.com/new-in/... · Posted by u/Alekhine
square_usual · 5 years ago
Unfortunately Calibre is pretty bad for reading Japanese novels. Every amazon.jp novel I ripped has issues rendering the vertical RTL text properly. Each "page" is a chapter, and you have to scroll sideways on the page to move in the current chapter. Frequently, scrolling horizontally blanks after the first screen. It's a mess. I had to force my books to render in horizontal LTR via CSS to be able to read them.
pgz · 5 years ago
For me it used to jump to the next chapter instead of the next page when reading Japanese novels but they fixed that bug in 5.0.

Dead Comment

pgz commented on Building a self-updating profile README for GitHub   simonwillison.net/2020/Ju... · Posted by u/ra7
pgz · 6 years ago
Great, I already feel inferior. I only put an ASCII cat on my profile.
pgz commented on Show HN: Fursona Editor   fursona.app... · Posted by u/arfafax
pgz · 6 years ago
I never expected the day would come when an AI to generate furries would be the top entry on HN.
pgz commented on Japan to subsidize 100% of salaries at small companies   asia.nikkei.com/Economy/J... · Posted by u/yoquan
ShorsHammer · 6 years ago
Technological advancement really is a curse.

Given that Japanese quality of life has barely moved in decades despite the economic hardships perhaps it's time for regulators to stop focusing on the arbitrary 2-3% inflation metric which causes so much distortion in monetary policy?

Why exactly can the inflation range targeted by Central Banks never change?

pgz · 6 years ago
I always suspected governments desperately seek 2% inflation because they are long term borrowers.
pgz commented on Language Learning with Netflix extension   soranews24.com/2020/01/12... · Posted by u/davidzweig
asdko13roasi · 6 years ago
mpv is so great. It was an immense downgrade to start watching movies on my ps4 with media player, netflix, plex etc. They(mostly media player) have issues on the very basics like pausing and playing video, subtitles, continue watching etc.

With a computer running mpv and plugged into the TV everything just works and I can trivially fix common issues like subtitle/audio sync with my phone as the remote.

On-topic: mpv seems to have a similar language learning extension to OP https://github.com/oltodosel/interSubs

pgz · 6 years ago
I've made my own mpv extension for Japanese subtitle analysis too. It can also create Anki cards automatically (with screenshot and audio).

Having a scriptable media player is really something else.

pgz commented on Serverless Development with Serverless Framework   thecloud.christmas/2019/9... · Posted by u/henriwi
FpUser · 6 years ago
"With just a small yaml file, two functions and some shell commands, you suddenly have an API which autoscales automatically and you only pay when the API is in use. I think that's pretty cool!"

I am always puzzled about this "autoscale" thing on a cloud.

If your task can be represented as something like calculate sum of some ginormous array then sure. Split array in parts and launch thousand instances each working on it's own slice and then combine.

In way more common situation you have a service hitting database and doing something with it. Sure you can spin a thousand instances of said service. But they will all be hitting the same database. So in reality I think the only really scalable part here is the database. And scalability in databases has no universal solution and the ones that exists come with the load of caveats.

I think unless you operate on FB/etc scale the simplest and cheapest solution would be to buy/rent nice piece of hardware yourself and place database on said hardware. That should give you a nice run for your money and free you from bazillion layers of abstractions, dependencies, etc. that often tend to fall apart.

pgz · 6 years ago
Well, if you really need the autoscale feature to handle sudden and ludicrous spikes of traffic, you will most likely also use a database that autoscales too. i.e. DynamoDB.

For most applications, it's really not needed though.

pgz commented on Mate: Netflix browser extension for learning words via subtitles   matetranslate.com/netflix... · Posted by u/tosh
nategri · 7 years ago
Anyone know of a "reader" app for books that does something similar?

(Totally getting this though---I might not be sold on the Netflix stuff but in general this plugin seems invaluable to me at this point in my Russian skills).

pgz · 7 years ago
You can look up words on the Kindle. And if you highlight them there are ways to access the highlighted sentences in a machine-friendly way (to i.e. export them to Anki).

u/pgz

KarmaCake day258August 11, 2013
About
GitHub: https://github.com/pigoz Twitter: @pigoz Freenode: pigoz
View Original