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

I think this is a great introduction to logical thinking and coding. The overcooked scripting layer looks awesome and very polished. Reminds me a bit of Scratch (the programming language). Are you going to make it available to others?

There are also video games based on this concept, e.g. Bots are Dumb. So maybe your scripting layer it could even become its own commercial game.


Thanks!

Breaka Club is still very early days. Current focus is in person, but the plan is to offer an online club experience also. I'm not quite sure what that will look like just yet. Ideally yes, I'd love to make this available to others.

We're also currently building Breaka Club's own game, which is where the majority of development efforts are focused. However, since we already have the Overcooked coding experience, we haven't prioritized the visual script layer for this game just yet - it's on our roadmap.

Presently, our game is more of a cozy farming RPG / world building sandbox, with a no-code solution for world building:

https://breaka.club/blog/why-were-building-clubs-for-kids


For the part which talks about turbulence damping, this page illustrates how this looks like on a smaller plane: https://turbulence-solutions.aero/technology/

(Not affiliated, just saw their demo once.)


This principle is also highly relevant in safety critical systems for using redundant sensors. Just adding a second sensor is often not enough. Because if they disagree, which one do you trust.

One example of this is in airplanes.


I'm having trouble with this one due to a lack of experience, but if there is no consensus between the two parties, my assumption would be that you trust neither and ask again. Why is that not the case in a split-brain scenario here? Do you /have/ to make an immediate decision?


You could see that as a lack of detail of the problem as posed. Alternatively it's a breakdown when applying it as an analogy.

Time critical scenarios are one possibility.

In a safety critical scenario intermittent sensor failure might be possible but keep in mind that consistent failure is too.

A jury scenario is presumably one of consistent failure. There's no reason to expect that an intentional liar would change his answer upon being asked again.


Looking forward to the early bird launch. JMAP support from an email provider (other than fastmail) is great. Additionally, this seems like a good way to fund thunderbird apart from donations, while supporting open source email.


Another fun thing are these stable diffusion/controlnet combinations which create QR codes that at the same are AI generated art. e.g. qrdiffusion or qrbtf


Does a Banana Pi BPi-M5 fit your specs? The banana pis have pretty good networking options.


The reported 119GB vs. 128GB according to spec is because 128GB (1e9 bytes) equals 119GiB (2^30 bytes).


That can't be right because RAM has always been reported in binary units. Only storage and networking use lame decimal units.


Looks like Claude reported it based on this:

  ● Bash(free -h)
    ⎿                 total        used        free      shared  buff/cache   available
       Mem:           119Gi       7.5Gi       100Gi        17Mi        12Gi       112Gi
       Swap:             0B          0B          0B
That 119Gi is indeed gibibytes, and 119Gi in GB is 128GB.


You're barking up the wrong tree. Nobody's manufacturing power-of-ten sized DRAM chips for NVIDIA; the amount of memory physically present has to be 128GiB. If `free` isn't reporting that much usable capacity, you need to dig into the kernel logs to see how much is being reserved by the firmware and kernel and drivers. (If there was more memory missing, it could plausibly be due to in-band ECC, but that doesn't seem to be an option for DGX Spark.)


Ugh, that one gets me every time!


off topic: What's the font this website uses for the code? The font ligatures seem nice, but I also would have to get used to reading code like that.


Inspector is telling me it's "ZedTextFtl", with "Jetbrains Mono" used for the monospace blocks.

Edit - More info on it here:

1) https://www.typotheque.com/fonts/zed-text 2) https://www.typotheque.com/blog/zed-a-sans-for-the-needs-of-...


I found this course very helpful if you're interested in a bit of math (but all very well explained): https://diffusion.csail.mit.edu/

It is short, with good lecture notes and has hands on examples that are very approachable (with solutions available if you get stuck).


Discussed on hn: https://news.ycombinator.com/item?id=43238893

I found it to be the best resource to understand the material. That's certainly a good reference to delve deeper into the intuitions given by OP (it's about 5 hours of lectures, plus exercises).


It's just an ad for their SSH cert service...

I feel like for SSH certs to expand beyond large companies, there's the need for an open-source service which does the issuing of short-lived certs after a user authenticates. I know smallstep, but their offer feels open-core/freemium.


Hey totally agree with the open source aspect here in order for SSH certificates to reach broader adoption (coupled with seamless admin and user experience).

Infisical SSH is actually an extension of the Infisical platform which is open source and used by a ton of companies for secrets management.


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

Search: