Comment on
What discontinued feature do you miss from phones or other technologies?
User-replaceable batteries.
Comment on
What discontinued feature do you miss from phones or other technologies?
User-replaceable batteries.
Comment on
What hostname do you use for server? home.box or home.local?
Reply in thread
Little known trick--or perhaps everyone knows it and is quietly laughing behind my back--with Chromium browsers and Firefox (and maybe Safari, I'm not sure), you can add a slash to the end of an address and it will bypass the search.
So, for example, my router on the LAN goes by the hostname "pfsense". I can then type pfsense.lan/ into my address bar and it will bring me to the web UI, no HTTP/s needed.
Comment on
YSK: Use RSS feeds to curate your online experience
Shameless plug: I made a magazine, @rss, for RSS. It has approximately zero content right now but I'd love for people to start using it to exchange ideas, comments, and questions about feeds.
Comment on
What's the best movie you've seen this month?
Asteroid City was surprisingly good. Eccentric, but in the best way.
Comment on
What's your most-loved non-star movie/show?
As a star Trek fan, The Orville. It takes a bit to get its footing, but season 2 and 3 are great. I hope it gets renewed for a 4th.
Comment on
RSS feeds
https://www.youneedfeeds.com/starter-packs is a fairly solid resource for some good, category-based feed groups.
Comment on
How much "data" do you personally have?
50 TB on a network attached storage appliance across 8 drives, probably 200-400 GB across two laptop internal drives, and 500 GB or so of games on a Framework expansion card.
I may have a problem. Something something r/datahoarder something something.
Comment on
After being suspended for criticising Reddit's God King, I've come to Lemmy.
Welcome to the fediverse!
Comment on
What hostname do you use for server? home.box or home.local?
Reply in thread
I didn't care about any of this (my off the shelf Router used .local) and then I started selfhosting more and using pFsense as a router OS. It defaulted to using home.arpa, which was so objectionable that I spent time looking into RFC 6762 and promptly reverted to .lan forever.
The official choices were: .intranet, .internal, .home, .lan, .corp, and .private. LAN was the shortest and most applicable. Choice made.
Comment on
/kbin project management costs, financing, future plans
Reply in thread
Are there any plans to create a more friendly website that highlights instances based on certain traits (i.e. country-specific instances; general-purpose instances; hobby/interest-specific instances)? Right now discoverability seems limited to the Fediverse Observer and FediDB, which shows /kbin instances by user activity.
Comment on
What hostname do you use for server? home.box or home.local?
.lan for everything.
Comment on
did anyone else from the USA grow up being forced to say the pledge to the flag in school?
As a millennial that grew up in the early-to-mid 2000s, it was absolutely expected pre-middle school that we do this. Pretty gross.
Comment on
How do I view a post made on one instance from my instance?
It would be lovely if posts had a unique ID (UUID of some sort) that was shared between instances. That way, rather than using the thread ID, a unique ID is used that points at that particular thread, comment, or microblog. But alas, this doesn't exist, and we're here.
Comment on
Is lemmy.ml working with kbin again?
No.
You can test by going to terminal or command line and doing:
curl -I --user-agent "kbinbot" https://lemmy.ml/
Comment on
What is your internet service plan?
Austin, Texas, U.S. I pay $100 a month for AT&T Fiber, which provides symmetrical gigabit. Real life is around 950-1000 MBPS both ways.
My plan would normally be $85, but I pay $15 extra for a block of static IPs.
Comment on
TIL that Lemmy.ml is actively blocking user-agent string kbin
The silence from Lemmy developers on this is damning. If this was an accident (i.e. lumping "kbinbot" in with a blanket block of other user agents), it would have been a two second fix. Even more damning is that common agents that are being used for bot attacks, as discussed in the Lemmy matrix, are not blocked. For example:
curl -i --user-agent "python-requests/1.2.3" https://lemmy.ml/
Works fine.
Comment on
KES 2.0.0: improved cross-platform compatibility, more stable, many new features
This is fantastic. Is there any way kbin.cafe could be included in the list of includes? It's a top-8 server and it'd be super nice if it "just worked".