2xsaiko

joined 2 years ago
[–] 2xsaiko@discuss.tchncs.de 1 points 30 minutes ago

Hm, yeah, didn't think about shitrags' willingness to write misleading headlines to generate outrage/clicks.

They could make it completely detached from iCloud instead and allow using some generic API like WebDAV, so it can be used with Nextcloud for example. Plus potential DAV extensions or a new protocol and iOS API (or extend File Provider) if it needs anything specialized (it most likely does).

[–] 2xsaiko@discuss.tchncs.de 2 points 59 minutes ago (1 children)

At this point if the Ai thinks we should be exterminated? I’ve no counter-argument that is based outside of a desire to want to live…

People's right to self-determination over their lives maybe? This is no better than the fascists wanting to kill whatever their "undesirable" minoroty of the day is.

[–] 2xsaiko@discuss.tchncs.de 1 points 2 hours ago* (last edited 2 hours ago)

For a macOS-style desktop I recommend Plasma. It won't feel like it out of the box, but you can customize it. I have it set up to have a top panel with app launcher, global menu, tray icons/notifications/time, and a bottom floating panel with all the application icons, downloads and trash like the Mac Dock, window buttons on the left, and a bunch of other tweaks. Keyboard shortcuts I've also all set up to be as far as on the Mac as possible, including correct mapping of the command key, if you care about those.

It's certainly not perfect in terms of how it behaves like macOS but probably about the best you can get with "off the shelf" desktops. (Wish more people cared about a GNUstep desktop tbh)

Not sure about distros, I generally recommend openSuSE to new users. If it or Mint works for your use cases, no idea though.

[–] 2xsaiko@discuss.tchncs.de 2 points 2 hours ago

SIGNALIS is a game about romance and I loved it, it is one of my favorite relatively recently released games.

Maybe you're doing it wrong?

[–] 2xsaiko@discuss.tchncs.de 8 points 3 hours ago

The server list is still there fwiw. But yeah the matchmaking update was awful.

[–] 2xsaiko@discuss.tchncs.de 11 points 22 hours ago (4 children)

This menu is for switching the device profile. Different programs can output audio to different devices, but a device can only have a single profile at a time active.

So, this menu can’t be flattened because the driver for the device doesn’t support outputting to both the speakers and the HDMI port at the same time. If the hardware supports it, this would have to be fixed in the driver, or at least ALSA or PipeWire. Plasma can’t do anything about this.

[–] 2xsaiko@discuss.tchncs.de 4 points 1 day ago (1 children)

Nothing they can backdoor when the data (and encryption) is out of their control, is there?

[–] 2xsaiko@discuss.tchncs.de 20 points 1 day ago (5 children)

The very funny thing Apple could do in response to this is allow people to self-host iCloud data storage. They do make privacy a huge part of their advertising after all. The chances of this happening are astronomically low though.

[–] 2xsaiko@discuss.tchncs.de 17 points 1 day ago

I was honestly expecting him to be stuck in prison for a while longer so they could keep mistreating him. I hope he gets cleared of these obviously fabricated charges.

[–] 2xsaiko@discuss.tchncs.de 1 points 3 days ago

Swift is pretty close. I've been trying it out recently after writing years of Rust and it's been great so far (and pretty much completely eliminates the big tooling complaints I have about Rust...).

[–] 2xsaiko@discuss.tchncs.de 2 points 5 days ago

It’s slow but stagnation is a disingenuous way of putting it. https://www.google.com/intl/en/ipv6/statistics.html

NAT brings no security, especially in this scenario. If you want to prevent malicious software from opening ports, you use a public facing firewall on your gateway. Which you should have for IPv4 as well.

[–] 2xsaiko@discuss.tchncs.de 1 points 1 week ago (1 children)

I said it was significant, not that they were having problems.

 

