

This is more of a “Not In Anyone’s Back Yard” kind of situation.
Check out my open source game engine! https://strayphotons.net/ https://git.sw0.com/frustra/strayphotons
I have been developing this engine on and off for over 10 years, and still have big plans.


This is more of a “Not In Anyone’s Back Yard” kind of situation.


It seems they’re including the runtime in the size, and have prohibited web based games for this reason (unless you can find a browser that fits in 1.44MB). Submissions must be a native executable (I’m assuming for x86)


I think the fact it’s a checkbox is irrelevant here. From what I understand, these yes/no questions have very real consequences for the patients they’re about. If entering the wrong thing can have negative consequences, an AI shouldn’t be filling that out. Not to mention, if the data in the medical file is wrong, a nurse who’s actually spoken with the patient will actually have opportunities to correct things that an AI will never see.


Honestly, every platform has the same problem, including real life countries. There’s always the possibility that whatever power is enforcing the rules is corrupted and doesn’t listen to anyone else. The mechanisms for fairly determining both what the rules should be and how to enforce them are always evolving as people find new ways to do bad things.
The fediverse is a nice system because it allows people to leave and make their own communities if the admins become toxic, incentivizing them to actually listen to users. I can only hope we don’t get overrun my AI slop like the rest of the internet.


I think the only safeguard against that is to do your own moderation. The only tool I can think of that would even come close to detecting “power tripping” would be AI, and we all know that would end terribly. The best you can do is remove incentives (somehow, idk) so mods aren’t rewarded for a bad ban.


I had a Samsung smart watch, and it was honestly hard to use without an account. Half the features are locked behind signing in. I stopped using it when weather updates stopped working without logging in.
Now I have a dumb mechanical watch, and it’s glorious.


I’ve been on EndeavourOS for the last year or so, and I have to say it’s been rock solid. The only issues I’ve had have been around display scaling, since different programs and games handle it differently. Some things work better in X11 mode, and others better in Wayland. It’s weird some games report a weird 1706x960 resolution with 225% scaling on my 4K TV.
HDR and variable refresh rate just worked out of the box though!
I’m curious what kinds of projects you’ve seen firmware written for. The YouTube projects I’ve seen usually don’t require more than a handfull of if-statements on an Arduino to accomplish what they need.
In my experience, LLMs are capable of solving the kinds of problems you could have copy-pasted from StackOverflow, but as soon as you try and do something too complicated or unique, it falls apart.
The trap is that it seems capable at a surface level in areas people aren’t personally an expert in and then assume it can accomplish real tasks on its own like an expert. It can be great as a tool for getting started, or for otherwise throwaway code, but I’ve yet to see any model produce code that’s complex yet maintainable in the long term.


Historically, there’s been a bit of a whiskey trade on the Denmark-Canada land border.


Well, it looks to be plugged in and charging via a cable. Possibly connected to Android Auto / CarPlay. From the photo they could probably argue it’s a battery bank or something like that.
I’m 50/50 on if they really don’t have a place to rest their phone vs they were previously using the phone and just put it down between messages. This fine seems a little excessive, but it’s consistent with the law there, so /shrug


An interpreter is significantly easier to sandbox than native execution, and it means they can make guarantees the host system won’t crash no matter what the program running is.
I could see it being useful for allowing third parties to run experiments on their hardware in space without having to manually verify the code safety.


Yeah, I said transformer because that seems to be the state of the art in AI architectures, but purpose built neural network hardware might not actually benefit from the same architecture.
A neural network made from analog hardware could theoretically replace a significant portion of an LLM’s processing and not be limited by things like floating point precision or clock speeds. Who needs floating point when you can literally just multiply voltages together with a couple transistor junctions at the speed of light?


If they don’t have a warrant, it’s not admissible in court anyway. Let em have it.
Oh it’s definitely admissible in court if you willingly hand it over. If they have no warrant, they have no legal right to enter your home, and you don’t need to talk with them. But that doesn’t apply if you invite them in and let them start developing probable cause of a crime.


Me: I need some new hardware to run my transformers on
Mom: We have transformers at home
The transformers at home:

Joking aside, I think you’re right, using discrete floating point math to simulate a transformer architecture will never be able to approach the efficiency of a “native” analog system like actual brains. I think eventually we’ll see someone come up with a hardware transformer that doesn’t require full synchronized clock signals.


We’re at the point where you can fit an entire computer inside a USB cable end without it looking any different (beware of keyloggers if you’re not using your own cables, they can even fit a wifi antenna in there)


It’s not a $20k repair bill I’m worried about, it’s the potential of $100k+ in medical liability that I’m really buying insurance for.
In my area there’s plenty of expensive cars driving around too, I somehow doubt the minimum $25k insurance would cover even half the cost of a totaled car + everything involved.


Sarcasm or not, the people dealing with localized datacenter heating during already hot weather don’t find it funny.


Yes, all that emitted radiation does cool down the sun. It’s why it has a mostly stable temperature instead of getting hotter infinitely.
I’m sure you could do it with a standalone runtime, but it will just be overhead compared to compiling directly to x86, at least for the purposes of this competition. I’m a fan of WASM for a lot of other applications tho