pixxelkick

joined 1 year ago
[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

I've been looking for th8s for awhile too.

Not a locally run tool, but a self hosted web app (that I wire up to my self hosted db) that has a web portal I login to, and then can manage my db with a nice slick UI to define tables, relations, etc.

There's been some I've found but they vastly lacked basic features and were clearly in very early beta.

[–] [email protected] 26 points 1 month ago* (last edited 1 month ago) (1 children)

I use Hugo, it's not super complicated.

You basically just define templates in pseudo html for common content (header, nav panel, footer, etc), and then you write your articles in markdown and Hugo combines the two and outputs actual html files.

You also have a content folder for js, css, and images which get output as is.

That's about all there is to it, it's a pretty minimalist static site generator.

Hosting wise you can just put it on github pages for free.

[–] [email protected] 42 points 1 month ago (6 children)

Well yeah, I'd hope so, that's the entire point.

Catcha's data collection always was with the intent for training ai on these skills. That's "the point" of them.

It's reasonable to expect that the older version of captchas can now be beaten by modern ai, because they're often literally trained on that exact data to beat it.

Captcha effectively is free to use on websites as a tool because the data collection is the "payment", they then license that data out to people like OpenAI to train with for stuff like image recognition.

It's why ai is progressing so fast, captchas are one of humanity's long term collected data silos that are very full now.

We are going to have to keep progressing the complexity of catches as it will be the only way to catch modern AIs, and in turn it will collect more data to improve it.

[–] [email protected] 8 points 1 month ago

Not quite.

It's mostly wisdom of the crowd, as it always has been.

As long as you mostly click the same squares most other people click, you pass.

You often at random get 2-3 images because 2 of them are actual checks, but the third is a new image that you auto pass and they're using it to gather data on what the average clicks are on it.

[–] [email protected] 10 points 1 month ago* (last edited 1 month ago) (2 children)

Because having people download static map data for the entire planet just to play a game is untenable.

You shouldn't have to download the entire planet though.

The game 100% should support installing local specific areas you wanna fly around, that anyone could then keep a copy of.

If a user wanted to cache an entire 8 TB of the entire world on a drive, they should be able to just do that (and thus have forever support without worrying about internet services staying online)

At least, as a snapshot of what the world looked like in 2024.

I don't see why users shouldn't have the option to locally HD save the data if they want to, to avoid maxing out their internet bandwidth in one sitting.

[–] [email protected] 11 points 1 month ago (2 children)

"Move Fast and Break Things" is Zuckerberg/Facebook motto, not Musk, just to note.

[–] [email protected] 6 points 2 months ago

Yeah this is just noticeable because most products weren't even resealable, they just expected you to seal em yourself with a clip, twist em, put em in a container, etc.

Now they are adding cheap resealable zips to the bag, which is nice in theory but the bag material has to be strong enough to support it.

Actual ziplock baggies themselves are made of thick plastic that can take a bit of abuse.

But cheap paper plastic hybrid materials a chip bag us made of can't handle that sort of load, so it becomes the fail point.

[–] [email protected] 15 points 2 months ago* (last edited 2 months ago)

Dunno why ppl are down voting you, this is 100% the way.

Architecture as code is amazing, being able to completely wipe your server, re-install fresh, and turn it on and it goes right back to how it was is awesome.

GitOps version controlled architecture is easy to maintain, easy to rollback, and easy to modify.

I use k8s for my entire homelab, it has some initial learning curve but once you "get it" and have working configs on github, it becomes so trivial to add more stuff to it, scale it up, etc.

[–] [email protected] 1 points 3 months ago

They aren't getting rid of chromecast, the title is clickbait.

[–] [email protected] 1 points 3 months ago

There are 2 CCwGTV models, only 1 of then is being discontinued.

The other one sounds like it'll keep being sold.

But also you can always just buy a chromecast, just cuz they aren't being actively produced doesn't mean you can't find em online

[–] [email protected] -2 points 3 months ago

I have no idea what people are fucking up tbh.

It's 2 button clicks to cast stuff, I just went and sanity checked.

The internet is full of disinformation and idiots though so I usually just assume people are the issue, when I have the same hardware and zero issues.

I don't think chromecasts have even gotten any kind of major change updates in ages so it's bizarre for it to change behavior.

I'm gonna just keep going with "people are dumb" until someone posts some concrete example (IE an actual video) of wtf their issue is.

The chromecast is designed so simply though that I can't imagine wtf people are fucking up.

[–] [email protected] 3 points 3 months ago

I'll just have to respectfully disagree in experience.

I have multiple gens of chromecasts and haven't seen any degradation in performance. They work pretty much the same.

I have no idea wtf is going on with your units.

 

Im looking for some form of self hosted application, ideally dockerized(able), that can connect to and manage an existing database (Im not picky on the DB type, Postgres prolly best though).

However Id like if it manages it via a nice well designed ERD. The closest I have found so far is PgAdmin but unfortunately it's ERD leaves a lot to be desired. It's kinda clunky, and it cant "diff" against your existing database to produce a migration script, all it can do is produce a script that expects you to totally drop the existing DB and re-apply the schema from scratch.

Something like Luna/Moon would be cool, but every example I look up seems to be an application you install locally on your machine and interact with directly, as opposed to a web interface.

If you know of such a tool let me know!

view more: next ›