HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pubg

no profile record

Submissions

Ask HN: What distributed file system would you use in 2024?

30 points·by pubg·2 lata temu·13 comments

Showdown: What is the Best AA Battery? The results are surprising (2019)

cinemasound.com
4 points·by pubg·2 lata temu·1 comments

comments

pubg
·2 lata temu·discuss
Maybe you weren't burned by the near periodic massive GCP outages from 2019 - 2023. More power to you, but I'm not signing up for more of that.
pubg
·2 lata temu·discuss
Lots of shade being thrown, I'm surprised at all the toxic bile. All cloud providers are fundamentally in a race to the bottom for commoditization of compute infrastructure. The competition should be desirable.

Anyhow, if I had to guess why ClosedAI made this decision, well there are lots of big companies who like Oracle Cloud because if the spend is sufficient, Oracle will literally build and then support whatever configurations you want in any region across the entire globe. Good luck getting that level of care from AWS, Azure, or Goggle.

In my experience OCI is still better than GCP, not that it's really saying much, AWS has been the "best" IME :)

Clouds can't love you back.
pubg
·2 lata temu·discuss
You are right, and also Israel as a region is still highly unstable. Do you want to travel there today? I'll pass, thanks :)
pubg
·2 lata temu·discuss
Strangely the website links do not work unless you enable Javascript (e.g. to the GitHub project page).

Why do people make things this way? Let a plain old link be a link..
pubg
·2 lata temu·discuss
> I am wondering why not take an existing language like python, and compile that to bash?

You'll run into the Alternative Implementation Problem

https://pointersgonewild.com/2024/04/20/the-alternative-impl...

https://news.ycombinator.com/item?id=40337036 - 10 days ago, 84 comments

Relevant excerpt:

> You may read this and think that the key lesson of this post follows the old adage that “if you can’t beat them, join them”. In some ways, I suppose it does. What I want to say is that if you start a project to try and position yourself as an alternative but better implementation of something, you are likely to find yourself stuck in a spot where you’re always playing catch up and living in the shadow of the canonical implementation.

This concept doesn't exactly map 1:1, but gist seems correct. Who wants to program in a worse and very limited version of Python? Who's going to keep things up to date in e.g. Amber as Python continues to evolve? Not fun.
pubg
·2 lata temu·discuss
It's interesting Amber doesn't seem to be leveraging Bash-native Regexes via:

    if [[ "${foo}" =~ ^someReg[e][x][p][r]$ ]]; then ...
What value exists in going to such great lengths to target super old and anqtiquated versions of Bash? It becomes very limiting for this poor new language :-s

Maybe still just the earliest of early days? Javascript-style RegExs along the lines of:

    if (s.match(/my[R]egex[H]ere/)) { ..
Would be pretty nice and handy.
pubg
·2 lata temu·discuss
This is a well-informed observation.

It's unfortunate Amber doesn't have a Map data type, pretty big limitation.

I can think of ways of doing it, e.g. something along the lines of:

* Set the constraint that all keys must be of type String

* Then abuse /dev/shm/.Amber/${pid}/${func}/${stackDepth}/<put keys and values in files somewhere under here>
pubg
·2 lata temu·discuss
Discussed in the past:

Show HN: https://news.ycombinator.com/item?id=11555527 (April 23, 2016 — 241 points, 68 comments)
pubg
·2 lata temu·discuss
How do you hail an Uber or Lyft upon arrival?

Endpoint navigation is not optional for me. I suppose you could pre-login to only those apps, but still, there is nothing that interesting on my phone that I want to spend the energy to wipe, restore, and re-login to a hundred apps.
pubg
·2 lata temu·discuss
Clicky links:

SeaweedFS - https://github.com/seaweedfs/seaweedfs

289 hits: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

JuiceFS - https://github.com/juicedata/juicefs

2047 hits: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

MooseFS - https://github.com/moosefs/moosefs

126 hits: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
pubg
·2 lata temu·discuss
This is the correct title, but a more informative one would have been:

OpenSSL releases will now be distributed through GitHub

Dmitry Misharov's reasoning:

> Safety first: The web’s come a long way in terms of security, and sticking to HTTPS helps keep everyone safer.

> Keeping it simple: Fewer methods of distribution mean less clutter and confusion, letting us focus on making OpenSSL even better.

> Watching the budget: Streamlining things cuts costs, which means we can spend more on improving OpenSSL and supporting you all.

I wonder what hosting was costing the OpenSSL project and how many servers will be decommissioned. I hope they really do follow through on point #3 of reallocating the funds towards improvements.

At first I had a very negative reaction to this news, because it further entrenches the reliance on GitHub (a for-profit company owned by Microsoft). Then after reflecting, I imagine if GitHub becomes unattractive (for example, the policies become unfriendly), it can always be switched back to host on openssl.org.