Viewing profile — MrJohz
MrJohz
HN member- Joined
- Mon, Feb 14, 2022, 12:06 PM UTC
- HN karma
- 2,964
- Public activity
- 1,113 items
- HN profile
- View on Hacker News ↗
About MrJohz
I write software and haven't come up with a great bio description yet.
Recent public activity
-
comment
Comment #49255329
I think the issue is with something like algorithmic feeds — that's not content that can be allowed or blocked at the client-level, that's a setting that needs to be fed back to th…
-
comment
Comment #49255130
There's no verification necessary. Instead, you'd just set a flag on all of those pods that says "this is an adult". Or more likely, you wouldn't set anything, there would be no ch…
-
comment
Comment #49255048
But we already accept their right to ask. Certain websites have had age restrictions on them for years. There's nothing new to the idea that certain media is not permitted to certa…
-
comment
Comment #49249875
But they could also just implement verification now, which many governments are trying to do. The idea that you shouldn't let a government do one thing because they might do anothe…
-
comment
Comment #49040450
The advantage of the em dash is that it can replace pretty much any other punctuation mark and work well enough. Quite often I'll be trying to remember whether to use a semicolon o…
-
comment
Comment #48842371
This is one of the more common definitions, yes, but it's not used very consistently. The comment I replied to used a different definition, and I also commonly see the definition t…
-
comment
Comment #48836305
That's also true of Python, though, which is traditionally considered a strongly typed language. I'm increasingly convinced that "strong/weak" has no useful meaning. Some people re…
-
comment
Comment #48771560
In theory yes, in practice, I remember reading forums on my phone in the days before responsive design was a thing, and there was nothing inherent about those sites that worked bet…
-
comment
Comment #48766623
Not really, no. AAV isn't just a form of slang, it has distinct and measurable grammatical differences from standard American English, such as its own verb tense, or a requirement …
-
comment
Comment #48764803
I don't think it's nationalism per se, more just a national identity. You see independence movements across Europe (Catalan, Wales, Cornwall, some of these have more realistic pros…
-
comment
Comment #48762729
Tbh, that's exactly what I always liked about forums. They weren't as good as a searchable source of information, but in terms of discussion it really hit the sweet spot for me. A …
-
comment
Comment #48762662
Timetables yes, but whenever I've bought a digital watch or set up a new device, the default has always been 12-hour. If you ask people the time in the afternoon, they will almost …
-
comment
Comment #48762552
But I think that national identity doesn't exist in the same way, do you know what I mean? Like, being Black/African American in the US is an important part of a person's identity,…
-
comment
Comment #48762246
In fairness, I think that's partly because AAV doesn't have the political and national identity that some other similar dialects have. I (as a lay person with no training in lingui…
-
comment
Comment #48762142
Why would you even say something like that? Haven't those people suffered enough?
-
comment
Comment #48762113
I don't do the "chips" one, because it's usually clear enough from context, and the people I speak English to generally know me and my foibles. But I do religiously say "half past …
-
comment
Comment #48761987
Once you start going in that direction, a lot of things that British people say can require some amount of translation, see e.g. this table: https://miro.medium.com/v2/resize:fit:6…
-
comment
Comment #48761928
The time format in the UK is mostly 12hr, although people are generally aware of 24hr time. In my experience, while there are usually more similarities between the UK and the rest …
-
comment
Comment #48761843
You can use one of the following: `allowImportingTsExtensions: true` ( https://www.typescriptlang.org/tsconfig/#allowImportingTsExt... , useful if you're running `tsc` in noEmit mo…
-
comment
Comment #48760193
The medium is the message — if the majority of people are interacting with a system via one of those mechanisms (say, threaded), then the conversations will look/feel thread-y. You…
-
comment
Comment #48613024
TS has committed to not adding any more features like that. Features only get added when they reach a certain threshold on the TC39 standardisation track.
-
comment
Comment #48282589
The other thing out of date is Svelte using compile-time tracking — Svelte now also uses runtime tracking, i.e. signals. At this point, I think React and Lit are the only major fra…
-
comment
Comment #48277264
Haha, that was part of the reason we originally went down this route. In practice, as soon as you want to implement spills, you lose a lot of the benefits because the contents of a…
-
comment
Comment #48275757
I've built quite complex applications (e.g. a spreadsheet app) using SolidJS as a base layer, and in that sense it scales really well. It's very easy to separate data management fr…
-
comment
Comment #48242178
I think the biggest issue with Deno is that it fixes real issues but in the wrong way. Take the sandboxing stuff. In theory, you have always been able to sandbox your applications.…