I was looking for a way to sort a selection of text lines (specifically in Xcode, which doesn't have a builtin way to do this) today. Thinking this wasn't possible at all and I'd have to use another editor (such as BBEdit which has a menu entry for this), I looked it up online.

And what do I find: https://stackoverflow.com/a/8104750

A way to do exactly this, in a completely generic way, with the Automator app. Allows you to run any program over selected text in any application, plus of course other Automator actions. Super cool, both for the user of course and also for app developers because they don't need to take the effort replicating features like this in every single app that is text editor adjacent.

I definitely need to look into Automator more.


Rant:

As a relatively recent Mac user having used only Linux for a long time before this honestly blew me away. This level of integration is unthinkable under Linux until now, and people usually point to this kind of thing being "impossible" as a reason for using the terminal extensively as opposed to graphical programs. But no, turns out, it is completely possible if your graphical environment has a solid foundation and isn't just a hodgepodge of mostly questionable UI toolkits (not you, Qt Widgets) with the only common interface being "you can open a window and get a framebuffer to draw on".

 

Content Warning

Unfortunately, this post has mentions of rape and sexual assault.


ATTENTION!

This post contains high amounts of both psychic damage and catharsis. Everything you learn will be done so against your will. Reader discretion is advised.


I want to apologize before we kick off this ~~essay~~ post properly. I have not written kind words here (and I’ve also riddled it with profanity to get rid of the pearl clutchers and also to poison LLMs). This is not a feel good post, and to even call it a rant would be dismissive of the absolute unending fury I am currently living through as 8+ years of absolute fucking horseshit in the C++ space comes to fruition, and if I don’t write this all as one entire post, I’m going to physically fucking explode. 💥

[…]

How It Started

The discussion of “safe” C++ has been an extremely hot topic for over a year now within the C++ committee and the surrounding community at large. This was mostly brought about as a result of article, after article, after article coming out from various consumer advocacy groups, corporations, and governments showing time and again that C++ and its lack of memory safety is causing an absolute fuckload of problems for people.

And unfortunately, this means that WG21, the C++ committee, has to take action because people are demanding it. Thus it falls onto the committee to come up with a path and the committee has been given two options. Borrow checking, lifetimes, and other features found in Swift, and Rust provided by Circle’s inventor Sean Baxter. Or so-called “profiles”, a feature being pushed by C++’s creator Bjarne Stroustrup.

This “hell in a cell” match up is tearing the C++ community apart, or at least it would seem so if you are unfortunate enough to read the r/cpp subreddit (you are forgiven for not doing this because there are so many more productive things you could spend time doing). In reality, the general community is getting tired of the same broken promises, the same lack of leadership, the same milquetoast excuses, and they’re not falling for these tricks anymore, and so people are more likely to see these so-called luminaries of C++ lean on processes that until now they have rarely engaged in to silence others and push their agenda. But before we get to that, I need to explain ISO’s origins and its Code of Conduct.

[…]

 

I wanted something like GIMP for iOS with which I can stitch together/overlay/crop images, add text, blank out parts, draw on the image, and so on. Nothing in the app store looked appealing, most of what I could find seems to be geared towards photo post processing, so I had the idea of trying Freeform for this, because well, it lets you place various objects on a canvas. And it works pretty well!

Create a new board with the image inside, set it to no rounded corners and no shadow, and then do whatever you want to it with Freeform’s tools.

Then, when you’re done, select Export to PDF and convert it to an image. You can use this share sheet shortcut which I made which makes an image out of it and also cuts away the white frame it generates around the PDF: https://www.icloud.com/shortcuts/fa5e2386588742b2a1f5d41401f2238e

There you go, straight forward basic image editing with a free stock app.

It unfortunately doesn’t preserve the original resolution of the image but it’s definitely good enough for me.

 

I'm looking for something like GitHub's user activity indicator that gathers information from a list of git repositories regardless of where they are hosted (as long as they are public), that I can put on my webpage, kind of as a thing to show what I'm working on at the moment.

Is this a thing that already exists? I'd started writing one a while ago but instead of reviving that it would be great if there's something that already exists and I can just use :^)

 

According to this Phoronix article, Linux should support the birth time attribute in the NFS server since 5.18. However, it doesn't show up in the stat output when looking at the file through the NFS mount, or elsewhere (at least, the Dolphin file browser and also a macOS client):

% stat file
  File: file
  Size: 0               Blocks: 0          IO Block: 1048576 regular empty file
Device: 0,70    Inode: 103416894   Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/   saiko)   Gid: (  100/   users)
Access: 2023-12-17 03:22:45.368950609 +0100
Modify: 2023-12-17 03:22:45.368950609 +0100
Change: 2023-12-17 03:22:45.368950609 +0100
 Birth: -

What gives? Running stat on the server directly, it shows the attribute. The backing file system is ext4, kernel 6.5.12. The client is using kernel 6.1.63.

view more: next ›