Lemmy - RazBot

9 readers
0 users here now

This instance is hosted in HEL, Finland.

Rules:

Offered Lemmy Frontends:

Status Information:

The status page is status.razbot.xyz.
All lemmy related services run on the "Raz Dedicated Server" and the "Lemmy Instance" is lemmy.razbot.xyz, which runs on the dedi, but the uptime monitor checks that the actual page is loading correctly.

Donations

If you want to donate, I have a paypal link here.

founded 1 year ago
ADMINS
51
 
 
52
53
 
 

Now that Mull is no longer being supported, what are some recommendations to tweak fennec so that it matches Mull in terms of privacy and security?

54
55
56
 
 

The country has a dire shortage of nurses, so to fill the manpower gap, it’s using AI for preventive care.

  • By 2030, one in four people in Singapore will be over the age of 65.
  • Authorities see potential in AI tools to assist in preventive illness care.
  • An AI tool under development will use voice biomarkers to detect early signs of depression in seniors.
57
 
 

And what's your routine like?

I'm the kind of worker who prioritizes life over work. So that means I care about having light schedules if I know when it's suitable and if my expenses can still be met which currently, I'm in the hole on that. If I can get away with using as much PPTO/PTO/Sick days as possible, I'll do it. If I can afford to take points while balancing my expenses, I'll do that too and have done that.

I typically work nights and I like working nights in nearly all of the jobs I've been in when available. I can't stand morning and day shifts because it takes me a little longer to get warmed up during the morning and day. I actually used to have burned through mornings by sleeping through them.

But on my off days I do try to make up for some sleep at nights.

58
103
submitted 16 hours ago* (last edited 16 hours ago) by [email protected] to c/[email protected]
 
 

59
 
 

I am currently planning to set up nextcloud as it is described in https://help.nextcloud.com/t/nextcloud-docker-compose-setup-with-caddy-2024/204846 and make it available via tailscale.

I found a tailscale reverse proxy example for the AIO Version: https://github.com/nextcloud/all-in-one/discussions/5439 which also uses caddy as reverse proxy.

It might be possible to adjust it to the nextcloud:fpm stack.

