HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lowercase1

no profile record

comments

lowercase1
·4 jaar geleden·discuss
Trucks have a higher duty cycle than cars so a battery pays for itself quicker.

Truckers have legally mandated breaks that largely mitigates charging time.

Charging infrastructure is cheaper than hydrogen infrastructure.
lowercase1
·5 jaar geleden·discuss
"To find out how many deaths actually occurred during the last two decades among FIFA players (2001-2020), we used Wikipedia - "List of association footballers who died while playing". To know how many cases occurred in 2021, we used the list collected by us in "Real-Time News" (which includes the cases noted in Wikipedia for 2021)."

There are cases that didn't make it to wikipedia (14 for 2021). The graph there is just not accurate to what is in Wikipedia e.g. more one listed in 2018.

https://en.m.wikipedia.org/wiki/List_of_association_football...

That said the cases are elevated in 2021
lowercase1
·5 jaar geleden·discuss
Recreational doses are 10x-30x that of medical doses and those effects are quite a bit less at medical doses

https://astralcodexten.substack.com/p/drug-users-use-a-lot-o...
lowercase1
·5 jaar geleden·discuss
>And it's with this decision that every reasonably happy, veteran developer I know distinguishes themselves. They all choose Extra.

Selection without causality can explain this. Turns out people who survive either have personality or environment that enable them to feel the Extra work is worth it. Where I'm at, it certainly doesn't.
lowercase1
·5 jaar geleden·discuss
Yeah the tech seems feasible but I'm skeptical of controlling capital costs when you need carbon nanotubes membranes as a core piece.

Air capture is also quite expensive and I'm not sure how much the "only need small concentrations of CO2" trick does.
lowercase1
·5 jaar geleden·discuss
Many of those shareholders are diversified and may benefit more from a freer Russia than they lose in short term google profits
lowercase1
·5 jaar geleden·discuss
This seems good but falls apart with.long approval chains (which are maybe the core issue).

If I need library PR approved so I can make a service 1 PR so I can make a production release request so that I can deploy a one line change then it's hard to get things done with 4 hour ping time.
lowercase1
·5 jaar geleden·discuss
Anyone can take a battery and just decrease the discharge rate and claim "long duration storage".

The hard part is making it cheaper per kWh.

If they made it cheaper per kWh then they should say that
lowercase1
·5 jaar geleden·discuss
Them: Please randomize a list in O(n) time.

Me: so you just want me to generate O(n lg n) bits of entropy in O(n) time? That's not possible.
lowercase1
·5 jaar geleden·discuss
My username is "fucky" after I used an name to describe my feelings of having to create/use a Microsoft account. Exercise to the reader to guess the unshortened name
lowercase1
·5 jaar geleden·discuss
That's what qualifies as "compact" these days?
lowercase1
·5 jaar geleden·discuss
Yeah. I have a poor view of terraform since my first interaction was trying to a few one line changes to avoid repetition but couldn't find why it didn't work without setting up connection to the AWS S3 bucket.
lowercase1
·5 jaar geleden·discuss
IEA has consistently underestimated solar/wind deployment and cost improvements. Predicting minimal change each year even as prices drop and deployment soars. Should we really expect them to be accurate on the mineral limitations of batteries/solar/wind?

https://www.pv-magazine.com/2018/11/20/iea-versus-solar-pv-r...
lowercase1
·5 jaar geleden·discuss
Thanks for the answers.

How is session state kept? Is /event required (as data would be sent in /next?).

Also as I understand, Processors won't be involved until they are needed. E.g. if we have 2 panes but only the result of the first was required to be processed, would the processor be invoked after just the first pane was complete?
lowercase1
·5 jaar geleden·discuss
Would be interested in:

1. How you implemented this on the backend? Did you consider using something like Temporal, AWS Simple Workflow, or AWS Step Functions?

2. Interested in how you're avoiding (waiting) on network calls on each action. You mentioned it was coming in next post.

3. How are you managing multiple workflows? Does a common child graph make sense for a common workflow?
lowercase1
·5 jaar geleden·discuss
The source of this capability is hidden in that you had to pass in a Foo to the call site.

If you had done similarly in the struct example by passing in the function Bar to the caller then you could achieve similar functionality by shoving in a Baz function instead.
lowercase1
·5 jaar geleden·discuss
Coverage is pretty good. It is great for traveling abroad as it just works in most countries.

However I'm looking to leave because Google's terrible handling of Hangouts which many used for SMS messaging. Hangouts also allowed phones calls on computers, a feature I will miss.
lowercase1
·5 jaar geleden·discuss
It's bragging rights like owning a original painting when copies/replicas exist.

Real question is how mucg is preventing a second competing NFT from existing for the same item via and alternative design or chain or currency?
lowercase1
·5 jaar geleden·discuss
GP frames it wrong but building codes make make affordable housing very hard to create in ways unrelated to safety.

>most homes built in Des Moines will be required to have a full basement, a single-car garage, and a driveway. Minimum lot sizes for single-family houses will range from 7,500 to 10,000 square feet. Building codes meant to guarantee residents’ safety will now decree their comfort

https://www.bloomberg.com/news/articles/2019-08-02/with-zoni...
lowercase1
·5 jaar geleden·discuss
An attack is anything that makes it take less than a brute force effort (of 2^80 operations). A 2^63 effort is really expensive in 2007. But by 2015 computation was maybe 2^5 times cheaper and there was a 2^5 cheaper attack.

I believe that this breakthrough could be quite a bit bigger because it's changing the costs from exponential to polynomial and so speedup is likely a much bigger change.