Viewing profile — VPenkov
VPenkov
HN member- Joined
- Thu, Jan 04, 2018, 2:50 PM UTC
- HN karma
- 172
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About VPenkov
No profile information was provided.
Recent public activity
-
comment
Comment #48988704
It's pretty slick looking which is worth something to me. Not $750, but something. But even though some of the UX choices of Jellyfin didn't make sense to me, it's an amazing piece…
-
comment
Comment #47869467
The comparison section says the MIT license is not "free" because it's not copyleft. How come is more permissive considered less free?
-
comment
Comment #47124389
> The vite plus idea is that you'll pay for visual tools. From what I understand, Vite+ seems like an all-in-one toolchain. Instead of maintaining multiple configurations with vari…
-
comment
Comment #47118955
Oxc is not the first Rust-based product on the market that handles JS, there is also SWC which is now reasonably mature. I maintain a reasonably large frontend project (in the 10s …
-
comment
Comment #46278331
I had the chance to finish reading and it looks like Trigger were using an older version of PNPM which didn't do any of the above, and have since implemented everything I've mentio…
-
comment
Comment #46272570
> you have no appetite for a better security model For what it's worth, there are some advancements. PNPM - the packager used in this case - doesn't automatically run postinstall s…
-
comment
Comment #45726831
Well you do learn that a no-build process can work at some scale, and you can see what tech stack is used and roughly how it works. But regardless, I didn't mean to make any argume…
-
comment
Comment #45720419
37 Signals [0] famously uses their own Stimulus [1] framework on most of their products. Their CEO is a proponent of the whole no-build approach because of the additional complexit…
-
comment
Comment #45716505
The repository introduces it as indeed based on Helium [0]. The cool part about Helium is that it's based on patches, rather than forking the full source code. I don't know how sus…
-
comment
Comment #45629209
Same here. A few years ago I thought maybe the ringing isn't normal. It hadn't occurred to me before that. I found a YouTube video of a "tinnitus demo" with the right sound and fre…
-
comment
Comment #45438810
One is impulsive, the other requires structure. The two are not mutually exclusive though, because both conditions are pretty diverse. AuDHD is a term used to describe people with …
-
comment
Comment #45276822
Yes it does, you're correct and I have misread. I can't edit, delete, or flag my initial reply unfortunately.
-
comment
Comment #45273686
It does not, since version 11: https://docs.npmjs.com/cli/v11/using-npm/changelog#1100-pre0...
-
comment
Comment #45220609
I'm really not a fan of CSS in JS, however it does have it's use-cases. Class mangling is very convenient with it and allows you to be prescriptive about how you're doing theming s…
-
comment
Comment #45045406
Oh, happy days!
-
comment
Comment #45045196
Not a package manager, but Renovate bot has a setting like that (minimumReleaseAge). Dependabot does not (Edit: does now). So while your package manager will install whatever is ne…
-
comment
Comment #44790834
The term originates from a Joel Spolsky article (or at least it's where I know it from). It's a great read: https://www.joelonsoftware.com/2001/04/21/dont-let-architect... Feels un…
-
comment
Comment #44598557
Been using tsx for years. This had never occurred to me, but you're right
-
comment
Comment #44021277
I use it to shorten common requests I have for my colleagues, e.g. to not forget their code reviews, or alias phrases I commonly use to a :command. It's handy as a form filler too.…
-
comment
Comment #43361219
I can think of three things: serving as a guide, serving to raise awareness, and entertainment. On the "serving as a guide" part, some people are activists and subscribe to the ide…
-
comment
Comment #43024911
I've been working for the same company for over 7 years and a lot of the shared code that other developers use is mine. Frequently I would guide other developers to implementing so…
-
comment
Comment #42915904
My employer sends a take-home test. It is relatively easy and not very time-consuming. Its main purpose is to act as a basic filter and to provide some material to base an intervie…
-
comment
Comment #42696020
This is an option but that makes it easier to conceal malicious code within node_modules as an internal threat actor or make super sure there's a culture of actually reviewing thos…
-
comment
Comment #42446017
Frontend dev here. Hats off to Ciechanowski as always. The code is readable and works well, and looks written with love. I wouldn't do it this way, but then again, I wouldn't do th…
-
comment
Comment #42327312
Safari is a bit behind, but not hopelessly so. You can check the Interop 2024 initiative to get a better understanding on where everyone is with standards: https://wpt.fyi/interop-…