Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shatteredgate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
shatteredgate
5y ago
>Do you have any idea of how much money is lost on scams via Western Union? Or how much money companies spend on fraudulent ad views? Insurance fraud? I'm fully aware, that's why I'm upset that the entire design of crypto
2.
▲
by
shatteredgate
5y ago
>And if the person is not honest, all it will take is for a few people to lose a small amount of money which is simply not worth fighting for, but it is enough to get those victims to warn others about the scam. I am sorry but I don'
3.
▲
by
shatteredgate
5y ago
Not really, with Linux it's the same as it would be in BSD if they wanted to avoid conflicts with GPL. You put that code in an optional module and have the user compile it. I am unsure as to why BSD people seem to think that using BSD
4.
▲
by
shatteredgate
5y ago
>You can add an escrow system or even use a reputation-based approach as a way to manage fraud, but the idea is that it is optional. If all you want is to buy some cheap and fast content online, you can't do that with credit card bu
5.
▲
by
shatteredgate
5y ago
I can't see how that is the point, I honestly don't understand what cryptocurrency provides there at all. I've seen nothing about it that suggests it has some kind of novel solution to fraud prevention; no chargebacks just me
6.
▲
by
shatteredgate
5y ago
>Should we be telling all the sex workers and adult entertainers that we should be better at "building trust" Given that the reason there was controversy around OnlyFans was because of scandals about child sex trafficking, I&#x
7.
▲
by
shatteredgate
5y ago
That has not been my experience. The issues are with licenses other than BSD but that's the same in Linux; Linux can also use BSD code, a lot of Linux code is actually dual licensed as BSD already.
8.
▲
by
shatteredgate
5y ago
Docker wasn't dead 5 or 6 years ago when I heard about this. In my experience some things are easier to implement in Linux and some are easier to implement in BSD. I don't particularly care for BSD's internal politics either,
9.
▲
by
shatteredgate
5y ago
Sorry, then I must be remembering some other issue. The effort to port docker to BSD seems to have disappeared. >And yes, having to use root is a major issue. Looks fixable though. AFAIK it took a long time to get this to work on Linux,
10.
▲
by
shatteredgate
5y ago
FWIW I think the goal has been to put security in some other layer that's more appropriate. You can add those type of APIs to Wayland but you'd have to also implement a security mechanism, which is non-trivial. D-Bus can be the mo
11.
▲
by
shatteredgate
5y ago
Side note: I suppose you could chroot to /.
12.
▲
by
shatteredgate
5y ago
>conflates the X protocol and Xlib which nobody was using to write new software even back then. They are mostly synonymous, there is a large amount of software using Xlib that will likely not ever be rewritten to use XCB. And Xlib is sti
13.
▲
by
shatteredgate
5y ago
Any mechanism that allows you to listen to hotkeys at will is about as insecure as running a program as root that snoops keys; either way you're vulnerable to keyloggers. The X implementation is quite insecure as well as having a numbe
14.
▲
by
shatteredgate
5y ago
This comment isn't really correct all, it's not possible to do that with the architecture of X. The best you can get is XSecurity and its related extensions, anything more than that is going to break the protocol. There is quite a
15.
▲
by
shatteredgate
5y ago
Open source doesn't really work like that, there is no top-down decision maker setting priorities for what should be done in any given distribution. Usually what happens is you wait until it becomes enough of a problem that some distri
16.
▲
by
shatteredgate
5y ago
I don't see why. BSD and GPL are equally compatible, it doesn't matter which way you go. I can see why they wouldn't want a GPL component to be mandatory but it can be made an optional component for Linux compatibility which
17.
▲
by
shatteredgate
5y ago
A lot of the various security options in systemd: https://www.freedesktop.org/software/systemd/man/systemd.exe... The sandboxing and mount-related ones are implemented with namespaces, and the idea with them
18.
▲
by
shatteredgate
5y ago
Not anymore, unprivileged user namespaces make it so you don't have to do that. That's how podman's "rootless containers" are able to work.
19.
▲
by
shatteredgate
5y ago
In my experience, both Linux developers and BSD developers don't seem to care too much about porting things to the other's operating system. If you want to do things the Linux way you can use Linux, and if you want to do things th
20.
▲
by
shatteredgate
5y ago
I haven't tested runj but just from looking at it, it seems it is not fully compatible with everything that runc does because the OCI itself specifies a lot of Linux-specific functionality.
21.
▲
by
shatteredgate
5y ago
>Yes, the Linux API seems more flexible, but when you think about it, it really isn't, because all the models that actually make any sense can be implemented using simpler interface, which is what jails provide. Not really, the exam
22.
▲
by
shatteredgate
5y ago
I'm using them for several things but the most straightforward one is probably that namespacing can be gradually added to services, you most likely see benefits from this already if you use systemd. That's one way that namespaces
23.
▲
by
shatteredgate
5y ago
You can just compare the APIs, namespaces are like the individual components of a jail. You can use them to build something like a jail, or something different that has a different security model. This was discussed a lot in an old HN threa
24.
▲
by
shatteredgate
5y ago
>The attitude exhibited by GTK and GNOME developers on their issue trackers and the unstable nature of KDE apps on Wayland has made me cynical about GUI on Linux. I think you're misinterpreting the attitude, or rather that attitude
25.
▲
by
shatteredgate
5y ago
And all the other ones: https://man7.org/linux/man-pages/man7/namespaces.7.html BSD jails are similar but not quite the same thing.
26.
▲
by
shatteredgate
5y ago
I don't think you can explain that as NIH. From what I have seen, Linux namespaces are a much more powerful primitive than BSD jails.
27.
▲
by
shatteredgate
5y ago
I should have explained it better. Good practice would be to add a regression test when making a bugfix patch, it's not as good as formal verification but it's better than nothing.
28.
▲
by
shatteredgate
5y ago
Yes, you should also remember that when using third-party KDE themes like qt5ct, or hidden KDE settings, or anything else really that wasn't intended by the developer. In my experience with all of those settings, they do work sometimes
29.
▲
by
shatteredgate
5y ago
There are multiple ways to get that though. One of them would be if a lot of hard forks existed, then you'd have a lot of options to choose from. Or those developers can contribute upstream and work on adding tons of options to the ups
30.
▲
by
shatteredgate
5y ago
AFAIK there has never been an officially supported way to set those in the GNOME GUI and that's true of everything else in the tweak tool including the themes, that's why they're technically in "use at your own risk beca
More ›