qaz
@qaz@lemmy.world
- Submitted 1 day ago to technology@lemmy.world | 0 comments
- Comment on InlineStyle, open fediverse based cloud 2 days ago:
Nextcloud’s E2EE support isn’t great
- Comment on hexbear users are the rick and morty fanbase of lemmy instances 5 days ago:
I haven’t seen much extreme comments coming from infosec either.
- Comment on If you’re in the market for a $1,900 color E Ink monitor, one of them exists now - Ars Technica 1 week ago:
I checked and while it seems to certainly have an influence, it doesn’t seem to be the main thing making a difference.
- Comment on If you’re in the market for a $1,900 color E Ink monitor, one of them exists now - Ars Technica 1 week ago:
Isn’t eye strain mostly due to distance?
- Comment on Kener v3.2.14 released with the most requested change: Subscribe to monitors 2 weeks ago:
Kener is a sleek and lightweight status page system built with SvelteKit and NodeJS. It’s not here to replace heavyweights like Datadog or Atlassian but rather to offer a simple, modern, and hassle-free way to set up a great-looking status page with minimal effort.
Seems like it’s an uptime kuma alternative?
- Comment on Backblaze responds to claims of “sham accounting,” customer backups at risk - Ars Technica 2 weeks ago:
Time to set up other backups
- Comment on Looking for ... inventory management, I guess? 2 weeks ago:
I’ve been looking for something like this myself. I’ve tried:
- NocoDB
- Homebox
- Snipe-IT
In the end I went with Grist.
- Comment on World's fastest Flash memory developed: writes in just 400 picoseconds 3 weeks ago:
At least 1
- Comment on [deleted] 3 weeks ago:
Uhh, with DST?
- Comment on [deleted] 3 weeks ago:
Just always use the good format
- Comment on Jack Dorsey and Elon Musk would like to ‘delete all IP law’ | TechCrunch 4 weeks ago:
A real nuisance for all those AI datasets, huh?
- Comment on Eight years on, Mastodon stubbornly survives 4 weeks ago:
Imagine if someone teaches them about volunteer work
- Comment on Lemmy vote aggregation idea 5 weeks ago:
I don’t think this is a good idea. I would prefer the votes of new accounts having a lower impact.
- Comment on Linkwarden (v2.10.0) - open-source collaborative bookmark manager to collect, organize, and preserve webpages, articles, and documents (tons of new features!) 🚀 5 weeks ago:
Hi, don’t want to bother you, but maybe you forget about my PR to show whether a link is added yet
- Comment on 2 Instances are being used for coordinated vote manipulation, and should be defederated. chinese.lol lemmy.doesnotexist.club 5 weeks ago:
I checked the images and so far every image I’ve encountered linked to the users’s lemmy instance’s pictrs instance.
- Comment on You'll know Lemmy has really caught on when searching for "Lemmy" returns more results for the forum than for the Motorhead guy. 5 weeks ago:
Plenty of people comment on Lemmy, but I think the main issue is that everything is split over multiple domains which seems to be ranked lower by search engines. I’ve recently been seeing Lemmy.world in Google search results, and even some from the “smaller” instances such as sh.itjust.works and db0.
- Comment on Google To Subscribe To Your Emails To Find Content For Your Search Listings. 5 weeks ago:
I just remembered I still have an old gmail address, I should probably change those things over to my new addresses.
- Comment on YouTube removes 'gender identity' from hate speech policy 5 weeks ago:
I don’t know, but here’s a list of instances joinpeertube.org/instances
- Comment on YouTube removes 'gender identity' from hate speech policy 5 weeks ago:
Still not that great, I rely on the companion to redirect me to channels through YouTube.
- Comment on YouTube removes 'gender identity' from hate speech policy 5 weeks ago:
Everyone should check out PeerTube sometime, the UX has improved a lot and there’s a decent amount of content too. I recommend installing the PeerTube Companion app. It shows a popup on YouTube if you’ve clicked on a video that is also available on PeerTube.
- Comment on DockGE released 1.5.0 1 month ago:
Breaking change: Due to the security reason, the “Console” feature is now disabled by default. If you need this feature and understand the risk, you can enable it via the environment variable DOCKGE_ENABLE_CONSOLE=true.
Good that they made a decision, the old security features restricting which commands you could run was awful and could be bypassed by accident.
- Comment on Selfhosting Sunday - What's up? 1 month ago:
I fixed DNS
(My DNS queries were blocked by my ISP’s modem, I flashed OpenWRT on an old WiFi Repeater, and set up a DoH proxy)
- Comment on Privacy disaster as LGBTQ+ and BDSM dating apps leak private photos. 1 month ago:
A machine learning model that can generate text. It works by converting pieces of text to “tokens” which are mapped to numbers in a way that reflects their association with other pieces of text. The model is fed input tokens and predicts tokens based on that, which are then converted to text.
- Comment on Privacy disaster as LGBTQ+ and BDSM dating apps leak private photos. 1 month ago:
…neural networks, a relatively recent innovation in the field of computer intelligence.
Neural networks have been around for quite some time. The simplest forms of it have actually existed since around 1795.
- Comment on Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft. 1 month ago:
I’m looking forward to the time Forgejo starts supporting Forgefed
- Comment on Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft. 1 month ago:
CodeBerg is a Forgejo instance
- Comment on [deleted] 1 month ago:
Thanks for the advice. I also use a cheap domain with a wildcard, but use nginx instead. I just tried using Adguard and although it’s fascinating to see the insights of all the DNS requests, it didn’t really help fix the issue. However, since using DoH with Cloudflare in combination with setting it to the specific IP instead of my local device name and have 100% uptime now (since the last 10 minutes that is).
- Comment on [deleted] 1 month ago:
Uptime Kuma seems to use
nscd
for caching internally and the default system DNS resolver. I’ve added a custom DNS resolvers to Uptime Kuma, and apparently it can get the records from Cloudflare (1.1.1.1) but it can’t get it from the OpenWRT router (192.168.1.1). 🤔 - Comment on [deleted] 1 month ago:
Since the records have TTL of 5 minutes wouldn’t
dnsmasq
have to reach to upstream DNS servers every 5 minutes?