But it might also be possible to use the built in reverse proxy of the tailscale sidecar by using a TS_SERVE_CONFIG . In this json file the multiple paths (/push/* and the / root) can be configured and can redirect to the right internal dns name and port (notify_push:7867 and web:80) https://tailscale.com/blog/docker-tailscale-guide

Has anyone done that? Can someone share a complete example?

60
 
 

Ibis is a federated encyclopedia which uses the ActivityPub protocol, just like Mastodon or Lemmy. Users can read and edit articles seamlessly across different instances. Federation ensures that articles get mirrored across many servers, and can be read even if the original instance goes down. The software is written in Rust and uses the cutting-edge Leptos framework based on Webassembly. Ibis is fully open source under the AGPL license, to make future enshittification impossible.

Checkout [email protected] for more updates and discussions.

61
 
 
62
 
 

I’m doing a lot of coding and what I would ideally like to have is a long context model (128k tokens) that I can use to throw in my whole codebase.

I’ve been experimenting e.g. with Claude and what usually works well is to attach e.g. the whole architecture of a CRUD app along with the most recent docs of the framework I’m using and it’s okay for menial tasks. But I am very uncomfortable sending any kind of data to these providers.

Unfortunately I don’t have a lot of space so I can’t build a proper desktop. My options are either renting out a VPS or going for something small like a MacStudio. I know speeds aren’t great, but I was wondering if using e.g. RAG for documentation could help me get decent speeds.

I’ve read that especially on larger contexts Macs become very slow. I’m not very convinced but I could get a new one probably at 50% off as a business expense, so the Apple tax isn’t as much an issue as the concern about speed.

Any ideas? Are there other mini pcs available that could have better architecture? Tried researching but couldn’t find a lot

63
64
65
66
67
68
69
 
 

Since Meta announced they would stop moderating posts much of the mainstream discussion surrounding social media has been centered on whether a platform has a responsibility or not for the content being posted on their service. Which I think is a fair discussion though I favor the side of less moderation in almost every instance.

But as I think about it the problem is not moderation at all: we had very little moderation in the early days of the internet and social media and yet people didn’t believe the nonsense they saw online, unlike nowadays were even official news platforms have reported on outright bullshit being made up on social media. To me the problem is the godamn algorithm that pushes people into bubbles that reinforce their correct or incorrect views; and I think anyone with two brain cells and an iota of understanding of how engagement algorithms works can see this. So why is the discussion about moderation and not about banning algorithms?

70
 
 

A trade group for the adult entertainment industry will appear at the Supreme Court on Wednesday in its challenge to a Texas law that requires pornography sites to verify the age of their users before providing access – for example, by requiring a government-issued identification. The law applies to any website whose content is one-third or more “harmful to minors” – a definition that the challengers say would include most sexually suggestive content, from nude modeling to romance novels and R-rated movies.

71
 
 
72
 
 

I have an old Samsung Galaxy A3 (SMA300FU) that I upgraded to android 10 with an unofficial lineageOS ROM for android 10. Anyway, the entire experience has been fine, but it didn't resolve one of the main issues I had with the stock OS, this SD card issue. the SELinux policy is set to permissive & the SD card slot is fine, the SD card is a 32GB SONY card that has nothing wrong with it. The card mounts fine, but the system always mounts it as read-only & if you eject then mount it again, it will be marked as corrupted. if you format, the SD card will disappear from view of all apps, I can only see it in /storage/ with read/write perms. Any app on my phone refuses to acknowledge the card & if it sees it it wont read it. help please.

Here are some ADB shell outputs that might help diagnose the issue

a3ultexx:/ $ su a3ultexx:/ # ls -l /storage/ total 40 drwxrwx--x 5 root sdcard_rw 32768 2025-01-13 10:41 608F-5CE8 drwx--x--x 4 root sdcard_rw 4096 2025-01-13 10:39 emulated drwxr-xr-x 2 root root 60 1979-10-23 16:20 self a3ultexx:/ # mount | grep /storage/608F-5CE8 /mnt/media_rw/608F-5CE8 on /storage/608F-5CE8 type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,mask=6) a3ultexx:/ # a3ultexx:/ # ls -Z /mnt/media_rw/608F-5CE8 <> u:object_r:vfat:s0 System\ Volume\ Information a3ultexx:/ # chcon -R u:object_r:sdcard_external:s0 /mnt/media_rw/608F-5CE8 <> chcon: '/mnt/media_rw/608F-5CE8' to u:object_r:sdcard_external:s0: Read-only file system chcon: '/mnt/media_rw/608F-5CE8/System Volume Information' to u:object_r:sdcard_external:s0: Read-only file system chcon: '/mnt/media_rw/608F-5CE8/System Volume Information/IndexerVolumeGuid' to u:object_r:sdcard_external:s0: Read-only file system chcon: '/mnt/media_rw/608F-5CE8/System Volume Information/WPSettings.dat' to u:object_r:sdcard_external:s0: Read-only file system 1|a3ultexx:/ # ls -Z /mnt/media_rw/608F-5CE8 u:object_r:vfat:s0 System\ Volume\ Information a3ultexx:/ # mount | grep 608F-5CE8 <<THIS COMMAND SHOWS SOME AEAS WITH R/W BUT THE MAIN BLOCK IS RO>> /dev/block/vold/public:179,65 on /mnt/media_rw/608F-5CE8 type vfat (ro,dirsync,nosuid,nodev,noexec,noatime,fs=vfat:32,eio=0x1,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=utf8,utf8,shortname=winnt,namecase=0,symlink=0,bps=512,errors=remount-ro) /mnt/media_rw/608F-5CE8 on /mnt/runtime/default/608F-5CE8 type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,mask=6) /mnt/media_rw/608F-5CE8 on /storage/608F-5CE8 type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,mask=6) /mnt/media_rw/608F-5CE8 on /mnt/runtime/read/608F-5CE8 type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,mask=18) /mnt/media_rw/608F-5CE8 on /mnt/runtime/write/608F-5CE8 type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,mask=18) /mnt/media_rw/608F-5CE8 on /mnt/runtime/full/608F-5CE8 type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,mask=7)

73
 
 

His grand vision remains to leave Mastodon users in control of the social network, making their own decisions about what content is allowed or what appears in their timelines.

I don't use Mastadon cause I don't care for micro-blogging, but nevertheless, I like this.

74
75
 
 
view more: ‹ prev next ›