Hacker Newsnew | past | comments | ask | show | jobs | submit | more brakmic's commentslogin

Hi,

I don't think you're wrong. StatefulSets are simply on a "higher level" than raw Deployments and manually provided PersistentVolumes/Claims. I am thinking about writing another article that shows how to use StatefulSets in similar scenarios.

Regards,


Hi, OP here.

Thanks for the hint.

I just disabled smooth scrolling. Sorry, not a sophisticated designer guy, using wordpress plus some UI themes.

Regards,


Thanks, the article content is very useful for me as we're using k8 and keycloak together right now.


looks like an ordinary advertisement




Why is this guy still talking in public?


Narcissism/delusions of grandeur. I suspect he honestly believes he's the smartest person out there and that he can talk his way out of this.


He's smarter than a lot of people think. He may very well be the smartest in the room despite appearing dumb.

The problem is even a smart person dressed as a clown will be recognized as a clown. At some point you can claim not to be wearing clown clothes until you are blue in the face but no matter how dumb the person is you're talking to they won't believe it. He must hope he can convince 1 in 12 people he is not a clown.


He's clearly not that smart. Smart people listen when their lawyer tells them to STFU.


Because he will get a fat book and movie deal.


Can you do book/movie deals while you're in a US jail? In the UK it would be proceeds of crime and confiscated.


IANAL but my understanding is that there is a law that allows the victim to sue for the proceeds. My understanding is also that if you have sophisticated legal isolation to protect the funds (say your parents are Stanford lecturer lawyers), it's effectively unenforceable.

First amendment means he can speak about it and it would castrate news companies if third party entities could not profit from reporting on crime.


He's trying to influence the jury pool.


I bet a lot more people can be explained fraud faster than they can be explained crypto.


SBF may have hit a ceiling of punishment. What are they going to do? Add another lifetime jail sentence? Another billion dollars he cannot possible repay?


My uncle, grandma, etc aint reading this.


No, but they will likely see topline coverage in big media - and then their takeaway of that topline may well be “SBF wrote a blog saying FTX was solvent and administrators could refund customers but haven’t”


You might be right. I've talked to both sides of my family and realized I was in a tech bubble and no one knew who the hell the guy was though. I doubt the average 35+ y/o person outside of tech even knows what FTX or SBF is.


I don’t know - here in the U.K. it’s getting fairly significant coverage on BBC, Sky News etc. The Today Programme on Radio 4 (which is the “definitive” establishment news programme) has been covering it quite a lot.


This actually looks like a lawyer wrote it. It’s very calibrated.


What about the post makes you say that? That wasn't my impression at all.


Collapse of Complex Societies by Dr. Joseph Tainter: https://youtu.be/G0R09YzyuCI

Joseph Tainter on The Dynamics of the Collapse of Human Civilization: https://youtu.be/JsT9V3WQiNA


Joseph Tainter was recently interviewed by Nate Hagens: https://www.thegreatsimplification.com/episode/27-joe-tainte...


Came here to mention the interview by Nate and am happy to see you did.

In addition, and on a similar conceptual basis, I'd recommend:

The Great Simplification [1] The Century of the Self [2] Can't Get You Out of My Head [3] The Resilience web site content [4] The Consilience Project [5]

[1] https://www.youtube.com/watch?v=-xr9rIQxwj4 [2] https://thoughtmaybe.com/the-century-of-the-self/ [3] https://thoughtmaybe.com/cant-get-you-out-of-my-head/#top [4] https://www.resilience.org/ [5] https://consilienceproject.org/


This is just scratching the surface of anthropology, if you want to go on a wild ride, read The Dawn of Everything by Graeber and Wengrow: https://www.goodreads.com/book/show/56269264-the-dawn-of-eve... Oxford also has a similar shop to Resilience / Consilience, the Future of Humanity Institute: https://www.fhi.ox.ac.uk/ Toby Ord is a member, his book The Pricipe: Existential Risk and the Future of Humanity is quite interesting: https://www.goodreads.com/book/show/50485582-the-precipice


The Dawn of Everything has to be one of the worst books on anthropology out there. It's a thing disguised polemic dressed up as archeological history.

I find Yuval's work to be more digestible, in part due to better writing, and in part due to less pretense.

I would also suggest Susan RiceBauer's The History of Ancient Civilizations, Jack Weatherford's Genghis Khan and the making is the modern world, and Lars Brownworths Lost to the West: the forgotten Byzantine Empire.


Even better, imo: Modula-3

https://github.com/modula3/cm3

There are binaries for various architectures.

https://github.com/modula3/cm3/releases/tag/d5.11.4


If one can get hold of the Modula-3 books I would advise it.

It shows the path of having GC enabled systems programming languages, which also offers all features at C++ level (minus template metagramming and macros), and how we could already be there in the early 1990's, had it not been for the Compaq merges messing it all up.



Start from here: http://www.hercules-390.org/

This is Hercules, an emulator for old mainframes. They also have COBOL and other important languages like JCL, the job control language.

Here the "turnkey" distribution that installs everything for you: https://wotho.ethz.ch/tk4-/

A mainframe community from youtube: https://www.youtube.com/c/moshix

Have fun.


If you are starting from zero COBOL experience, a mainframe environment may be too big of a learning curve.

Maybe start small. There were COBOL implementations for pretty much every 8-bit computer in the 80's. Think Commodore 64, Apple ][, or whatever emulated environment works for you.

Because they were designed for complete beginners, they often came with very detailed, very easy to comprehend manuals. Many of which are available as PDFs online today. And there was no end of third-party books to help you along, which may be available from Biblio, or whatever your favorite used book source is.

Getting a feel for COBOL from these baby steps can help you decide if you want to advance into full big iron COBOL development.

This also applies to FORTRAN, APL, and other older languages.


An Apple II emulator, such as AppleWin (free, Windows) or Virtual][ ($, MacOS), that supports the Microsoft SoftCard will let you run CP/M software. Microsoft's COBOL compiler is easily available from various Apple and CP/M archives. CP/M itself is a little bit of a learning curve, but at least most everything is free, depending on your platform. There are probably Linux options as well for Apple emulation.


If you want to use CP/M on macOS, you can skip the Apple ][ emulation, and go straight to Thomas Harte's program CP/M for OS X.


I've never been able to figure out how to open a file by passing the filename as an argument to the program you're opening. Apparently there's no ccp.com available. It's fine if you're using WordStar, which lets you view the files in the current directory; impossible if you don't have a menu interface to open a file.


> a mainframe environment may be too big of a learning curve

Yeah, "curve" might be a little generous here. It's more like a cliff from what limited I remember of my short lived mainframe stint.


In my experience, a cliff is exactly what makes you learn fast and deep.

Start from nothing, and make tiny baby steps. Target a short term milestone. Learn how to use the documentation. Even if you start slower than people who take shortcuts,you end up being faster because you have a much deeper undestanding


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: