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

I also have an inner monologue more like how you describe it. I always thought it was related to afantasia, but not sure.


For those of us that are disgusted at the sight of spit out chewing gum, don't press the link, as the main picture is just that.


What does one use to build a WebGL rendering engine? What should I learn, and where to start?


The engine is written in Typescript.

Here's a good place to start for the basics: https://webglfundamentals.org/


Probably WebGL


What's the story with DynamoDB?


If you look at "by making it succeed" and then you want to define what success is, then you could end up with "by not running out of money" again.


> Something went wrong. Try reloading.

Not 100% sure, but this might be related: https://elixir-lang.org/blog/2023/06/22/type-system-updates-...


Time to stop making announcements on Twitter. The full text:

I hereby officially announce the Elixir type system effort is transitioning from research into development: https://elixir-lang.org/blog/2023/06/22/type-system-updates-...

A huge thank you to Fresha and Starfish for sponsoring this new stage. They are also hiring:

* https://fresha.com/careers/openings?department=engineering

* https://starfish.team/jobs


What does Starfish do? Their website makes vague references to "decentralized organizations", "focus on payments and banking". I cannot tell if this means it's all cryptocurrencies or what their work actually accomplishes.


Scrolling through their blog, I think something's getting lost in translation; their idea of a "decentralized organization" sounds more like a flat hierarchy in the style of Valve, but you've got to try to parse this tortured "starfish vs spider" metaphor to get there. https://starfish.team/blog/adaptive-vs-reactive-strategies-w...

Likewise, I clicked "portfolio" expecting some samples of their work and instead got another unintelligible sales pitch and a mailto: link. Their corporate culture sounds nice, I like their healthy attitudes toward remote work, but maybe they should get some native english speakers to edit their copy?


Twitter is unusable as of now for me as well... can't load the tweet.


Me neither, I believe it only shows tweets to registered user since a few days ago.


Let me guess, the announcement is also on twitter?


I have never used Recoil. How does it compare to Zustand?


Recoil = Jotai (mostly equal.) Check out the comparison doc https://jotai.org/docs/basics/comparison


I also really like render, very easy to use.


So I can create 2 servers running kubegres, kill one and then all data should be intact? And no downtime?


These things aren't magical. You will have some downtime because your connection to the database will be interrupted (after all, it just died, no way around it), and depending on your configuration, you may lose some data; you need at least one synchronous replica to ensure that no data is lost on an uncontrolled failover. If you have a two-node "cluster" with synchronous replication, then either one going down will stop writes on the master, so you would need at least three nodes.

Mind you, no clustered system can provide you zero downtime and zero data loss without essentially the same constraints. If you have an unplanned failure, there's going to be a blip somewhere. It's up to the rest of the system to recover from it gracefully.

When configuring any kind of cluster involving data (especially one that's supposed to recover automatically from faults), make sure you understand how it behaves and adjust for your application, because quite often the default configurations might accept some data loss in unplanned failover or conflict scenarios.


will probably lose some data but easy enough to test with this thing


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

Search: