Viewing profile — nov21b
nov21b
HN member- Joined
- Tue, Nov 15, 2022, 8:07 AM UTC
- HN karma
- 50
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About nov21b
No profile information was provided.
Recent public activity
-
comment
Comment #41593663
This sounds interesting. I once tried to migrate to YugabyteDB, but PostgreSQL compatibility was not great, it required an extensive redesign of the existing PostgreSQL database. M…
-
comment
Comment #41454940
Interesting move. I'm also considering Remix.js. It's either an internal Next.js rewrite from Page Router to App Router, or a framework switch to Remix.js I liked Remix.js even tho…
-
comment
Comment #41434634
I did this test with tinted sunglasses, could be another factor (boundary at hue 172)
-
comment
Comment #41402811
Third party plugins make an up-to-date WP install insecure. I think Core WordPress is probably more battle tested than any other framework. One could argue the core should protect …
-
comment
Comment #41389210
The language/runtime certainly has an impact. But indeed, in reality there is no way to compare these scaling claims. For all we know people are talking about serving a http-level …
-
comment
Comment #41378051
- "War against JavaScript" - "It's extremely complex for someone with 0 experience to work with JavaScript tools" - "JavaScript is terrible anything else than manipulating the DOM"…
-
comment
Comment #41300529
req.ip, but also look at the x-forwarded-for header if you are using a proxy server. This header can have multiple ip's when you have say nginx terminate ssl and use cloudflare.
-
comment
Comment #41280461
I have the Airthings Wave+ and one thing that bugs me is the relative humidity threshold. Anything above 60% will give a yellow led warning. If you have many indoor plants, live in…
-
comment
Comment #41214242
Count me in
-
comment
Comment #40839151
I did, it still doesn't make sense to compare the two.
-
comment
Comment #40838296
[flagged]
-
comment
Comment #40830444
I switched from Vue/Nuxt 2 to React at the time of the V3 transition. The reason was horrible slow dev performance, lack of template type checking and overall slow transition of th…
-
comment
Comment #40759748
Don't mindlessly follow your framework du jour's way of handling state mutations. It's healthy to keep these isolated. I've switched from Vue to React and kept my API server as is.…
-
comment
Comment #40703112
> Where are the open source folks in Node.js producing equivalents of WordPress and Magento and Drupal? I can't speak for the community at large, but I specifically switched from l…
-
comment
Comment #40543891
You will need a good code standards and style guide regardless of framework. Together with today's linters this should be a solved problem.
-
comment
Comment #40543324
I'm quite happy we don't have one dominant framework in JS. We have good tools for specific tasks and glueing them together is easy in JS land. Not having a big framework dictate y…
-
comment
Comment #40505429
In Spain they managed to make roundabouts with traffic lights. It's not uncommon but having traffic lights on small roundabouts can make roundabouts very hard to navigate.
-
comment
Comment #40409800
I use an old Android phone with a long deprecated app called MobileWebCam (still available on certain sites) I removed the battery and connected the charger directly. It uploads a …
-
comment
Comment #40408852
Been making timelapses with ffmpeg since forever, such a great tool. I try to always have a cam pointed at the sky and upload a snapshot every minute. A telegram command triggers t…
-
comment
Comment #40370781
Happy user of the Airthings Wave Plus (same as View but without a display). Major feature requirement was being able to fetch the sensor values with just a Bluetooth connection.
-
comment
Comment #34173950
This may be the hardest part, especially for technical founders. I was able to bootstrap a profitable subscription based service. In hindsight most credit should go to my wife for …
-
comment
Comment #34155025
Not without akward hacks. [0] I backup to a Hetzner storage box and a Raspberry Pi at home. [0] https://github.com/borgbackup/borg/issues/1872
-
comment
Comment #34154922
Just started using the append only feature to prevent a potential hacker from wiping out backups that live on a remote ssh server. Combined with restricted ssh access this can be m…
-
comment
Comment #34127094
You can't open an account without leaking your phone number. I've quit the signup flow right there.
-
comment
Comment #34081330
As a non-ruby developer, I find the initial example indeed much more readable.