FuckBigTech347

joined 2 years ago
[–] FuckBigTech347@lemmygrad.ml 17 points 1 week ago

If they release them with a fully open driver that supports standard APIs (OpenGL, OpenCL, Vulkan) and release low-level documentation then NVidia's proprietary trash will become redundant. Even better if they design them to be simple on a low-level so any programmer can just write their own driver/API/compiler. That would upset current software monopolies and the world would become a better place.

[–] FuckBigTech347@lemmygrad.ml 6 points 1 week ago (1 children)

COW filesystems like BTRFS/ZFS with btrbk/sanoid are great for this. Only the initial copy may take a while, but after that it only takes the delta between the source and the destination to synchronize. On my main Server I have the OS on a single drive with BTRFS and all the actual data lives on a 4 disk zpool in raidz2. I have cron jobs set up to do hourly snapshots on both and I keep about a week worth of history. The BTRFS one gets synced to an external drive every 24 hours, while the zpool gets synced to another external 4 disk zpool on a weekly basis.

[–] FuckBigTech347@lemmygrad.ml 14 points 1 week ago (3 children)

Next their VPS expires and the instance disappears completely. (I hope not). Reminder to any sysadmin to do regular off-site backups in case something like that happens.

[–] FuckBigTech347@lemmygrad.ml 2 points 1 week ago* (last edited 1 week ago)

Anyone who runs their own DNS can just add a record to their config (for example in unbound):

local-data-ptr: "37.187.73.130 hexbear.net"
local-data: "hexbear.net A 37.187.73.130"
[–] FuckBigTech347@lemmygrad.ml 20 points 1 week ago

RIP. It will be a miracle if they can get that domain back.

[–] FuckBigTech347@lemmygrad.ml 2 points 1 week ago

Interesting feature, I had no idea. I just verified this with gcc and indeed the return register is always set to 0 before returning unless otherwise specified.

spoiler

int main(void)
{
    int foo = 10;
}

produces:

push   %rbp
mov    %rsp,%rbp
movl   $0xa,-0x4(%rbp) # Move 10 to stack variable
mov    $0x0,%eax       # Return 0
pop    %rbp
ret
int main(void)
{
    int foo = 10;
    return foo;
}

produces:

push   %rbp
mov    %rsp,%rbp
movl   $0xa,-0x4(%rbp) # Move 10 to stack variable
mov    -0x4(%rbp),%eax # Return foo
pop    %rbp
ret

[–] FuckBigTech347@lemmygrad.ml 4 points 2 weeks ago

If you look closely on the table near the bottom edge is a red cat.

[–] FuckBigTech347@lemmygrad.ml 4 points 3 weeks ago

I saw that earlier today! I already followed them.

[–] FuckBigTech347@lemmygrad.ml 11 points 3 weeks ago (2 children)

Only more reason to move to the fediverse.

[–] FuckBigTech347@lemmygrad.ml 5 points 4 weeks ago

Destroy every US satellite in orbit and make them rain down on Washington.

[–] FuckBigTech347@lemmygrad.ml 8 points 1 month ago* (last edited 1 month ago) (1 children)

Certainly feels like it. I keep seeing subreddits turn into massive hiveminds overnight. One day everything looks normal, next day something big happens and suddenly a majority of users will parrot basically the same talking points (even in threads where they are off-topic) and act extremely aggressive towards anyone who goes against the grain.

 

In 2021, senior officials from the Biden Administration, including the White House, repeatedly pressured our teams for months to censor certain COVID-19 content, including humor and satire, and expressed a lot of frustration with our teams when we didn't agree. Ultimately, it was our decision whether or not to take content down, and we own our decisions, including COVID-19-related changes we made to our enforcement in the wake of this pressure. I believe the government pressure was wrong, and I regret that we were not more outspoken about it. I also think we made some choices that, with the benefit of hindsight and new information, we wouldn't make today. Like I said to our teams at the time, I feel strongly that we should not compromise our content standards due to pressure from any Administration in either direction -- and we're ready to push back if something like this happens again.

Western media variants for the libs:

https://www.reuters.com/technology/zuckerberg-says-biden-administration-pressured-meta-censor-covid-19-content-2024-08-27/

https://www.washingtonpost.com/technology/2024/08/27/meta-zuckerberg-covid-misinformation-jordan-white-house/

 

cross-posted from: https://lemmygrad.ml/post/4107013

Wish it was higher quality. Still an Interesting documentary from CGTN.

 

Posting it here because the amount of views on this masterpiece is criminal.

 

Website: https://www.openkylin.top/index-en.html

Git repositories: https://gitee.com/openkylin

I haven't tried it myself yet but I might give it a spin since it has a unique Desktop environment.

view more: next ›