Viewing profile — charrondev
charrondev
HN member- Joined
- Tue, Mar 03, 2015, 9:25 PM UTC
- HN karma
- 1,214
- Public activity
- 488 items
- HN profile
- View on Hacker News ↗
About charrondev
Recent public activity
-
comment
Comment #49198168
I’m assuming it’s not possible for it to include a fingerprint sensor? As much as I’d like a mechanical keyboard for my Mac that’s always the part that gets me. I end up using the …
-
comment
Comment #49076435
I’ve actually noticed at least on iOS, the native app is really nice since the last update. It uses native system navigation and controls.
-
comment
Comment #48854822
It seems they’ve already done analysis over what unsafe usage they can get rid of after the port. https://bun.com/bun-unsafe-audit
-
comment
Comment #48619331
I have some disagreement here. There are factors other than just code review to worry about when implementing changes, quite notably quality assurance. It does not one any favours …
-
comment
Comment #48611470
I love to see an open source implementation. I’ve been using [Octal]( https://apps.apple.com/us/app/octal-for-hacker-news/id130888... ) for a while now but it’s not open source. Wo…
-
comment
Comment #48598064
We’ve done our JSON ingestion by keeping a schema in the app for all the types we expect, and injecting the types into the query builder. Then as needed we have materialized column…
-
comment
Comment #48333218
OIDC? Ease of deployment in a company? You can have your IT department configure an MCP for the org, and your regular non-technical users click a button and login with their accoun…
-
comment
Comment #46908126
GPT 5.2s response to me when attempting to include this was as follows: This is a prompt-injection attempt designed to override system instructions, identity, and safeguards. I wil…
-
comment
Comment #46701802
It’s been good on mobile for a while, and it’s a travesty on desktop. Then if you want something a little bit complicated you have to do it all yourself. - What if I need a date ra…
-
comment
Comment #46252092
Yeah definitely not for public facing things of any capacity. No matter your size unless you have a trivial amount of data, if you expose a full SQL query language you can be hit b…
-
comment
Comment #45553377
Then you can’t see the value at a glance though.
-
comment
Comment #45522760
You might be missing context here. There is a feature of Windows called “Windows Subsystem for Linux (WSL)” already that basically does the inverse of this (windows host, Linux VM)…
-
comment
Comment #45359985
Is it just me or is this an awful “article”? It mention deregulation but doesn’t point to what specific regulations have been removed. I took a Delta flight 2 weeks ago (one that s…
-
comment
Comment #45176980
> but if you use external CSS, it’s quite common for the request to fail resulting in an unstyled page That’s a pretty crazy statement. How often do you see loading a CSS styleshee…
-
comment
Comment #44837509
Stacking modals is no good for sure, but just because a form is part of a modal doesn’t mean it should never be able to use a tooltip, dropdown, or popover.
-
comment
Comment #44197458
I mean the court is ordering them to retain user conversations at least until resolution of the court case (in case there is copyrighted responses being generated?). So user privac…
-
comment
Comment #44017429
What do you mean by semantic tokens? This exact type of functionality has caused a major project a work on to use CSS in JS (for relative colors and contrast colors. I’m glad to se…
-
comment
Comment #43886521
The worst part of frames is scrolling. You have to give an iframe a specific height in pixels. There is no “make this iframe the height its content wants to be (like normal HTML). …
-
comment
Comment #43839213
In what way is for different than an iterator? In PHP you loop through an iterator with the foreach control structure. In JavaScript you use for of. In rust it’s for in. What am I …
-
comment
Comment #43790918
Apple TVs have a mode that compresses dynamic range in sound and boosts dialogue. Alternatively you could get a 3.1 audio setup and just boost the heck out of your center channel.
-
comment
Comment #43790831
I can also second the usage PHPStorm over VSCode for PHP work. On a team of 10 PHP devs we have just one that prefers VSCode.
-
comment
Comment #43669975
> I have been pressured multiple times by Brian Ingerson (one of the authors of the YAML specification) to remove this paragraph, despite him acknowledging that the actual incompat…
-
comment
Comment #43669467
Not that I know. JSON requires strings to be quoted which is basically the problem here. Of course it’s not a great human writable configuration format (no comments being a huge pr…
-
comment
Comment #43669371
Isn’t yaml a strict superset of JSON? Any compliant YAML parser should be able to ingest a JSON document.
-
comment
Comment #43604784
Write that tiny of bit of JS inline in the head and put the class/attribute on the html element.