Viewing profile — bubbab
bubbab
HN member- Joined
- Wed, Jun 05, 2019, 2:13 PM UTC
- HN karma
- 60
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About bubbab
No profile information was provided.
Recent public activity
-
comment
Comment #47930038
Copilot has improved immensely in 2026. I'd say to give it a try again if you're up for it. It works about as well as Claude Code these days in my experience.
-
comment
Comment #41586176
Data visualization! Web is the go-to format for interactive data visualizations nowadays. This package is targeted at other package developers looking to integrate the abundant wea…
-
comment
Comment #38801606
Oh wow, a familiar name from the OpenLieroX days! Do you still do any Liero related work? OLX was like peak Liero for me, at least for the multiplayer community, clan wars and all …
-
comment
Comment #31305587
I use PowerToys just for the easy key remapping, which I wish was a built-in feature in more keyboards. Works very nicely as a simple alternative to AutoHotKey. My RSI has gotten a…
- story
-
comment
Comment #30712919
Messy WIP commits that are reorganized to cleaner commits later, like most others have said. However, instead of rebasing, I often git reset to the beginning and recreate the commi…
-
comment
Comment #30412114
Not really a midpoint, but more on a similar level to Index. Generally, people like Index more than the Vive Pros on most points (display, audio, controllers, etc.) except for the …
-
comment
Comment #27307150
Hopefully this will start to go away soon. I learned recently that Chrome 90 (released April 2021) replaced :focus with :focus-visible in the default UA style sheet, so the focus r…
-
comment
Comment #27238831
For me, the biggest hurdle has been education and awareness. At least a few years ago, the courses and resources I used to learn about web development didn't cover accessibility, a…
-
comment
Comment #23421011
How accessible is Grid.js? The main differentiator between table libraries for me these days is accessibility. Many libraries and frameworks out there do it poorly. The better ones…
-
comment
Comment #23327353
I did not know about Nitrome, but wow I love the site design! On a related note, Neopets has also been migrating their huge catalog of Flash games to HTML5 over the years. I have n…
-
comment
Comment #22983066
Thanks for developing OpenLieroX. That was peak Liero for me, with smooth network play, tons of mods, and an active competitive community.
-
comment
Comment #21636247
React Table is soo good for making your own table library. The flexibility is insane, even in the previous version where you had render props + prop getters. I love the idea of hea…
- story
-
comment
Comment #20482237
It's a web application framework for R, not a turnkey solution or an analysis platform. It's for R users who want an easy way to build a web app in R without having to know much ab…