- 24 Posts
- 104 Comments
tapdattlto
politics •Capitol Police called to investigate swastika in GOP congressional office
24·18 days agoNo, it looks like someone modified one of those shitty little plastic flags you get on the 4th of July with some paper and a marker
tapdattlto
retrocomputing@lemmy.sdf.org•Is there some sort of "underground" net for old computing?
9·1 month agohttp://textfiles.com/ for a lot of old BBS stuff
tapdattlto
Privacy@lemmy.ml•ICE acquires Israeli spyware capable of hacking phones and encrypted apps
15·2 months agoWell I’m assuming if it can bypass the lock screen somehow it can pull encryption keys, or just let the user gain full access to the phone and open the signal app directly.
Man this thread was a rollercoaster. Seems like you ran into some incredibly fragile egos. For what it’s worth, I switched my 73 year old dad and his business to ZorinOS (An Ubuntu-based distro designed for former Windows users to easily switch to Linux) with LibreOffice, Thunderbird, and Firefox. Granted he’s a solo shop, but he was able to pick up ZorinOS fairly easily.
tapdattlto
Privacy@lemmy.ml•Any fitness trackers not sending my health data to the USA?
10·3 months agoThere’s also FitoTrack which is an open source, local android app for fitness tracking
tapdattlto
World News@lemmy.ml•Opioid pills discovered in US-backed food aid, Gaza authorities say
183·4 months agoSo like the 21st century version of smallpox blankets
That happens on my RSS reader, I haven’t looked into it too deeply but I’m assuming he’s using JavaScript to populate the entries and are thus not being populated on none dowser clients
tapdattlto
Privacy@lemmy.dbzer0.com•How a new type of AI is helping police skirt facial recognition bans | MIT Technology Review
2·5 months agoYou’ll be fine, it’s like when people get worried about wearing red or blue or other “gang colors”, context matters. The – in your case pants – that you’re wearing needs to be combined with a bunch of other markers to signal yourself as a Nazi
Oh fair good point
Well then you’d have to keep track of all messages recieved. An easier option might just be to sign the current system time, make sure the clocks are synchronized, and accept a +/- 1 second wiggle
I don’t know about local send specifically, but KDE Connect will do that. And if you have an FTP client on your phone, then yes you can easily spin up an FTP server on your local network and transfer files that way
Spotube is an android app that provides a frontend to Spotify and allows you to download songs you listen to to your device. Im guessing you could sync those files to your server and store them in a different system.
FreeIPA and Keycloak will give you directory management (LDAP and Kerberos), identity management, and single-sign on (OIDC and SAML) which if all your computers are running Linux as well, will give you centralized management of users.
You can then set other FOSS business management/productivity applications like NextCloud, Oodoo, Seafile, OnlyOffice, LibreOffice, CryptPad, etc. To use Keycloak as its authentication mechanism.
A lot of this will depend on what kind of work the business does.
You’ll also want to look into log management and SEIM for security monitoring, Wazuh, Graylog, and others. This is especially true if the business has any data compliancy responsibilities in the country this is in.
In that case, this seems pretty reasonable – disclaimer: I can’t personally attest to the effectiveness of this
Inform them of their rights: https://www.ilrc.org/red-cards-tarjetas-rojas#item-4476
I think the general consensus for homelabbers is a mesh network – Tailscale and Netbird are the two most popular options
tapdattlOPto
Golang@programming.dev•Are code reviews allowed? I wrote a pretty basic RBAC module while working on a separate learning project and was hoping to get the opinion of more experienced Gophers
1·8 months agoThat’s a bingo! Yeah I decided to dip my toes into Go by writing a simple library on a topic I was learning about













Look into Tailwind CSS and Alpine.js for some pretty uncomplicated foundational level systems to build off of