Viewing profile — aragilar
aragilar
HN member- Joined
- Mon, Oct 26, 2020, 9:30 AM UTC
- HN karma
- 1,365
- Public activity
- 745 items
- HN profile
- View on Hacker News ↗
About aragilar
No profile information was provided.
Recent public activity
-
comment
Comment #49243223
I'm not aware of the issues with the SF LA high speed rail, but I had in mind https://www.abc.net.au/news/2006-03-30/many-factors-behind-t... (where an apartment block started coll…
-
comment
Comment #49231439
But if new evidence comes in which changes the basis for approval (e.g. lets say you need to do some earthworks and as part of performing them it becomes apparent these earthworks …
-
comment
Comment #49231353
I think it's the zoning rules (based on https://www.wsj.com/us-news/how-amazon-built-a-data-center-i... ), which seem to provide an expedited process (which for large scale project…
-
comment
Comment #49094967
Why not give everyone access for free?
-
comment
Comment #49056422
Copyright law varies across jurisdictions, and it's not obvious how training for AIs would align with https://en.wikipedia.org/wiki/Fair_dealing (and it appears a recent push to re…
- story
-
comment
Comment #48965978
I think it's not clear from the article why they left (e.g. could be anything from retirement to going to work at another firm/contracting to being fired to switching careers), and…
-
comment
Comment #48965646
The answer is fairly obvious, Typst (like ConTeXt) is not LaTeX. Typst is a perfectly fine solution if you're giving the typeset output (i.e. a PDF) to someone, it not a solution i…
-
comment
Comment #48918981
I would say the complexity of IEEE-754 is warranted (given the history of the standard), but the issue is those writing languages are typically not aware of numerical computing (it…
-
comment
Comment #48904727
Specifically, 0/0 (or inf/inf), not any division by 0.
-
comment
Comment #48904636
Of what, IEEE-754? Given how poorly most languages implement it (and how many shortcuts are taken in the same of speed), I'm not sure IEEE-754 is the problem.
-
comment
Comment #48904591
You don't need NaN (or Inf) to have unexpected behaviour with floats and naive loops in lua, using 1e52 is enough. Conflating floating point and integers (independent of encoding) …
-
comment
Comment #48904149
There's too much available power then (curtailment/negative prices are fairly common now on sunny days), and not enough during the evenings, so it's an incentive for those who don'…
-
comment
Comment #48730235
ssh -X works fine depending on the toolkit you use (i.e. not Gtk, because of its rendering pipeline) and the distance/latency you travel. For distance/latency, at some point (i.e. …
-
comment
Comment #48696124
In my experience, anywhere using an app/QR code is better served by me walking up to the counter and ordering.
-
comment
Comment #48672201
Personally, I think AC vs. no AC isn't the issue, it's the lack of fans and air circulation that is the problem. I suspect there are building where installing AC is going to be req…
-
comment
Comment #48383092
I hate writing, but I don't send LLM output, because I'm not the asshole who sends junk.
- story
-
comment
Comment #48244660
It's "we support 4 JS backends, we don't have the capacity to support 5 currently". They're not dropping bun entirely, instead bumping the minimum bun version and not supporting "b…
-
comment
Comment #48244643
But unless you're doing that for every service you use (and not just the ones that annoy you), that's still the same logic. Deciding to count something is just as "political" (as y…
-
comment
Comment #48233582
I would argue the current defaults for uv are the correct ones. Unless you have actually verified that said library follows semvar, and you know the library will break your code in…
-
comment
Comment #48220456
And yet the rest of the movie runs on movie logic, enough so that every physicist I know rolls their eyes at it. It gives me the vibe of the "IFLS" crowd, not anyone who actually u…
-
comment
Comment #48092656
I also live in Sydney, and the first question to ask is always "do you have a car?" (and then "how long you here for?")? A car makes it much easier to visit various spots (e.g. the…
-
comment
Comment #48080505
Which differential equations are you talking about? Linear ones have standard solutions and are definitely parallelisable (though you can basically just write the solution down by …
-
comment
Comment #47972461
Uh, there is a list, named "linux-distros", which is for this purpose (and I think it's for more than just Linux, e.g. I believe it was used for the xz vuln). Given this was announ…