Viewing profile — toupeira
toupeira
HN member- Joined
- Sun, Jul 31, 2011, 7:22 PM UTC
- HN karma
- 328
- Public activity
- 163 items
- HN profile
- View on Hacker News ↗
About toupeira
No profile information was provided.
Recent public activity
-
comment
Comment #25596479
> Firefox doesn't even give me the option to view page source Looks like they moved it into the Tools -> Web Developers menu. Ctrl+U still works too!
-
comment
Comment #25424528
OpenID Connect seems to be pretty well established: https://openid.net/certification/ It defines an authentication protocol on top of OAuth2, and is a different beast from the olde…
-
comment
Comment #25077944
Debian stable is meant for servers, use unstable (it's quite stable!) or stable-backports if you want a recent kernel.
-
comment
Comment #24876071
More gripes: - Tab queue is gone. - Bookmark keywords stopped working. - Sharing directly from another app to a synced desktop Firefox is gone.
-
comment
Comment #24643591
Cases per capita is still very misleading without accounting for number of tests though, no? Looking at some countries that offer more detailed data, you can sometimes see the case…
-
comment
Comment #24561143
ALE also supports CLI linters and formatters, LSP support only came later and is entirely optional.
-
comment
Comment #24561042
The situation is similar to Google Chrome/Chromium: Most of it is open-source, but the release binaries contain some proprietary bits for telemetry, marketplace access, etc. A FOSS…
- comment
-
comment
Comment #24367205
If that's an Open Source project you could apply for a free Gold license and get 50'000 minutes per group per month (see links in the article).
-
comment
Comment #24283240
Yeah, they seem to be more interested in doing UX research and "highlighting value" of this broken feature: https://github.com/mozilla-mobile/fenix/issues/5652
-
comment
Comment #24282558
> Page caching is way too aggressive. It's not acceptable to show days old versions of a website in a new tab. Yet, this happens to me on pretty much all news websites and blogs th…
-
comment
Comment #24275810
Thanks, TIL!
-
comment
Comment #24275787
So what do you think about the privacy concerns raised in the article, which seem like the more important point?
-
comment
Comment #24274904
I got force-upgraded to Fenix a few weeks ago, I had checked out the betas and previews previously and was amazed at how much stuff is still missing or broken: - Most extensions ar…
-
comment
Comment #24236267
Article with an overview of the changes: https://stitcher.io/blog/new-in-php-8 Some highlights are union types, a JIT compiler, named arguments, annotations, and match expressions.…
-
comment
Comment #23341027
GitLab supports this: https://gitlab.com/gitlab-org/gitlab/blob/master/doc/user/ma...
-
comment
Comment #23331835
Chromium is Open Source, Google Chrome isn't.
-
comment
Comment #23277382
None of the podcasts I listen to have ads, many use things like Patreon or have a "first hour free, second hour only for members" model.
-
comment
Comment #23264229
Thanks, I was aware of the DNS rebinding possibility but not sure how to best protect against that. I'm also less worried about websockets and other things that I know are running …
-
comment
Comment #23263857
Oh well. I ended up adding these rules to uBlock Origin, suggestions for improvement welcome: ||localhost^$important,third-party ||127.*^$important,third-party ||10.*^$important,th…
-
comment
Comment #23199367
Reddit's user CSS was different, mods could edit it on subreddits and all visitors would receive it. On HN you'd only get the CSS you've set yourself, so there shouldn't really be …
-
comment
Comment #23012302
Yes as I understand the watermark is on the Zoom video stream you're viewing, so it doesn't need to detect when you take a local screenshot.
-
comment
Comment #22649483
Also the Open Source Pixel Dungeon and its many mods.
-
comment
Comment #22611462
No, it just means somebody clicked the "flag" link on this thread. It's only visible if you have a certain level of karma, see https://news.ycombinator.com/newsfaq.html
-
comment
Comment #22439174
And also: > d.getDay() 4 // that's the weekday, use getDate() > d.getYear() 120 // that's the year minus 1900, use getFullYear()