Viewing profile — ramones13
ramones13
HN member- Joined
- Tue, Oct 22, 2013, 12:17 AM UTC
- HN karma
- 120
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About ramones13
No profile information was provided.
Recent public activity
-
comment
Comment #44505301
I can’t comment on this one specifically, but SVG animations take notably more CPU usage to render/animate in Chromium browsers compared to GIF or WAAPI. And they block the main th…
-
comment
Comment #44382859
Software from big companies can be made with love too?
-
comment
Comment #42357974
If you ever want to go all out with a musical light show, I have some recommendations here: https://aluhrs.com/blog/holiday-lights-electronics/ For your specific question, Wally’s …
-
comment
Comment #42292287
I didn’t say don’t use libraries at all. There’s a wide spectrum between rolling your own everything and putting a massive abstraction layer framework between you and the platform.…
-
comment
Comment #42286795
My experiences don’t really align with yours - most people are playing “follow the leader” with tech - “X uses Y, so we should to” and that’s it. To your point though - use the pla…
-
comment
Comment #42285324
To your third point - the author would recommend doing research and prototyping with all the options you might consider based on your use-cases. He actively avoids being prescripti…
-
comment
Comment #42056925
Cool project, a mild pet peeve with this type of thing - I have to read 75% of the README before I find out what it even does. The first bits make a huge assumption about what the …
-
comment
Comment #41687915
There’s a pretty thorough post covering this here - https://infrequently.org/2022/03/cache-and-prizes/
-
comment
Comment #40254417
I don’t need 90% of my IDE features. For me personally, it’s a fantastic way to learn. I could definitely see people just using it and not actually learning, but to each their own.…
-
comment
Comment #40254067
I’ve had a project I’ve been doing for ~6 months learning python through Copilot+ChatGPT. It feels like any other project that accrues technical debt, but that debt is just a lot w…
-
comment
Comment #39786116
Which hits the problem pretty well, right? To do something efficiently on an iPhone, buy a Mac.
-
comment
Comment #39676440
Speedometer 3 is designed to handle the real world you describe. Edge’s post has some details - https://blogs.windows.com/msedgedev/2024/03/11/contributing-...
-
comment
Comment #38296384
"relies on Edge" is a bit inaccurate. WebView2 and Edge ship from the same codebase, and are hardlinked if they both exist, but are separate from an install/uninstall perspective. …
-
comment
Comment #38120219
It's not Electron, it's using Edge WebView2 which is drastically different from MSHTML.dll in many ways. If you have it installed you can see the msedgewebview2.exe processes in Ta…
-
comment
Comment #38120208
It's not Electron, it's using Edge WebView2 - https://developer.microsoft.com/en-us/microsoft-edge/webview... If you have it installed you can see the msedgewebview2.exe processes …
-
comment
Comment #36878897
You might want to check out CapacitorJS - https://capacitorjs.com/ It’s more web than RN and depending on what you’re doing might not feel as native, but it’s pretty easy to make a…
-
comment
Comment #36581842
That seems like a lot of gross simplifications with hindsight bias.
-
comment
Comment #36581149
Metaverse? Llama? They’re doing both. How well they’re doing those is up for debate, but they’re doing interesting stuff too.
-
comment
Comment #36242339
I also switched from Monica because of this. I love the features, but no iOS syncing was too painful of a gap.
-
comment
Comment #35449508
Talking about “actually” learning something feels very “no true Scotsman”. You could replace GPT in your comment with StackOverflow, Google, or a textbook and they’d read like the …
-
comment
Comment #34800492
It's pretty easy to find that the example I gave isn't gamed... A cursory search on GitHub can find a couple examples like dotenv [1] and npm's cli [2] both use it via an older ver…
-
comment
Comment #34799154
This is how you end up with massive tech debt though right? Replacing a dependency is going to be more expensive than writing something yourself, especially if it’s been around a l…
-
comment
Comment #34799100
You would think that, but this seven line NPM package has 68M downloads a week - https://www.npmjs.com/package/isarray
-
comment
Comment #34799061
IMO, aggressive npm install is the superset of the framework problem. We code review every line written by other developers at our company with a fine toothed comb, but will add a …
-
comment
Comment #34698777
If you've got specific feedback they have a GitHub repo - https://github.com/MicrosoftEdge/DevTools/issues/