- 0 Posts
- 47 Comments
If half your employees aren’t acting the way they do in private, they’re putting on a mask and not being their true selves
But you’re making this point in defense of someone aligning themselves with a group who targets trans, women, and whoever else they can bully not like them for being their true selves… Do you not see the hypocrisy of such a point given the context of the quote?
sloppy_diffuser@sh.itjust.worksto Ask Lemmy@lemmy.world•What does your OS do that I should steal?English2·6 months agoPretty snappy. All the gnome APIs are written in C. It doesn’t run on node, it runs on gnome-javascript (gjs) which exposes all the C APIs through JavaScript. If you use the Astal wrappers its pretty painless but using the gnome APIs directly in gjs is a little weird since you have to consider things like memory management.
sloppy_diffuser@sh.itjust.worksto Ask Lemmy@lemmy.world•What does your OS do that I should steal?English21·6 months agoI have it activate a layer when held where all the other keys are remapped.
I also use a 45% keyboard (https://wilba.tech/jd45) and its done in the keyboard’s firmware (https://qmk.fm/), so I need the extra keys.
I have an older model of the JD45 with a full bottom row.
sloppy_diffuser@sh.itjust.worksto Ask Lemmy@lemmy.world•What does your OS do that I should steal?English7·6 months agoIt is gnome, but https://aylur.github.io/astal/showcases/ is pretty awesome if you’ve done any React development. Pretty much coded up my own desktop environment with typescript and tsx for layout stuff. Lot’s of fun widgets.
Note that I use nixos so pretty much everything is hand picked instead of a prebuilt ready to go environment. Hyprland for the basic desktop, Astal for my desktop shell with widgets, toolbars, etc.
sloppy_diffuser@sh.itjust.worksto Mildly Interesting@lemmy.world•I don't know what I expected a Kiwi to sound like, but that wasn't it.English11·9 months agoSounds like one of my 10 alarms, all with different tones, to make sure I wake up. This one is Krypton on Android.
sloppy_diffuser@sh.itjust.worksto Asklemmy@lemmy.ml•Is Google Maps getting worse?English4·9 months agoI’ve been getting weird walking instructions. Like 6 min walk is +30 to avoid some invisible barrier.
I have a few of those. During the reddit exodus when the API changes went live, I had to register on a few servers to finally get a working and stable account. Issues with email or setting up captchas to prevent bots resulted in a few of my accounts not going live until a week+ later on some instances.
https://feddit.org/post/3143093
- Multi-community simulator
- Defederation avoidance, usually paired with accounts on special interest servers you don’t want to risk losing access to.
- Porn and non-porn.
- Privacy by dividing online activities between multiple accounts to make it difficult to profile you and to maintain some pseudonymity.
sloppy_diffuser@sh.itjust.worksto Asklemmy@lemmy.ml•Gifts for my best friend who broke both of his arms?English95·11 months ago
sloppy_diffuser@sh.itjust.worksto Programmer Humor@programming.dev•Roses are red, violets are blue, everyone is using IPv6, why aren't you?English1·1 year agoOh nice! I’ll have to dig into that. Wonder if its an implementation issue across vendors. I was always under the impression that DHCPv6 was the common convention if not static.
sloppy_diffuser@sh.itjust.worksto Programmer Humor@programming.dev•Roses are red, violets are blue, everyone is using IPv6, why aren't you?English10·1 year agoOk. So a device didn’t get a dhcp address? No problem… It creates it’s open IP address and starts talking and try to get out on internet on its own…
Its not that different from a conceptual point of view. Your router is still the gate keeper.
Home router to ISP will usually use DHCPv6 to get a prefix. Sizes vary by ISP but its usually like a /64. This is done with Prefix Delegation.
Client to Home Router will use either SLACC, DHCPv6, or both.
SLACC uses ICMPv6 where the client asks for the prefix (Router Solicitation) and the router advertises the prefix (Router Advertisement) and the client picks an address in it. There is some duplication protection for clients picking the same IP, but its nothing you have to configure. Conceptually its not that different from DHCP Request/Offer. The clients cannot just get to the internet on their own.
SLACC doesn’t support sending stuff like DNS servers. So DHCPv6 may still be used to get that information, but not an assigned IP.
Just DHCPv6 can also be used, but SLACC has the feature of being stateless. No leases or anything.
The only other nuance worth calling out is interfaces will pick a link local address so it can talk to the devices its directly connected to over layer 3 instead of just layer 2. This is no different than configuring 169.254.1.10/31 on one side and 169.254.1.11/31 on the other. These are not routed, its just for two connected devices to send packets to each other. This with Neighbor Discovery fills the role of ARP.
There is a whole bunch more to IPv6, but for a typical home network these analogies pretty much cover what you’d use.
sloppy_diffuser@sh.itjust.worksto Framework Laptop Community@lemmy.ml•[SOLVED] Framework laptop 16 won't boot at all after failed Linux Mint installEnglish2·1 year agoAre you booted off the USB? That won’t work, they usually have a ram drive overlay. You’ll have to boot from another OS and mount the USB to edit the files.
If it still comes up read-only trying searching some solutions for mounting in read/write. You might have to recreate the ISO USB and edit the files before first booting off it. Maybe there is a resize script to use the full disk on first boot that does some funky stuff or something.
https://unix.stackexchange.com/questions/13225/how-do-i-remove-a-read-only-file-system-from-a-usb-drive https://askubuntu.com/questions/910585/remove-read-only-partition-from-usb
sloppy_diffuser@sh.itjust.worksto Framework Laptop Community@lemmy.ml•[SOLVED] Framework laptop 16 won't boot at all after failed Linux Mint installEnglish3·1 year agoCheck my other reply. Looks like your options are to rename a file or two, or change some BIOS/EFI settings to look for a different boot file (if available), or CMOS reset to clear nvram.
sloppy_diffuser@sh.itjust.worksto Framework Laptop Community@lemmy.ml•[SOLVED] Framework laptop 16 won't boot at all after failed Linux Mint installEnglish91·1 year agoHere is a thread with your exact issue: https://forums.linuxmint.com/viewtopic.php?t=412942
sloppy_diffuser@sh.itjust.worksto Framework Laptop Community@lemmy.ml•[SOLVED] Framework laptop 16 won't boot at all after failed Linux Mint installEnglish7·1 year agoI can kind of make out “Not Found” as the last words on every line with efi on the first line.
I don’t have a framework so don’t know the ins and out but my guess here is you need to hit whatever key is needed to bring up the boot drive selection menu to pick the installer USB.
You could also check that USB is towards the top in the BIOS settings if you want to change the default boot priority.
I don’t know if CMOS battery resetting is still a thing; I haven’t done it in a decade. That is another thought if some bad state (e.g., secure boot) is still getting held by the mobo chipset. I’d confirm with some documentation or Framework support first though. I’ve never done it on a secure boot system.
sloppy_diffuser@sh.itjust.worksto Asklemmy@lemmy.ml•How Would You Handle Students Cheating?English101·1 year agoIf the curriculum format teaches students to be test takers, I’d give them extra points for working smarter.
If my job gave me work while on my vacation, I’d be talking to the labor board if they didn’t pay me at my consultation rates.
sloppy_diffuser@sh.itjust.worksto Asklemmy@lemmy.ml•Are you using passphrases? Is it worth it?English4·1 year agoDisk encryption, computer login, and password manager are pass phrase + random characters stored on a pin protected OnlyKey and/or Mooltipass.
Regular passwords are just random characters up to
min(max_len, 128)
.
Toooo real. Its like companies have taken the worst of everything and just call it agile. List out every task and estimate them so we have timelines, but don’t actually architect anything as that’s waterfall. Fake waterfall, with fake dates, but fingers will be pointed like they were real commitments, and spend a month doing it for this executive power point instead of fucking off so devs can build the damn thing.