HackerTrans
TopNewTrendsCommentsPastAskShowJobs

708145_

no profile record

Submissions

Dynamo, DynamoDB, and Aurora DSQL

brooker.co.za
2 points·by 708145_·قبل 11 شهرًا·0 comments

Java 24 Stops Pinning Virtual Threads (Almost)

youtube.com
1 points·by 708145_·قبل سنتين·0 comments

comments

708145_
·قبل 5 أشهر·discuss
Is Taalas' approach scalable to larger models?
708145_
·قبل 6 أشهر·discuss
Fully agree, responsible parents should not allow their kids (including teenagers) to use Shorts or TikTok. It is a shame that YouTube does not support blocking that crap. It is obvious "Don't be evil" is not Google's motto anymore.
708145_
·قبل 6 أشهر·discuss
_squash merge_ to main ofc.
708145_
·قبل 6 أشهر·discuss
I see no need to ever rebase manually, just merge on your branch and always fast-forward squash merge (only sane default) with GitHub/GitLab/whatever.
708145_
·قبل 12 شهرًا·discuss
Most people reading Wired probably don't know what an API is.
708145_
·قبل 12 شهرًا·discuss
How about possibly also failing for being too US centered, basically being an "internet portal" but mainly for the US. Sure Yahoo where _huge_ 2000, but it was never the main goto portal in Scandinavia where I grew up using internet from the mid 90s.

Here Altavista was the defacto standard for search until Google replaced. For the portal aspect of Yahoo, there were local alternatives with more relevant material.

I don't see that Yahoo ever succeeded globally.
708145_
·السنة الماضية·discuss
Of course it possible to limit the number of virtual threads. A web server can have a limit on number of virtual threads too, and queue incoming request before dispatching to to workers (virtual threads).

As other have said, this can be achieved with a semaphore and the bulkhead pattern. You can also limit the number of number of connections.

I would expect any "production ready" web server using virtual threads having some sort of limiting. That must be the case right?
708145_
·السنة الماضية·discuss
It is a fine balance, and everyone that doesn't "drive the same speed" as me, frustrates me.
708145_
·السنة الماضية·discuss
It is definitely not procedural.

"This seems rather … procedural. Even though we get all the nice guarantees of working with side effectful functions in Haskell, the code itself reads like any other procedural language would. With Haskell, we get the best of both worlds."

Working with the IO monad is much more complex, especially if you want to use other monadic types inside that code.
708145_
·السنة الماضية·discuss
For me it is if in a cosy position and doing something cognitively demanding. Fell asleep very often during my university studies reading literature. It can happen also if trying to learn something new technical at work, but only if I don't sit at a desk.

If normal or not I can't say...
708145_
·قبل سنتين·discuss
> The main benefit of Liskov's substitution principle is ensure developers don't need to dig into each and every concrete implementation to be able to reason locally about the code.

Yeah, but doesn't help in this context (enable local reasoning) if the objects passed around have too much magic or are mutated all over the place. The enterprise OOP from 2010s was a clusterfuck full of unexpected side effects.
708145_
·قبل سنتين·discuss
It is still true what she says. Having an interconnected electricity system is problematic when countries like Germany misbehave by having a horrible energy politics.

That said, it would had been better in Sweden if they hadn't phased out nuclear too! There is a electricity shortage in south of Sweden where industries are denied establishing new initiatives.
708145_
·قبل سنتين·discuss
I read the main feature to be durable storage or in other words persistent actors. Erlang Term Storage (ETS) I thought was in-memory.
708145_
·قبل سنتين·discuss
A highly expressive language makes overengineering easier.