Viewing profile — rodorgas
rodorgas
HN member- Joined
- Wed, Aug 10, 2016, 1:40 AM UTC
- HN karma
- 289
- Public activity
- 158 items
- HN profile
- View on Hacker News ↗
About rodorgas
Recent public activity
-
comment
Comment #43660994
Native EventSource doesn’t let you set headers ([issue]( https://github.com/whatwg/html/issues/2177 )), so it’s harder to handle authentication.
-
comment
Comment #42013391
Remember in that time, less web content meant major media outlets dominated news and entertainment on TV and newspapers.
-
comment
Comment #39412755
Ideally, integration tests should not touch a real database. That would be more of an end-to-end test, that could be actually monitoring. But mocking things are hard on Rust becaus…
-
comment
Comment #37523653
Since iOS 11, turning Bluetooth off from the control center only puts Bluetooth on a timeout until the next morning instead of disabling it permanently, as one would expect. Even w…
-
comment
Comment #37145486
JQuery would make sense when we didn’t have querySelector and fetch API. I can’t think of any reason to use it today on a new project, there are not advantages over vanilla.
-
comment
Comment #33820319
To me it seems that parent comment is intentionally agreeing with the author, and just adding his own perception (which corroborates to the point).
-
comment
Comment #33770041
> what do we know for sure Google know and track about us? For start, your entire search history. After you search, Google tracks how much time you spend on those sites with AdSens…
-
comment
Comment #33746105
How does this language implementations in the language itself works? Isn’t it trivial to implement any feature, given it’s already implemented? They use lower level features to imp…
-
comment
Comment #33423468
It doesn’t need to be switched, you can submit the project page anytime.
-
comment
Comment #32832517
Bulma is smaller. But I feel CSS frameworks are not much flexible, which may explain their decay. Also, frontend modern tooling helps you build your own components with minimal CSS…
-
comment
Comment #31914898
Zero control is a bigger problem. How would you stop people profiting from CSAM?
-
comment
Comment #31801916
Not only he didn’t imagine candidates would Google interview questions, but he also didn’t sit and watch they write code. It’s not an interview, it's a take home assignment, but in…
-
comment
Comment #31583056
As far as I know, there’s no specific button or action to trigger iCloud sync. I haven't notice issues, but I use the mobile Obsidian app much less frequently. It always seems upda…
-
comment
Comment #31581213
I love the simplicity and power of Obsidian. It also lets me sync desktop and iPhone for free via iCloud.
-
comment
Comment #31342042
On Vim there's a plugin called Vimux which allows me to control other pane from Vim. For example, I type ` l` and it runs the last command on the next pane, which usually is a comm…
-
comment
Comment #30078986
You shouldn’t be doing report and statistics on live data, but in a data warehouse.
-
comment
Comment #30078618
Isn’t it cropped on the first paragraph for you?
-
comment
Comment #30078517
Is there any way to read without login?
-
comment
Comment #29593963
Pardon my ignorance, but isn’t HTTPS already encrypted? What’s the difference here? Maybe by using this, stored data will also be encrypted?
-
comment
Comment #28839018
I don’t think so, but there’s https://burles.co/en for this
-
comment
Comment #28839007
I’m more bothered with the login wall.
-
comment
Comment #28806959
It seems to be written in c#.
-
comment
Comment #28028530
That’s cool! What’s the use of FZF? Isn’t it a fuzzy finder, what are you searching for in a jq REPL?
-
comment
Comment #27101677
So this is basically to support Windows, right? Because every other popular OS is Unix.
-
comment
Comment #26245625
There’s a nice syntactic sugar for debugging with f-strings: if you place an equal sign, it will print both the variable name and the value. For example: >>> f"{name=}" 'name=Rodri…