Viewing profile — strangetortoise
strangetortoise
HN member- Joined
- Wed, Feb 17, 2021, 7:15 PM UTC
- HN karma
- 135
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About strangetortoise
No profile information was provided.
Recent public activity
-
comment
Comment #44419952
It is likely that most of the teslas you saw around Amsterdam were part of the Schiphol airport taxi fleet. They went all in on tesla about a decade ago.
-
comment
Comment #39226178
To make meaningful statements about P and NP problems, you probably need to be able to model your problem as a computational one. If for example, you model it as a graph, with a pe…
-
comment
Comment #38081461
They haven't made slotted ram or storage on their macbooks since 2012 (retina macbooks removed the slotted ram afaik). It might save on thickness, but I'm not buying the slim chass…
-
comment
Comment #37985966
>- A megacorp that pays 0% in income taxes still pays a ton of sales tax on things it buys Not familiar with the US, is this actually true? In europe, as a company, you're allowed …
-
comment
Comment #37512199
Theres a lot of value in the ecosystem through the asset store, that allows yoi to get up and running much more quickly than if you had to built subsystems from scratch (i.e. You c…
-
comment
Comment #37097943
> More languages should have a single, mandatory way to format code, without any ways to opt out. Strongly disagree. Maybe if you're in a very domain constrained environment, i vou…
-
comment
Comment #36706966
Non-USA here (which might affect things): Isn't the point of paying with e.g. a Netflix gift card that they auto-cancel/pause your subscription to Netflix after the gift card runs …
-
comment
Comment #36510207
Currently have to use sqlalchemy on an existing project, and while I am not necessarily disagreeing with you on ORMs or performance, just wanted to add that chatgpt has been able t…
-
comment
Comment #35751483
Forgive my ignorance: I thought it was the other way around, and you needed some relatively high amount of compression on a vinyl master, since otherwise the grooves would swing to…
-
comment
Comment #35158916
I have heard this type of reply to this remark (from my side) a few times now. It has made me curious: Are you a type of person that often checks the sources on Wikipedia? Anecdota…
-
comment
Comment #35057490
Does this form a problem for digital mixing consoles? As far as I know, these already have fairly beefy fans for heat exhaust, so I don't know if they couldn't just add more airflo…
-
comment
Comment #34899099
If a dealer repeatedly puts a needle in front of an addict, and encourages them to take it, and they end up giving in, who's responsible? The addict is of course not without blame,…
-
comment
Comment #34706788
I might misinterpret the parent, but I think the parents idea is more that it helps when deriving the math used in a lot of video game programming. (e.g. simplifying expressions in…
-
comment
Comment #33892289
> My understanding is that most compilers can out-optimise the average developer Do you happen to know where (what source) you got that from? I'm genuinely curious, as to my knowle…
-
comment
Comment #33173743
I clearly haven't, can you elaborate? I thought the steam deck was near universally lauded for it's open and hackable software, repairable hardware and competitive pricepoint. Is t…
-
comment
Comment #33154568
Not sure if you're familiar with Mike Acton (as mentioned in the article). One of his key points of focus is data-oriented design, and that when designing software, ignoring the ar…
-
comment
Comment #31234931
Why couldn't this be solved by Apple simply adding a feature that allows you to lock the installation sources behind a PIN? We've had these type of restrictions for other subsystem…
-
comment
Comment #29429891
While the 20ms latency on the Remarkable 2 is very impressive, let's please not say that users "cannot perceive the difference". At best the latency "does not bother" users. There …
-
comment
Comment #29335635
At the risk of being pedantic; it's just a feature, it does not have anything to do with LSP. Plenty of non-LSP IDE's have these features as well (XCode, Visual Studio Classic, etc…
-
comment
Comment #28662345
> But I will say this, I've long been thinking that there should at least be a programming language and OS that does its best to not change. A sort of whole environment where every…
-
comment
Comment #28549102
Just to be clear, you're talking about freelance consulting in NL, correct? I can believe that. Based on my conversations with peers, the big consulting firms seem to be the exact …
-
comment
Comment #28299875
afaik none of Apples other "proprietary software" is designed to pass my personal images to a human for visual inspection if it mistakenly outputs 2 high-enough numbers after a han…
-
comment
Comment #27845516
> ... but the question of whether there are more or less police staff generally probably not that important here. What are you talking about? A quick google shows extensive reporti…
-
comment
Comment #26170265
I think one of the problems here is that people wanna share code snippets on social media, where generally, the other approaches mean linking to an external github gist or similar,…