HN user

snickerdoodle12

434 karma
Posts0
Comments205
View on HN
No posts found.

If you need a backend anyway I like using postgis ST_AsMVT and caching the result. So pretty much running a sql query on the database every time the map is moved and then caching it. Super easy to maintain, don't have to pregenerate anything. Just bust the cache when necessary.

It's solely created for advertisers to be able to implement their tracking more reliably. There is almost no way to use it in a way that benefits the user.

Yup, we do. Mind you, I'm not an american. But we often say something like "the americans" or other less flattering terms.

Mosh Mobile Shell 11 months ago

It's great for SSH from my phone. The connection is just there whenever I unlock my phone.

Developing a cheat does not ruin anyone's fun. The same goes for guns, knives, anything that could be used as a weapon. It's all about how you use a tool, and in this case creating the tool is fun. Unless you think that everyone who fires a gun for fun, or creates a knife or even just a baseball bat, is a murderer?

the workaround is literally just running a headless browser, and that's pretty much the default nowadays.

if you want to save some $$$ you can spend like 30 minutes making a cracker like in the article. just make it multi threaded, add a queue and boom, your scraper nodes can go back to their cheap configuration. or since these are AI orgs we're talking about, write a gpu cracker and laugh as it solves challenges far faster than any user could.

custom solutions aren't worth it for individual sites, but with how widespread anubis is it's become worth it.

although I would find it extremely distasteful and frankly alarming

This objection is actually anthropomorphizing the LLM. There is nothing wrong with writing books where a character experiences distress, most great stories have some of that. Why is e.g. using an LLM to help write the part of the character experiencing distress "extremely distasteful and frankly alarming"?

iPhone DevOps (2023) 11 months ago

I know :-( I really dislike Apple for making amazing hardware and limiting it with awful software restrictions.

iPhone DevOps (2023) 11 months ago

If it was a phone running basically MacOS when plugged in a display with an iPhone skin when mobile it would finally convince me to buy an iDevice for the first time in more than a decade.

In case it helps someone else, this is what I do:

    FROM caddy:2-builder AS builder

    RUN xcaddy build \
        --with github.com/caddy-dns/cloudflare \
        --with github.com/greenpau/caddy-security

    FROM caddy:2

    COPY --from=builder /usr/bin/caddy /usr/bin/caddy

    COPY Caddyfile /etc/caddy/Caddyfile
Then just build & run it via docker compose

I don't know what you're hoping to hear, but I have no idea. All I know is that with loads of Go projects I've used I can go to the releases page, download a binary and run it.

And that for every .net project I can remember, which are far more rare, there's been some complicated installer that does a bunch of stuff. Or it fails to launch telling me I need to install some runtime separately.