Thread #43095705
File: pts.png (1.2 MB)
1.2 MB PNG
Previous Thread:
https://desuarchive.org/mlp/thread/42990882
Discuss:
>Work on any pony and/or tech related projects (You) are working on or learnt about recently.
>Post (You)r pony themed technology (desktops/rices, papes, new devices, software ponies)
>What software and technology do (You) use? (Email, Git, OSes, Messaging, Monero, etc...)
View
508 RepliesView Thread
>>
File: 1766159591544816.png (247.1 KB)
247.1 KB PNG
>>43095705
from what I read online Haiku is getting it's last beta release pretty soon, with next major release finally being R1
one of the features of Haiku that interest is its filesystem-level tagging system that allows you to pretty much make a booru out of your image folder. Would it be a good OS for my X220 laptop?
>>
>>
Not to be a downer less than five posts in the thread but cuck washing of code bases is starting
https://github.com/chardet/chardet
https://github.com/chardet/chardet/issues/327
I wonder when first big copyright lawsuit over something like this happens.
>>
>>
>>43096205
The GPL is the only open source license that has been legally found to be enforceable. But only the FSF has the finances to pursue legal means and they're been corrupted from the inside out, so...
Funny how they try to stifle any discussion on this though, especially this one which rightfully asserts that their aislop rewrite cannot be copyrighted since they did not even write it: https://github.com/chardet/chardet/issues/325
>>
>>
>>43096230
I wish, some people hope that the weakened US position might open door for some copyright reforms but I don't have high hopes.
In my country we have literal copyright mafia that requires you to pay when playing your own songs in public gatherings so they could protect you.
>>43096246
>corrupted from the inside out, so
I wasn't paying much attention but I hope it's not that bad yet, the last suspicious thing I registered was when they didn't say anything about IBM and RedHat terminating contracts upon sharing GPL code
>>43096254
That's very interesting, never heard about them
>>
>>43096276
>I wish, some people hope that the weakened US position might open door for some copyright reforms but I don't have high hopes.
IMO Trump's pushing hard on AI might change the laws to more sane time limits and/or "fair use" requirements
>>
>>
>>
File: xfceMare.png (441.9 KB)
441.9 KB PNG
>>
>>
>>43098070
They don't have the manpower for that. Didn't Xfce see no development for over a year at one point?
Their best bet (along with the maintainers of other distros based on GTK3) is to just fork GTK3 and maintain it with each other and give GNOME the middle finger it deserves.
>>
>>
>>43098107
>everyone
everyone's
>>43098104
>Their best bet (along with the maintainers of other distros based on GTK3) is to just fork GTK3 and maintain it with each other and give GNOME the middle finger it deserves.
I hope Mint guys manage to pull something off for their Cinnamon
>>
>>43098113
It's interesting times ahead at least. Either a lot of DEs will go under or change drastically or they become truly independent from GNOME. That should be better for the Linux ecosystem in the end. Actually, the worst thing would be if GNOME said something like "Because so many projects are still dependent on GTK3, we won't cancel its support".
>>
File: 1751338307837756.webm (251.2 KB)
251.2 KB WEBM
>>43098119
come on now, pic rel is too reddit to help the community
>>
File: you gotta SHARE your gotta CARE.gif (208.4 KB)
208.4 KB GIF
>>43095705
oh hey my favorite thread is back!
So far I've been working more on my podman and niche networking autism and this has culminated in me giving yggdrasil a look.
But I wasn't too happy it basically goatsees everything you got running locally to its network without proper firewall rules.
So I made it into a container, you can find the sauce here: https://files.catbox.moe/8gzbm8.zip
Basically this allows you to expose anything you want onto yggdrasil, just generate a config file, add some public peers, pass it to the container and you're good to say what you wanna expose onto yggdrasil and as a nice bonus you can even make the port it runs on locally a different one in yggdrasil so you could totally have something running on port 69420 be accessible on port 80 in your yggdrasil IP.
The compose file I linked has jellyfin as an example but you can use whatever it is that you want or just pass an IP and a port.
In short this thing allows you to share stuff via yggdrasil. Why does it matter? It means you're free to access whatever you want, without an account remotely and glowies cannot do anything about it. Even if you're behind CGNAT.
If you want to make let's say a private minecraft server for you and your friends just get them to install yggdrasil on their machine have them add peers then they can just punch in your yggdrasil's v6 address and you're on! If you wanna be sure only your friends can connect nothing simple just set ufw to deny all incoming traffic except for the one coming from your friend's yggdrasil IPs. None of these IPs will ever change as they are tied to your identity on the yggdrasil network.
Even shorter: anon is tired of ngrok so he uses basement dweller shit to get his way.
>>
>>
File: 1748215469729761.jpg (100 KB)
100 KB JPG
>>43098138
Who knows? Big nordic tree, roots, network? You tell me.
I'd have called it spaghetti, that's more fitting for a networking project.
>>
>>43098135
Sounds interesting. Anything to escape big corpo internet. But the project says it doesn't guarantee anonymity, so what exactly is the point of it compared to say an .onion or .i2p page?
By the way, does anybody have any experience setting up IPFS nodes? How does that work exactly, how do you guarantee what you pin stays available to everyone without serving the file yourself indefinitely?
>>
File: 1769169139155765.png (303.3 KB)
303.3 KB PNG
>>43098174
>The project says it doesn't guarantee anonymity
That is correct. It's not an anonymous network at all from what I have read.
By that I mean peers know you are and where your traffic goes, just like the internet.
However, note that peers cannot know what it is you're sending over the wire as everything is end to end encrypted.
Think of it as an internet alternative your ISP can't block and that has pretty much the same use case as tailscale / zerotier without accounts.
For anonymous use one cool thing you can do is use it as a gateway for i2p so you can use it to access i2p over Yggdrasil which makes blocking your i2p access from your ISP impossible and does guarantee anonymity as the only thing you'd see coming through Yggdrasil is doubly encrypted noise via i2p's NTP / SSU wrapped inside yggdrasil's e2ee.
>IPFS
I haven't tried that but that'd be worth a look. It doesn't seem too complicated.
>>
>>43098135
Btw I'm a dumbass and forgot to specify your config file need to have this line in it:
AdminListen: unix:///tmp/yggdrasil.sock
Else the containers will bitch about privileges as it tries to create the socket it listens on for connections in a place the container user can't reach.
>>
>>
>>43098204
You could? But I don't see the point over using an outptoxy to the clearnet instead?
I2p over Yggdrasil just means to use Yggdrasil as a gateway to i2p if i2p nodes are blocked or something.
It really boils down to what you want to access. If you want to anonymously access sites on Yggdrasil (there pretty much isn't any) then sure Yggdrasil over i2p is perfect.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>43100534
I don't think it was niri. Sadly the software was irrelevant for me so I don't remember much, but I remember there being Github issue where they explicitly discussed the mascot being a pony (somebody asked about it iirc)
>>
>>
>>
>>
File: 266295.png (230.7 KB)
230.7 KB PNG
>>43100576
I wish I knew. But at this point you know as much as I remember. I'll try to go thru my bookmarks once my head stops killing me, but I don't think I bookmarked it
>>43100624
It was mostly just question which was then confirmed. If it was seething I would have totally saved it to my /pts/ to-post list
>>
>>
>>
>>
>>
File: 7460152.png (663.3 KB)
663.3 KB PNG
>>
File: 1770554800853322.png (228.1 KB)
228.1 KB PNG
>>
File: worstBrowser.png (203 KB)
203 KB PNG
>>
>>
>>
>>
File: 994036.png (146.7 KB)
146.7 KB PNG
>>43103876
>IE was shit
>Edge 1.0 was shit
>Edge 2.0 is still shit
how does Microsoft do it?
>>43104149
kek based
>>43104190
kek cringe
reminds me of the legendary "pony resume" guy being responsible foriirccamera stabilization code in Android
>>
>>
>>43104834
I'm talking about level of shittyness that's always above average
IE was cancerous during first browser wars and fucking unusable in 21st century
Edge 1.0 never fucking functioned properly
current chrome-based is so awful Microsoft had to make dalle only usable with "Edge" in User-Agent
>>
>>43104857
>chrome-based
Edge, if that wasn't obvious
>>43104834
>Where are we supposed to go?
ladybird
>>
>>43104857
>IE was cancerous during first browser wars
No, IE was actually better than Netscape at one point and I also switched to it at the time for the simple reason that Netscape decided to be a "suite" filled with shit nobody needed (same with Altavista and Google which happened around the same time, this dumb idea that tacking on useless shit makes things better). The browser was the slowest PoS imaginable back then and that's why their project only became interesting again once they dumped all the excess baggage and developed Firefox. But they don't seem to have learned from this at all, because they keep bringing in shit nobody wants and aping Chrome when nobody who uses Firefox wants those features anyway, otherwise they wouldn't be using Firefox in the first place.
>>
>>43104859
>ladybird
It's important to ask nowadays: who finances them, and are they hellbent on implementing every feature (including clear anti-user features) that some "standards body" like the WHATWG that is really run by big corporations decides to develop?
>>
File: 1770997901491038.jpg (2.2 MB)
2.2 MB JPG
>>43104863
I was born in 200x so don't know how IE was actually used back in the 90s, but reading stuff about M$ just breaking every single standard to make content locked to IE feels insane
>But they don't seem to have learned from this at all, because they keep bringing in shit nobody wants and aping Chrome when nobody who uses Firefox wants those features anyway, otherwise they wouldn't be using Firefox in the first place.
depends on features desu
full page translations are pretty useful I guess
>>43104866
I hope they just make the most awful parts optional
>>
File: 1757890454512982.png (315.8 KB)
315.8 KB PNG
>Get my hands on a laptop from a coworker
>Decide to chuck Linux on it
>Won't let me boot into the usb because ???
>Go into bios and disable secure boot
>Now it lets me boot
>Problem B arises
>Can't wipe the drive and install Linux for some reason
>Try a partition manager
>No dice
>Turns out it's an intel ssd with some giga cucked configuration that doesn't like Linux
>Apparently there's a workaround but I can't be fucked to do it
>Have a better idea
>Rip open another pos laptop that I had lying around, swap out the ssd
>Let's me install Linux perfectly
I fucking hate technology lmao
>>
>>
File: swappy-20260310-131917.png (862 KB)
862 KB PNG
Attempting a sort of Rainbow Dash themed rice for my Garuda Sway install on my college laptop. It’s unfinished at the moment, but I’m down for any suggestions.
>>
>>
>>
>>
>>
>>43105698
I’m aware
>>43105700
I used it on my desktop for over half a year and got comfortable using it enough to put it on my laptop. That’s honestly it.
>>
>>
>>
>>
>>
>>
File: spin.gif (1.5 MB)
1.5 MB GIF
Let's put a bit lighthearted spin on this dire topic. What stuff would be agewalled in Equestria's web, and how would small ponies conspire to access it nonetheless?Don't say pr0n.
>>
>>
>>43107759
I don't think anything would need to be agewalled on the Canternet, because ponies don't seem like the kind of characters to put vile stuff online in the first place. I guess since they're a species that developed to use sex as a means of strengthening bonds just like apes and we humans have they might have porn. Whether there's a lot of it or not depends on whether you headcanon estrus season to be "super horny mode" or just as regular levels of sexual activity (like we have all the time) while ponies are innocent outside of estrus. Also, since mares are not 3DPDs, incel/simp culture wouldn't exist in Equestria so there's less of a demand for porn since every mare and stallion will find his happily ever after one day.
>>
>>43107759
you ask about contents of their version of the Internet but forget about technology
what would be their Protocols? Operating system(s)? Machines?
I feel like their 'puters might be Lisp machines for some reason
>>
>>
>>
>>
>>43108323
the law tries to regulate "OS providers", all of which are outside of Commiefornia (or, at the very least, free projects like gOS, Mint and others are outside of CA)
but yeah you should probably leave for a better state
>>
>>
>>
>>43109092
Anon, the state WILL fuck you over if you become an "issue" to them
age verification laws are already a failed legislature because of legal implications of the American 4th Amendment
>>43109119
>(I forget, do they block derpi/pony boorus too?),
ponerpics doesn't work here
>>
>>43109129
>Anon, the state WILL fuck you over if you become an "issue" to them
Sure, but the difference is that unlike the "free" West, the Russians don't bother with small fries like fucking My Little Pony fans of all people. They actually understand they have real crimes to solve rather than go after imaginary boogeymen that just serve to make the legislator look like a good boi.
>>
>>43109162
>the Russians don't bother with small fries like fucking My Little Pony fans of all people
are you sure about that?
>They actually understand they have real crimes to solve rather than go after imaginary boogeymen that just serve to make the legislator look like a good boi.
L M A O
M
A
O
>>
>configuring my new laptop and setting everything up
>shut down, boot up to enter bios to check settings
>windows decides to force a random update between shutting down/booting up
>bitlocker bricks both of my drives complaining secure boot was tampered with
>fuck.mp3
>end up just saying “screw it” and wipe both drives and transfer to Linux Mint
thanks for giving the final straw to leave you Windows 11, I sure won’t miss you again.
Only thing I’m concerned about is my adobe animate/after effects programs, running them on Wine should work fine right? (Albeit one of them is a crack that needs to unpack a bunch of files via .exe)
Other then that I just configure protontricks and wine and I’m able to run most windows software if I really can’t find a alternative?
>>
>>43109173
>running them on Wine should work fine right?
I don't use Adobe shitware but iirc you need specific versions of their software on specific versions on Wine
>Other then that I just configure protontricks and wine and I’m able to run most windows software if I really can’t find a alternative?
yep
>>
>>43109164
Okay, maybe I should've worded it differently: they do want to go after ponyfags, like every normalfag, but they realize they don't have the resources for it, like, AT ALL and decide to use their manpower to solve the more significant crimes instead. Is that better?
>>
>>
>>
>>43109180
>>43109185
I agree that modern adobe “software” is just bloated slop, stuff like flash CS6 gets straight to the point, I miss really minimal UI schemes instead of trying to make everything look “pretty” by rounding corners, doing stupid high fidelity icons, that sort of shit.
I’ve only got the 2015 versions of Animate and After Effects and 2015 Animate’s pretty much perfect for me.
>>
>>43109181
>Is that better?
not really
you see, a rather large number of crimes committed these days comes from
>pardoned criminals who fought in the war
they don't want to police them IN ANY WAY
>retarded zoomers who have no hope for the future
they are easier to deal with, as the state can make a new scapegoat every fucking week
"Columbine community", "Satanist community", AУE, "Maньяки Кyльт Убийц" (whatever the fuck this is) and probably more
Believe me: when some Russian faggot follows American example and goes postal over Applejack the state will outlaw "brony community, /mlp/"
>>
>>43109188
Yeah, Adobe hasn't really been adding anything useful to most of their tools since they went subscription-based. You can just use Photoshop CS6 and it will work just as well as their latest version would. Hell, I was using the copy of Photoshop 5.0 I got in high school way into the 2000s and it still served most of my needs. I'm just using Acrobat because if you're working with PDFs it's pretty much a necessity, especially to use the latest version.
>>
>>43108323
I don't think where you live is going to have any impact, except for proprietary OSes maybe. For linux, the question is whether the devs will integrate something to satisfy the law or not.
The biggest legal risk is to organisations that aren't faceless random individuals, such as Canonical, Red Hat. The latter of these is a US business, so if their products are available in cali and cali decides to sue, they could genuinely be liable. But worse than these distributors is the Linux Foundation, which afaik is the main funding body for kernel development and is also US-based.
For the kernel, there's hopes that it doesn't quality as an "OS" and is legally not responsible for this. For small, non-corporate distros, there's a chance that they might make some token effort to block california and other affected states, probably trivially bypassable but might give them legal deniability. But they might also not want to "block" users even in a bypassable way - I remember seeing something from either Canonical or Debian about exploring compliance with the law, to be able to continue distributing in cali. More might follow suit.
There's also the very real risk that right now it's just one or two states, but eventually it will spread globally. Much like how ID verification was at first just a couple US states only for porn websites, then the UK made it mandatory for all kinds of websites and social media, and now it's being expanded to even more states and even more countries and even wider reach. The OS age verification passed in Cali and IIRC is in motion in two or three more states now and could easily be picked up by more countries and states. At that point it becomes less and less feasible to "just pretend to block the affected area(s)" and expect legal immunity, not to mention devs will be more and more likely to have their home country affected.
The other question is what will the age check even look like? From my cursory awareness of the laws, my understanding is that a simple unverified "enter your age: " text box would satisfy it. There is of course the risk that this is all a slippery slope and follow-up laws will quickly tighten this to require ID verification.
But since linux is open source, you will always be able to disable this. The question is, how easily? Normal people usually can't compile a userland from scratch on installation. Would providing a helper script to do so in the installer be legal? Would providing patches that users can apply to an ISO before installation be legal? Maybe. It does depend on how far the government goes to close all loopholes, and I think it's pretty unlikely that it will really go so far as to make age verification mandatory on linux; controlling true decentralised open source code is extremely difficult.
>>
>>43109415
The real danger IMO is not for laws affecting linux, but laws requiring attestation at the service level. Compared to patching all the loopholes like "distributing educational tools that can patch an ISO to disable verification is illegal", it would be much easier to simply start making laws that basically say
>online services must require a legally approved cryptographic age attestation
And then "approving" your attestation costs $500k in adminstrative fees. Microsoft, Apple, Google and Facebook get their shit approved, using ID verification to ensure the age is accurate. One of them, maybe Google, releases an open source "attest yourself with our keys" library that calls into Google servers to verify your ID and then runs as a daemon providing remote attestation on demand, so linux distros can just include it and be legally compliant. And anyone who doesn't run the google daemon or send their ID to them, is barred by all websites and network services that want to be legally compliant with US and EU laws. So everyone who doesn't comply is reduced to playing single-player games, visiting websites hosted in Russia/China/Iran, and chatting over i2p or some shit.
IMO this is a lot more likely than them ever actually bothering to regulate Linux and open-source OSes directly. If they just go after enough website hosters and force them all to verify the attestation, it will effectively mandate proprietary attestation for all users regardless of your OS.
>>
>>43109415
>>43109432
this whole ID age verification is failing miserably because no one fucking knows how to implement it properly, including operating systems
>>
>>43109505
They're figure it out eventually. They law only exists in like 3 places in the world right now and it's only been like a couple of weeks. Even Cali's deadline for implementing it isn't until 2027.
For example when the UK passed their child verification laws it took a couple of months until more and more websites either integrated actual ID checks, or blocked the UK. Or for an older example, when GDPR passed companies had months to update their data policies to comply and they all mostly did it last minute.
They also don't have to prosecute anyone if they don't want to, so it doesn't feel "unfair" at first but then they can easily ramp up enforcement when they feel like people have solutions figured out.
It's all a gradual process, there's a few laws now, in a year or two it will become widespread, within another year or so enforcement will ramp up. And within another 3-5 years, or maybe 10 years or whatever, they will start on stricted verification or attestation laws.
Think about how porn sites have required a "are you 18+?" checkbox for many many years now, and only recently they've started upgrading that to requiring serious verification. It doesn't happen overnight.
>>
>>43109520
>For example when the UK passed their child verification laws it took a couple of months until more and more websites either integrated actual ID checks, or blocked the UK. Or for an older example, when GDPR passed companies had months to update their data policies to comply and they all mostly did it last minute.
The UK law is mostly companies regulating themselves because they're not interested in legal activism
4chan told Brits to fuck off and their entire master plan to regulate the Internet fucking failed
Whatever the hell is going on in Commiefornia is just going to drive more companies from Commiefornia
>>
>>43109525
>The UK law is mostly companies regulating themselves because they're not interested in legal activism
Yes, that's how it works
>4chan told Brits to fuck off and their entire master plan to regulate the Internet fucking failed
For now, because they aren't affected yet.
My entire point is that this shit spreads, the UK was just the first major one to add this law and implement it.
>>
>>43109531
>My entire point is that this shit spreads, the UK was just the first major one to add this law and implement it.
well yeah, it does spread (DSA in EU, eSafety in Australia), but the thing is that nonsensical legislatures aren't going to work under federal law of the US
IMO we're reaching the point where US IT companies would rather leave the European market than try to comply with their draconian laws
(and laws in US states about age verification get struck down so lol)
>>
>>43109415
>>43109432
>>43109505
Blocking Redhat with age verification would be supremely retarded and (provided this bullshit is forced worldwide) add more latency to many servers because little Timmy might find himself trapped in a data Center, with no knowledge of the terminal/remote connect, somehow accessing “bad content”. What a shit show.
>>
>>
>>
>>
>>43109578
>>43109569
NTA but am a little curious what it takes to build core boot for a board. I mean a bunch of the Linux laptop vendors, nitrokey and dasharo exist and all have core boot options.
Surely it's not that hard, right? Just gotta extra blobs and glue them together with some script coreboot may have?
That sounds like a weekend project to have fun with a CHR programmer
>>
>>
>>
>>
>>
File: 20231124_162720.jpg (93.6 KB)
93.6 KB JPG
>>43109569
Aside from modern ThinkPads being supported (don't check how old T480 is) I saw someone porting it to Zen 4 FW16 on top of openSIL despite the latter being supposed to launch with Zen 6, and the Dashfags were porting it too to some consumer Zen 5 motherboard. Great news, even if they'll end up not fully functional.
https://www.phoronix.com/news/Framework-16-Coreboot-openSIL
https://www.phoronix.com/news/3mdeb-Ryzen-MSI-Port-Progress
>>
>page 9
I’m on Linux Mint 6.6.2, starting steam off of the terminal works fine, but the desktop/applet bar start just crashes me back to Lock Screen with a casper md5 checksum error.
I think I either gotta fix the desktop file, disable Casper md5 with sudo, or reinstall steam if I remember correctly? Just curious if any of the other anons ran into this, steam works fine with l4d2 (other then minor niggles related to overlapping keybinds and display size issues with the gestures hud)
>>
>>
>>43096246
The original BSD license was also enforceable once upon a time. It caused legal troubles for entities who didn't print the dozens of variations of the advertising clause.
I could swear one organisation had to apologise and reprint their advertising materials with the long list of acknowledgements.
>>
>>
>>
>>
>>
>>
>>
>>
>>43112215
>>43112359
newpipe
>>
>>43112215
>>43112359
>>43112966
YouTube ReVanced, plebs
>>
>>
>>43111197
>>43111221
>>43111324
fixed it by disabling Casper md5, I know windows has shortcuts, but is there any way to throw games into my secondary drive and not have them shit their pants or complain about missing dependencies? Or do I have to move the dependencies over to the drive too?
>>
>>
>>
>>43112966
>>43113593
What part of "I can't be arsed to put in the effort because I hate smartphones" don't you guys get? I literally just use the stupid thing to browse /mlp/ and listen to music in bed, and some very irregular "legit" activity that forces me to use it, such as banking. I even do TOTPs via KeePassXC instead of the stupid phone.
>>
>>
>>43113975
I suppose anons wanted to offer you a bit more comfort with just a bit of effort invested. They probably consider it a worthy tradeoff longterm, and I'd agree with them.
>>
>>43113981
>not sure about (You) but I usually download my music and listen to it locally
Yeah, I should perhaps do this but it's laziness, really. And a throwback from when there hardly was any free storage space available on my now 8-year old phone to store audio files on so I just settled for listening via the app. Also, I usually listen to old (retro) video game music and those require special plugins that's just more >work to set up when Youtube is a button press away.
>>
>>
>>
>>
>>
>>
>>43113612
GMOD complains about engine runtime missing if I install it on my secondary drive, I know I’ve heard syslinks mentioned, how hard are those to set up if I just path over all the dependencies to my secondary drive? Or do I have to set up global ENV variables/paths?
>>
>>
>>
>>43114077
symlinks are not difficult but now I wonder why GMod even bitches about dependencies if everything should be in ~/.steam.
Perhaps it looks for relative paths for some stuff? If you can please post your crash logs here
>>
File: 1680801962756113.jpg (94.5 KB)
94.5 KB JPG
>>
File: 3183309.png (194.8 KB)
194.8 KB PNG
i managed to merge my mc server and file server into a single system, am i a real haxx0r now?
(i was just lazy before)
>>
>>
>>
>>43115276
I installed CyanogenMod on a very old Samsung one I got as a passdown from my mother before I got the previous one (I think it was a Galaxy S-II or something) but I can't install a mod on my current one because I'm a cheapskate (and don't want to pay too much for a phone I hardly use anyway) and got a Motorola that hardly has any support from the modding community. If it was as easy as the Samsung I probably would've taken the time to throw out the stock ROM, but the Motorola doesn't have too much bloatware to begin with (which is another reason I chose it) so it's not that bad.
>>
>>
File: 1772970604136587.jpg (281.4 KB)
281.4 KB JPG
Just found out I could replace searxng with omnisearch, that thing's real fast I also made a compose/Dockerfile for it as the main dev doesn't have that yet: https://files.catbox.moe/eso3jw.zip
Picrel I riced mine
>>
>>
File: 1762304624347447.png (654.3 KB)
654.3 KB PNG
>>43116123
Dunno anything about it.
How good is it? It's >PHP so already eeeh? But what's the appeal, anon?
>>
>>
>>
File: 1685825680844012.png (255.4 KB)
255.4 KB PNG
>>
>>
>>
>>
>>
>>43117873
If the artist enables it you can download the full resolution file. Or in case of its a 3d model or a zip file then that.
Nobody using deviantart? Are you insane or something? About a third of the pony stuff gets posted there first. And 95% of what's get posted there are not posted to other sites by the artists themselves.
>>
>>
sup
I've been using GNU/Linux for years at this point, but never bothered with tinkering my system for better "gaming performance". The only thing I do is replacing regular Proton with -GE
should I bother with gamescope and other crap? I'm on Debian Trixie so not sure if I'm even able to properly use bleeding edge gayming snake oil
>>
>>
>>
File: 32326.gif (826.3 KB)
826.3 KB GIF
>>43118426
I don't feel the need to do so myself, but it's possible I have a desktop overkill enough to not care7950X3D 7900XTX pony wallpaper. I've been on linux-zen kernels on Arch for a few months out of curiosity, but frankly I don't recall any noticeable changes in daily/games performance or latency on either of my machines.
>>
>>
File: 7455719.png (134 KB)
134 KB PNG
>>
File: 1762318148824319.png (604.2 KB)
604.2 KB PNG
tech
>>
>>
>>43120263
>pick a piece of tech you already use and find interesting
>find an article on Wikipedia about the piece of tech
>channel your inner autism to spend hours reading linked articles, even if you don't understand them
>notice a mental model of the piece of tech forming in your head
>repeat until you feel pretty well informed about the topic, or if suddenly you're interested in another
Just start exploring, anon. You can only get better, and there's nobody to judge you if you understand things a bit slower than others. You can imagine bookhorse encouraging (You) to simply read when you have time.
>>
>>43120322
Better IMO if you have something in particular you're trying to learn/do. Recent example:
>be me
>bought a bunch of 6400 MT/s DDR5
>motherboard will only run it at 4800 MT/s no matter how high I set the speed in the BIOS
>read about overclocking on server motherboards and find out it's basically not possible
>you can underclock if you want, but otherwise it sticks to what the RAM itself claims to support
>read about how RAM reports its speed to the motherboard using JEDEC and XMP/EXPO profiles
>the RAM was listed as 6400 MT/s at 1.4v, which usually means that's the XMP/EXPO (overclock) profile, whereas its JEDEC profile will be something more conservative like 4800 MT/s at 1.1v
>server motherboards don't support XMP/EXPO, only JEDEC, which is why it's running slower
>read about the SPD chip that stores these profiles, and how to reprogram it (at risk of bricking the RAM)
>find a DDR5 SPD breakout board that lets you reprogram it with an arduino (to unbrick it if needed)
>download the actual JEDEC specs to see what I could reprogram it to do
>JEDEC profile only supports 1.1v (there are no other values you can write to that field)
>you can override the speed/timings though
>probably can't hit 6400 MT/s at 1.1v, but could try 5200 or 5600 and see if it works
I started with a vague problem (RAM doesn't run as fast as I wanted) and now I have a potential solution (buy the breakout board and adjust the speed in the SPD chip's JEDEC profile) and learned a whole bunch about how RAM works in the process
>>
>>43120322
Well, I'm actually somewhat informed on a lot of things, the problem is I always seem to be behind on everything. It also doesn't help that the things I want to do (provide a service to others) requires an incredibly involved threat model in $current_year. Wish internet was still the laid back techbro stuff it was like in the early 2000s, now it's all people with agendas, griefers, trolls and other losers just making the entire thing not fun.
>>
>>43120368
>It also doesn't help that the things I want to do (provide a service to others) requires an incredibly involved threat model in $current_year
Ah yeah, world is a fuck for sure. I'm in a medium size discord server that keeps talking about moving off due to discord's various bullshit. I'd love to host something for them, but allowing image uploads onto my own hardware is pretty scary. I don't think normal people can even get an account for reporting to NCMEC, and if you do get one I'm not sure if it provides any actual immunity (vs. "we'll refrain from prosecuting, as long as you stay on our good side")
>>
>>43120394
Yeah, and it seems just about every white hat is a black hat nowadays intent on doxxing you and exposing to the world that you jerk it to pony porn with your name and address in full print just because some autistic tranny didn't like that you banned barbies from your server or some stupid shit like that. Back in the day people did also troll others, me included (in trolling people), but everyone at least had the decency to keep real life stuff out of it, but that seems to have gone out the window when everybody started getting politically engaged (and thus believing they are "fighting" some sort of perceived evil when in reality they're just creating an ever more oppressive atmosphere that is the ideal breeding ground for some Orwellian police state).
I just want to share ponies with other like-minded people, not worry about some shittard with an axe to grind submitting pizza to my server to get me vanned. Bleh.
>>
>>
>>43120497
All I know is the lain.la guy complained that our Big Tech friends get literally millions of reports every year and do nothing about it and that's a-okay but when it's a small independent server it's suddenly "NO! YOU MUST RESPOND WITHIN 2 HOURS OR YOU'RE COMPLICIT!!!"
>>
File: 1750988158343238.png (176.6 KB)
176.6 KB PNG
>>43120503
he also argued about Trump being le bad as more important than shitty legislatures, I feel like he was just bullshiting before shutting down his serveralso RapeApe publicly stated that NCMEC takes 30 days to respond to 4chan reports lol
>>
>>
>>
File: I JUST DONT KNOW WHAT WENT WRONG.gif (408.9 KB)
408.9 KB GIF
>>43120522
>takes 30 days
>pic clearly saysninety days
>>
>>
>>
>>
>>
>>43108323
If they can force the OSs to change their code for this, they can force them to change their code for anything. Whether it be content ID at the OS level to ensure you're not playing any unpaid for content or mandating an approved list of hosts that you are allowed to connect to. Sounds crazy, but if you look at some of the stuff they've been proposing for 3d printers you realize this type of stuff is exactly in their ballpark. All of this legislation should be illegal because computer code is legally protected speech and these laws are mandating government compelled speech. It's a clear violation of the 1st amendment.
This also radically changes the paradigm on arching stuff. I think people for a long time have archived stuff with the assumption that even if the internet goes to shit they'll still have their local copy of things they value. But they're local copy won't help them much if their OS refuses to play or open it. People will now need to ensure they've archived OSs and enough software to get up and going all locally. And as time goes on hardware could become an issue too if something comes along to block the installation of older OSs.
While the actual California law largely doesn't do much. Doesn't verify age and doesn't require applications to actually do anything with the API. The terrifying thing to me is the state being able to mandate features in code, because with that there's no limit to what they can require.
>>
>>43120834
>because computer code is legally protected speech and these laws are mandating government compelled speech. It's a clear violation of the 1st amendment.
I remember some legal bullshit and Scotus found code to not always be speech because of its "use" or some shit
1A might be more applicable to vidya basically
>>
>>
>>43120844
There's been multiple cases where the courts have ruled code as legally protected speech. The main one that comes to my mind is the guy who developed PGP. The federal government was going after him because his software used encryption keys longer than what the law allowed, thus they declared his software a weapon and said he was in violation of export laws. So he published his code as a book to prove a point that published code is no different than any other type of published text. In the court case that followed, the courts sided with the PGP guy and said code was legally protected speech. There's been other cases but this is the main one I think of.
>>
>>
>>
>>43120873
I remember SCOTUS doing some weird with Java APIs being non-speech "useful knowledge" that couldn't be copyrighted
really weird stuff really
hope freedom wins in the end without another 1776, because current situation is too retarded to be passable by the courts
>>
>>
>>43120899
>Java APIs being non-speech "useful knowledge" that couldn't be copyrighted
I think that'd be more in the realm of interfacing between software and not the code itself. Like say some website has an undocumented API, it's whether or not you can use that API to interface with the site using your own code. Maybe. I'm just guessing. But that type of situation would kind of make sense as "useful knowledge".
>>
>>
>>
File: 1684868027226099.jpg (144.3 KB)
144.3 KB JPG
>>
>>43120492
Well you can always encrypt everything locally.
Spin up your own matrix server or something and have its data be saved to an encrypted luks container. Or maybe simpleX offers the possibility of encrypting stuff directly without luks? Or better yet just use S3 with minio locally and set your bucket to be encrypted.
That way it's literally impossible for anyone looking at what is stored on the server to know they'd have to join your niche online clique and if they do just have some vague rule about "you must notify the admin about le bad stuff" or something.
>>
>>43122044
I understood the first part, but what does...
>Or better yet just use S3 with minio locally and set your bucket to be encrypted.
...mean? I'm assuming this is remote hosting stuff, isn't it? I have zero experience with that kind of stuff. Wouldn't know how to start getting experience in it without taking out my wallet either.
>>
>>
>>43122112
Not really no. S3 is just a way to store files..you can run your own S3 instance using minio locally. So basically you have a file server talking to your app.
It's a bit convoluted but it's the only thing I know which will do file based encryption instead of unlocking a container at runtime and locking it at rest.
>>
>>
>>
>>43121006
I don't remember that at all, I remember he was in a back and forth with amazon tech support devs when they shut down his site
Tech support is not the police and if you just say nothing and go "I want a lawyer" or whatever they'll just say fuck off we'll just terminate your account forever bye
>>
>>
>>
>>
>>43122998
>The way I understood it is that it made a small container like cryptomator
What are you talking about, fscrypt? That's the module that provides per-file encryption with filesystems that support it, mostly ext4. Or are you talking about something else
>>
>>43123021
Yeah, fscrypt, per the arch wiki it seems to mount an encrypted dir as an overlay.
So basically
fscryt encrypt dir
Mount encrypted-dir decrypted-dir
And from there you use decrypted-dir until you're done and that exposes clear files.
What I was saying is that in minio your files will look like encrypted-dir/A_BUNCH_OF_NONSENSE
Where each file here is impossible to read and write to without going through minio.
That's the kinda encryption I meant when I said "not like a container"
>>
>>43123129
I'm reading the arch wiki and it just says you do "fscrypt unlock dir", no mounting. At least on ext4.
>Where each file here is impossible to read and write to without going through minio.
If that's what you want, then yeah a userspace tool is the way to go, because a filesystem level layer is always going to involve unlocking the file and allowing any other process to be able to read it (that's what a filesystem is for) and then relocking it later. But this distinction has nothing to do with containers.
(For that matter overlay mounts have little to do with containers either but I guess I kinda see what you meant.)
>>
>>
>>43123153
Oh yeah I didn't mean a container like a docker or podman one. I meant an overlay / volume that allows you to transit between encrypted and decrypted data, kek.
To me encryption at rest is nice but I feel what people want when they say "encrypted data" is stuff that's impossible to even look at if you don't have a password ready.
>>
>>43123591
Yeah makes sense.
Honestly I'm now wondering too why there doesn't seem to be a single filesystem (that I know of) that would allow a specific process to access and decrypt the data, without making it accessible to any other reader.
>>
>>
>>43124781
Well the key would probably be the same for everyone. And usually the filesystem is not the one holding the key so ext4 with fscrypt itself already can't read the file/directory contents unless the user unlocks them. But that's double-irrelevant because very few filesystems do checksumming and ext4 doesn't, and also because you can checksum encrypted data perfectly fine and detect corruption if it changes, you don't need to know what the file "means" for that.
My best guess is simply because Linux isn't really built around isolating processes with similar privileges from each other. If two processes have permissions to access a file, Linux in general assumes they should be allowed to do so. And if you want to isolate them, have some super secret file that only some process(es) can read, you have to play around with groups and permissions, or sandboxes like namespaces or whatnot (the kind of stuff containers are built out of. or just use a container even).
And if programs are built to handle secret data they can just roll their own encryption.
>>
>>43124786
Yeah true probably this.
Also a lack of care from anyone I guess.
LUKS is likely good enough for 99.99% of people and businesses don't care about security anyway. Plus it's trivial to store encrypted data as BLOBs instead of asking the FS directly.
>>
>>43124789
>Plus it's trivial to store encrypted data as BLOBs instead of asking the FS directly.
Basically this. If you want to make it transparent then you have a ton of questions about key management and permission systems, which the filesystems and kernel probably don't want to bother with when userspace utilities (like minio, apparently) can do just fine and likely even better, due to being userspace and tailored to some specific usecase rather than having to support every user ever by being in everyone's kernel.
Whereas if you wanted to add a new API like fencryptedopen(path, mode, key) then every program would need to explicitly support it and if they do that they can just include a library and do the decryption themselves instead of building it into the filesystem.
>>
>>
File: 128648.png (844.8 KB)
844.8 KB PNG
>>
>>
>>
>>
>>
>>
>>43125796
I saw this review https://bay41.com/posts/tiiny-ai-pocket-lab-review/ on the orange website and skimmed through it just now (the blogger used AI to write it so it has a lot of fluff/padding). Memory bandwidth is only 100 GB/s which is not that great. If RAM prices weren't gigafucked right now, you'd be far better off spending the same amount of money on RAM + GPU upgrades for your existing computer. Even with the RAM prices you might still be better off, actually.
>>
>>
File: scrollingGummy.gif (90.4 KB)
90.4 KB GIF
>>
>>
>>
>>
File: 24832.jpg (232.8 KB)
232.8 KB JPG
>>43128295
Probably searching his folder for non overposted images
>>
>>
>>43129389
>How can 4chan tell I'm using Incognito browsing mode?
4chan-JS / extension.js has this in its code:
>if (window.isIncognito) {
>>let el = $.id('qrFile');
>>if (el && el.value && !QR.painterData) {
>>>QR.showPostError('Uploading files in incognito mode is not allowed.'
>>>+ '<br>The File field has been cleared.');
>>>QR.resetFile();
>>>return false;}}
either disable native extension or use 4chan-x
>>
>>43095731
>Would it be a good OS for my X220 laptop?
Yes. I run it on an Intel i5-4570 and you wouldn't believe how quick it is on ancient hardware. Now that a mad genius has ported the Nvidia Turing+ GPU drivers, I'm looking forward to building a newer box just for it. It's my favorite OS by far.
>>
>>43129755
>Now that a mad genius has ported the Nvidia Turing+ GPU drivers
desu it's mostly a W of nVidia opening some of their code, rather than autists being really good at hardware acceleration
would be better if they targeted iGPUs IMO
>>
>>43129758
>it's mostly a W of nVidia opening some of their code, rather than autists being really good at hardware acceleration
I don't mean to discredit Nvidia. I'm really pleased they did that in the first place. But someone had to go through the trouble of getting them to play nicely with Haiku's odd architecture.
>would be better if they targeted iGPUs IMO
Maybe. I prefer to use desktop hardware.
>>
>>
>>
>>
>>
>>
tfw been archiving all my bookmarks from the past decade.
I have to make gallery-dl use a 3 second delay between grabbing pics on twitter or else my IP gets banned.
The script has been running for 4 months and it's only 1/3 finished.
But at least now I have some lost media because good artists delete their accounts so often.
>>
>>
>>43120844
>>43120848
I think they will selectively enforce this law. A dozen walmart cashier computers that haven't been updated in 20 years and don't have the mandatory age verification? No problem, just a $500 fine. Police randomly tackle a guy with a backpack, plant 1 ounce of weed on him then illegally search his laptop and find an outdated version of debian installed without the age check? That's gonna be 20 years of jail minimum, no parole.
>>
>>
>>
>>43129876
It includes 2TB of youtube vids, but yes I have thousands of artists bookmarked. The unfortunate thing about social media is that a lot of these accounts spam the utter shit out of reaction gifs and irrelevant 50 megapixel photos of everything they eat which inflates the archive size. I plan to trim it down after everything is done downloading, though that may be a monumental task. And this is with my config skipping retweets and replies, so I'm certainly missing things like fan art and commissions and bonus artwork.
>>
>>
>>43129885
>why artists INSIST on using it as their primary medium
IIRC it's the biggest social media platform so if they want to maximize the visibility of their art they flock to it, despite twitter not being designed as an art site.
Besides, there really aren't that many options for hosting art. Deviantart is an AI only site now, pixiv is basically only for japs, boorus are for coomers, FA for hardcore furfags, tumblr is dead, and self hosting is both expensive and nobody's gonna visit your site anyway.
>>
>>
>>
>>
>>43129890
>>43129900
>visibility
Yeah that's probably the answer. The mindset of "post a picture to get some likes/retweets and maybe patreon subscribers, then the next day work on more 'content' for more engagement" rather than "post a picture as another entry in my portfolio and artistic legacy".
>options for hosting art
Boorus are an excellent format for this. I only know of two communities using it, which is weebs and ponyfags (and I think furries with e6?), and the former almost exclusively for cooming, so I can understand the stigma. But by that same logic twitter is for political ragebaiting only. I know ponyfags host 99% of their art on boorus, a majority of which is non-coomer; it's a purely social problem, if artists were willing to engage it would have been trivial for someone to set up a "general art booru".
It's not like twitter artists are not filled with a massive proportions of coomers either.
But oh well, I guess that's the world we live in.
>>
>>
File: 2026-03-25_14-39-43.png (31.9 KB)
31.9 KB PNG
>>43129709
>>43129894
>window.isIncognito
That's not a standard thing btw. If that's actually the code in the 4chan JS (I'm too lazy to check), then this property must be getting set by some other spyware fingerprinting dependency, probably based on analysing cookies or something.
Actually I just tried on a browser without 4chanx or anything (not even an adblocker) and I doesn't seem to exist either.
>>
>>43129894
>I wonder how this "feature" is supposed to help the user.
technically it can be used by sites to automatically de-select "keep signed in" among other things, but it's mostly just Google being Google
>>43129939
topkek
>>43129943
>That's not a standard thing btw. If that's actually the code in the 4chan JS (I'm too lazy to check), then this property must be getting set by some other spyware fingerprinting dependency, probably based on analysing cookies or something.
I'm reading core.js and it literally just cites https://github.com/Joe12387/detectIncognito
>>
>>
File: 1664071914288202.jpg (11.4 KB)
11.4 KB JPG
>>43129949
>can be used by sites to automatically de-select "keep signed in"
In what way would that be useful? The sign-in cookies are gone the second I close browser. Sites can't read cookies of other sites can they?
>>
>>43129949
>detectIncognito
Cool, there's the answer then.
I wonder why I'm not seeing it on a 4chan tab though. Maybe ungoogled-chromium breaks it or something (though I'd be a bit surprised since the patches are nothing revolutionary privacy-wise, it's just degoogling)
>>
File: pone.social.png (48.6 KB)
48.6 KB PNG
>>43129959
>In what way would that be useful?
pic rel, I often have dozens on login sessions "hanging" because I clean my cookies automatically while also not bothering with de-selecting "keep signed in"
>The sign-in cookies are gone the second I close browser
what's your browser? I'm pretty sure only "private" browsers like Librewolf clean cookies on close (by default at least)
>>
>>43129964
>on
of
>>43129960
4chan-js is a mess really, wouldn't be surprised if something as simple as degoogling chromium broke its detection script
>>
>>
>>43129949
Also
>it's mostly just Google being Google
You literally linked the javascript doing it, it's not something Google added to their browser. I will be the last person to defend Google's tyranny over the web, but in this case it is factually not Google's fault.
>>43129967
>wouldn't be surprised if something as simple as degoogling chromium broke its detection script
They are using a dependency so if it's broken it's not 4chan-js's fault. Of course it's still entirely possible the dependency still breaks on ungoogled-chromium.
Anyone with stock chrome can check if "window.isIncognito" is defined in their console? Because now I'm curious.
>>
File: 1768129826370322.png (7.8 KB)
7.8 KB PNG
>>43129972
>You literally linked the javascript doing it, it's not something Google added to their browser. I will be the last person to defend Google's tyranny over the web, but in this case it is factually not Google's fault.
I wasn't aware of that stuff being a third party library when I started writing that post
and I didn't bother to rewrite it after checking core.js
pic rel
>They are using a dependency so if it's broken it's not 4chan-js's fault
nah it's 4chan's fault
that project's repo recommends devs to include the library statically to get around uBlock killing it and 4chan does so (github repo is just a commented link, lol)
I assume they never bothered the code they copied
>>
File: 1765741783797859.gif (432.7 KB)
432.7 KB GIF
>>43129979
>I assume they never bothered the code they copied
*they never bothered to update the code they copied
Should this even be reported as a bug? Dedicated shitposters clear their cookies anyway
>>
>>43129986
>Should this even be reported as a bug?
Why would you ever report "the website is not tracking us as well as it could" as a bug
If you hate the proxypedos that's fair but incognito mode is not something that will bring down the proxy. Besides hiro has added a dozen even more invasive tracking scripts just for that, so we can only hope proxy dies painfully asap
>>
File: lmao.png (409.7 KB)
409.7 KB PNG
>>43129993
>Why would you ever report "the website is not tracking us as well as it could" as a bug
because them fixing it would definitely result in a fuck-up on their side, making the site broken for an hour or so?
>so we can only hope proxy dies painfully asap
yeah afaik they are so low on IPs their nigger host asks people to shitpost less (pic rel for /mlp/)
>>
>>43130000
>because them fixing it would definitely result in a fuck-up on their side, making the site broken for an hour or so?
I'm confused here can you restate your meaning please
I read your post as "we should report this icognito-detection bug to 4chan so that they try to fix it and in the process likely bring down the site for an hour or so (good)" which surely can't be what you meant
>they are so low on IPs
Fucking nice, sometimes it feels like those shits have literally infinite IPsMaybe could be a good worthwhile to intentionally use the proxy to kill it faster then lmao
>>
>>43130009
>I read your post as "we should report this icognito-detection bug to 4chan so that they try to fix it and in the process likely bring down the site for an hour or so (good)" which surely can't be what you meant
nah that's exactly what I meant: I want to see desuwa break the site in a fun way
imagine 4chan being forced into textboard mode for a day or two because no one with native extension is able to post files
>spoiler
this wouldn't be possible because they now only offer service to those who give them money lol (and pedo passes do get revoked for active shitposting, lmao)
>>
>>43130018
>(and pedo passes do get revoked for active shitposting, lmao)
That's interesting actually. I don't follow it closely, now that they're moderating their anti-moderation proxy (ebin) are they still allowing pedo and spam shit? I never looked into it in detail, so I actually don't know if it's called pedoproxy because it's actively enabling it or just because it was a reliable ban circumvention tool that pedos could take advantage of alongside all other shitposters.
>>
>>43130031
>are they still allowing pedo and spam shit?
of course, that's the point of their entire operation
>so I actually don't know if it's called pedoproxy because it's actively enabling it or just because it was a reliable ban circumvention tool that pedos could take advantage of alongside all other shitposters.
nah they specifically enable pedoposting on 4chan. The whole shitshow started on /g/ with violations of >>>/global/rules/17
>>
>>
>>43130031
>I actually don't know if it's called pedoproxy because it's actively enabling it
It's more than just enabling. They literally have their own local board called "/c/ - Children" where they share 3DPD pictures of actual kids, they're not exactly beating around the bush about it lol
>>
>>
>Page 9
I ran ReactOS on bare metal recently. Pretty cool despite the BSoDs and the development pace. It's nice to have an environment that replicates classic Windows without resorting to hackjobs like Chicago95, even if I just use it to play Minesweeper.
>>
>>
File: 1761906103132510.png (133.8 KB)
133.8 KB PNG
I HATE GNOME
>I HATE GNOME
I HATE GNOME
>I HATE GNOME
I HATE GNOME
>I HATE GNOME
I HATE GNOME
>I HATE GNOME
>>
>>
>>
>>43131616
Tails is not meant as a daily usage distro, for your schizo cartel deals on public wifi you can ignore the desktop environment being not perfect for your preferences. Plus if you need keepass it literally says you can just install it.
>>
>>
>>43131681
>for your schizo cartel deals on public wifi you can ignore the desktop environment being not perfect for your preferences
Gnome just fucking sucks, switching to it because it's "le default" is fucking retarded. I wasn't even aware of Gnome had a password manager before they removed keepassxc
also you overestimate average Tails' user's activity
>Plus if you need keepass it literally says you can just install it.
at this point my Tails installation might glow from extras I got installed
>>
>>43131959
The main point of tails is to run tor browser, installing extra software is extremely unlikely to cause issues.
>Gnome just fucking sucks
Yes but so does Tor and so does booting into a stateless system. It's all inconvenient in the name of privacy. Using gnome because it's "le default" unironically makes sense for Tails, in the chance that for some reason the software stack matters (and entire the DE probably has a lot more chances to leak or be detected than your password manager). I wish gnome wasn't the default but it is and therefore to have the biggest anonymity set it makes sense to use it.
Removing keepassxc is indeed retarded but again using something like Tails is already inconvenient enough that it feels like a non-issue in the grand scheme of things.
>>
>>
File: 1613671375754.gif (475.4 KB)
475.4 KB GIF
I remember when I used to go to local library, boot up Tails and then push ASCII ponies into our schools unsecured git repository.
Good timesThere should totally be ponified Tails logo
>>
>>
File: BestPony.webm (2.4 MB)
2.4 MB WEBM
>>43132019
Best Pony. Is it a pegasus? A unicorn? An earth pony?The Princesses?It could be anypony, there's no way to tell - and that would be relevant to this software's goals.
>>
>>
>>
>>43132188
I think there's an interesting dynamic going on right now. The term "vibe coding" was invented when LLMs were notably worse than they were now, and only retards used them to build entire projects, so it became synonymous with barely working slop.
Nowadays LLMs are a lot more powerful, so you can unironically do a lot of work without writing the code yourself. It's spread even to experienced, senior professionals at respectable tech firms. Everyone is using coding agents to generate large chunks of code now, or "vibe coding" almost.
But there's still a difference between someone with no experience or knowledge prooompting the AI and just auto-accepting everything, and a real developer prooompting the AI, having the final word on the design, then reviewing the code and going back and forth with the AI until he's happy. In both cases you're not even writing code yourself, but in the former case it still ends up degenerating into a barely working mess (it takes longer than before, but it still fails eventually) whereas in the latter case it's possible to actually write decent code - well, decent enough for a corporate environment at the least. Both are technically "vibe coding" in the sense that the AI writes all the code, but the former is building up a house of cards until the slop comes crashing down, while the latter is no worse than your average wagie code monkey code and basically sustainable.
Too bad it's also fucking soul-sucking. AIs have turned programming into a full-time code review job and I hate it.
>>
>>
>>43132460
And the thing is being a nanny for a machine is still writer than writing everything out by hand, so it's not like I'm wasting time doing it. It's just far less enjoyable than it used to be.
I also have a problem that I always find big changes hard to start, so I would procrastinate a while at the beginning, then force myself to get going and then eventually get into the flow and wrap up the feature/work at a good pace. AI makes it much easier to get started since I just prooompt it and we "talk" through the design of a solution and it just goes ahead and does it, but then I'm basically skipping straight to the code review stage and it's boring as shit.
>>
>>43132202
>AIs have turned programming into a full-time code review job and I hate it.
The way I use it is
>proompt
>let it run on its own (YOLO mode in an isolated VM) until it's done, usually an hour or two (my local setup is not super fast)
>skim the diff, try to decide in ~30s if it's good or if it's shit
>edit the good parts into shape and discard the rest
It ends up not being much like a normal code review, where you see something bad and have to write in English what you want changed and wait for somebody else to do it. It's more like when you get halfway through implementing something and you realize it sucks so you immediately go back and reimplement it a different way.
It's also been pretty good for motivation and productivity on my pony project. I'll usually give the AI something to work on overnight or while I'm at work, and then when I get up the next morning or get off work, there's always some in-progress thing for me to work on. No need to decide what to work on next because I already decided last night when I wrote the prompt. I've seen the advice before about always leaving something unfinished for the same reason, but I never liked doing that.
>>
>>43132202
Kinda this.
But frankly with my usage I find using AI for coding is more of a disaster than anything.
The part I'm good at with coding is architecture and design, but fuck if i know synthax or the state of the art of doing things so I started proompting for designs to happen.
Man I can tell you those AIs are dumb as rocks so I basically use it like a glorified stack overflow question machine for that it's okay. I still wish it'd back up its shit with a link to the docs.
>>
>>
>>
>>
>>
>>43133724
>Would be cool if they had an immutable one with i2p though.
I'm pretty sure Tails had support i2p previously, but they dropped it because i2p's infrastructure is less "stable"
which is kinda true, I2P-java and i2pd bullshit is still a fucking problem
>>
>>43133730
Go to any high level IT security conference, it's all dudes with macbooks. Being a paranoid schizo freetard is not good security.
Apple has a history of not giving your shit to the feds and they have good hardware security principles.
>>
>>43133720
>>43133738
Completely different usecases. Tails is literally a throwaway Tor Browser distro, not something you run daily. Dudes at security conferences are using their macbooks for normal daily usage, which needs persistence and basically a normal convenient OS, not an immutable stateless Tor Browser wrapper.
Also, corporate and "high level" security is usually a lot less concerned with feds. The main argument against giving your data to feds is that a) they could misuse it and b) they could be breached, no matter how secure the government is. Giving your data to Apple as an entity carries exactly the same risks. Being a schizo freetard is the only way if you don't want to trust anybody at all, not the government, not Apple, not anything else.
>>43133732
i2pd works perfectly fine and is honestly stable. It's I2P-java which is kind of a bloated mess. Of course i2p has far fewer nodes than Tor.
>>
>>
>>
>>43133760
>i2pd works perfectly fine and is honestly stable. It's I2P-java which is kind of a bloated mess
the main problem here is that instead of having a clear design idea i2p variants just copy each others' features whenever they appearmight just be i2pd copying i2p-java but I'm not sure
this is really fucking retarded
>>
>>43133767
Reminds me of Independence Day where the glowies tracked down the most amazing hacker whizz kid to hack the aliens and they had been watching him for some time now. If he's the best there is, why did he get caught in the first place?
>>
>>43133768
I haven't really seen that. I2P-Java is the reference implementation so i2pd does "copy" it in the sense that it's a re-implementation, but also I2P-Java is full of a trillion features like built-in email, torrenting, chat, web server/hidden service hoster, etc. etc., of which i2pd has copied none and is just focusing on being an I2P router and nothing else.
>>
>>43133772
I remember reading some >news >articles about new i2p releases and its often
>version 1.2.3 of I2P released, along with i2pd 4.5.6
and later finding out that fags coordinate feature parity using irc
were there ever security audits of i2p? At least with Tor we know where the weak points of architecture are
>>
Unironically if escaping glowies is your main concern you're much better off just using a clearnet service that nobody expects to be used for your type of communication, like those terrorists that coordinated attacks over the fucking Playstation network and it took feds ages to catch up to it. Using Tor or I2P is just painting a huge red bullet on your back.
>>
>>43133785
>like those terrorists that coordinated attacks over the fucking Playstation network and it took feds ages to catch up to it
It's more of a problem of PSN being so dogshit not even feds could monitor it desu
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>43134440
It's extremely useful when you are outside or not near computer
>>43134384
I use https://tools.treebrary.org/thread-watcher/feed.xml?board=/mlp/&q=/pts /&chod=90
in RSS reader that gives me notification once thread hits page 10 (but you can set any position you want) but it's only useful for generals.
But if you have dedicated 4chan client then it's most likely a better choice
>>
>>
>>
Tangentially related, but does anyone know how to automate hadzy.com? Archiving youtube comments on pony videos is slow with the rather restrictive standard quota. I'd imagine that site would have a much larger quota to serve the public. Only asking now since they're shifting to another platform and I'm not sure if it'll be even more difficult to automate that.
Seems that once the comments are downloaded on their end, they can be simply accessed via GET requests to their API. Can't figure out how to maintain the websocket request that's required to start the downloading though (I'm a noob python scripter).
>>
>>
File: Screenshot 2026-03-28 at 10-17-56 Python Background Websocket and GET - Google Search.png (444.4 KB)
444.4 KB PNG
>>43136952
>Can't figure out how to maintain the websocket request that's required to start the downloading though (I'm a noob python scripter).
Unironically ask the AI. They're really good at "give me a basic example of how to do X with Y language/library". Pic related.
Just make sure you ask enough followup questions to understand what you're doing instead of blindly copy pasting. Otherwise you get the incurable AI brain rot
>>
>>43137903
Thanks, but I did ask the AI and with a lot of follow up questions too. I suspect it's some other hidden cookie(s) that isn't being accounted for.
Your screenshot has a different suggestion though. I'll try this one.
>>
>>
>>
>>
File: 7469923.png (603.4 KB)
603.4 KB PNG
>>
>>
File: Screenshot from 2026-03-29 16-46-30.png (66.8 KB)
66.8 KB PNG
>>43140909
>using screenfetch in 2026
>>
File: nintendoWiiHackingScreen.jpg (387.2 KB)
387.2 KB JPG
>>
>>
>>
File: 1522856440910.jpg (314.2 KB)
314.2 KB JPG
>>
File: 1772549909824224.png (35.4 KB)
35.4 KB PNG
>>43143825pic didn't attach
>>
>>
>>
File: 7465673.jpg (206.9 KB)
206.9 KB JPG
>>
File: 993307.png (539.3 KB)
539.3 KB PNG
>>
File: 1694014543895468.jpg (355.5 KB)
355.5 KB JPG
>>
File: 1766627586181537.png (1.3 MB)
1.3 MB PNG
>>
>>
>>
File: 367636.png (290.8 KB)
290.8 KB PNG
>>
File: undercover.png (102.7 KB)
102.7 KB PNG
Welp it seems claude code source code leaked.
https://www.theregister.com/2026/04/01/claude_code_source_leak_privacy _nightmare/
There's even special mode for infiltrating slop into other projects
https://github.com/ChinaSiro/claude-code-sourcemap/blob/main/restored- src/src/utils/undercover.ts
>>
>>
File: 1755683153027554.png (233 KB)
233 KB PNG
>>43150186
Pony code, when?
No really technically I don't think it'd be too hard to train a pony model for that. The catch being that ponies have no clue about computing in general so it would ask you to dumb it down in a way it can understand.
Ultimately it'd be useless in itself, but useful for you to force you to step back and understand the clusterfuck you made at 3am by having to explain it to something that has all the patience in the world an zero intelligence (I mean it's AI).
unless it's a twilight model. then you're rewriting everything in lisp or in Haskel
>>
>>
>>43150510
>useful for you to force you to step back and understand the clusterfuck you made at 3am by having to explain it to something that has all the patience in the world an zero intelligence
You could probably write a character card that tells it to act like a pony who knows nothing about computers but really wants to hear about the neat thing you built
>>
File: d5usmho-56df35bf-1087-4b42-b252-aac3c33ca16f.png (264.6 KB)
264.6 KB PNG
>>
File: 1775145569358.png (6.5 KB)
6.5 KB PNG
>>43150521
Can't see the "screenshotted" post on their blog. Surely nopony would double the April Foals fun?
>>
File: 9tklrl.png (12.7 KB)
12.7 KB PNG
>>43151334
>>
>can't post using my workstation because my new router's ip is "blocked due to abuse"
>no problem whatsoever posting with the digital leash using the same ip address
It's like they want this place to be filled with only the most brainless of imbeciles.
>>
>>
>>
>>
>>
>>
>>
>>
>>
File: 1640042393671.gif (565.1 KB)
565.1 KB GIF
>>
File: 1753239125379212.png (88.9 KB)
88.9 KB PNG
Info bump.
Did you know that caddy does Encrypted client hello by default? I didn't that's so fucking cool! Now your ISP will have to bother to do deep packet inspection if they ever wanna see who you connect to.
Other thing, apparently for anyone behind cloudflare ech is in by default. Couldn't see any client hellos for cloudflare domain while I was screwing with Wireshark.
>>
>>
>>
>>
>>
>>43152825
Pattern matching is my guess. And looking at what protocol you use.
Or just checkout what IP you connect to (pretty useless for CDNs) but from there they could look for that ip has a cert associated to it or just reverse DNS it.
And if no certificate pinning is done they could pretend to be the CA and intercept traffic that way.
>>43152832
For this I agree. There you'd have better luck using Yggdrasil or i2p both with an out proxy if anonymity is important. I wouldn't recommend VPNs as, last I heard, VPNs are banned in Russia and the ones that aren't just report you to the state.
>>
>>
>>43152839
Go is garbage collected so people who have no idea what they're talking about don't consider it a serious replacement for C++
Go also marketed itself as a "slightly slower but way easier C" rather than as a direct C++ replacement, unlike Rust. Rust's entire marketing is just that it's literally C++ but better and there's no reason to use C++ anymore, a direct upgrade. While Go considers itself a sidegrade to C so to speak.
>>
>>
>>43152854
>For this I agree. There you'd have better luck using Yggdrasil or i2p both with an out proxy if anonymity is important
Tor also works with bridges here
>I wouldn't recommend VPNs as, last I heard, VPNs are banned in Russia and the ones that aren't just report you to the state.
Anon current "meta" is hosting your own VPN on a $3-5 VPS using Amnezia or 3x-ui
both are free software developed by Russians specifically to circumvent common provider's cuckoldry
>>
>>43152857
>Rust's entire marketing is just that it's literally C++ but better and there's no reason to use C++ anymore
yeah that nonsense sounds really funny when you consider lack of any proper standards lol
even Go has a formal specification, right?
>>
>>
>>
>>
>>
>>
>>43152933
No but the standard library is very web-centric. You can extremely easily spin up a web server from the standard library, there's tons of HTTP utils and IIRC even built-in HTML templating again all in the stl, and goroutines are basically perfectly designed for making writing a multi-threaded web server as easy as possible.
From a developer standpoint it's basically as easy if not easier than a nodejs+express server, but as a native language. In this context being garbage collected is irrelevant compared to the benefits of not running a humongous javascript runtime.
>>
File: 7344625.jpg (189.3 KB)
189.3 KB JPG
>>
>>
>>
File: nasaBump.png (11.8 KB)
11.8 KB PNG
>>
File: Autumn_Boop.png (1.7 MB)
1.7 MB PNG
>digitizer mare
>serial booping victim, despite using I2C
>years of experience allow her to be very precise about which part of her wide and tall snoofa has been booped
>multi-finger booping gets her very confused on occasion
>putting a palm on her snout will make her melt (into your palm, lovingly)
>good thing she doesn't need to make sense of your physical affection, that's for iptsdmare to figure out, she's the egghead one
>hopefully she won't get PTSD from all this sensory overload right
In other words, SP4 has less buggy touch support on Windows. Nopony could've predicted that.
Also don't rush calibrating your iptsdmare, she's trying her best but needs your help to understand (You)r hands well.
>>
>>
>>
File: 1628396691057.png (2.8 MB)
2.8 MB PNG
>>
>>
>>
File: 1634911886685.jpg (23.9 KB)
23.9 KB JPG
Is tying my hand to radiator with wire good enough for antistatic protection?
>>
>>43157798
What I learned is: keep the power cord connected to the PSU and the PSU bolted to the case, if need be chip off some paint around the PSU screws to make 100% sure there's contact. Then find some place with exposed metal (or chip off/scratch off some paint) and now you can touch that exposed bit whenever you want to ground yourself, since it's gonna be connected to the PSU and then to the grounding prong and then to your socket's ground.
I have no idea if that's stupid or not but it's what I've been doing and I've never had a problem. But also I've heard tons of stories from people who literally do not care and still have no had problems. IMO just don't be a retard, i.e. don't assemble it on a high pile carpet and don't rub yourself on carpet, avoid grasping things directly over circuit components (usually a PCB's edge is non-conductive and safe to touch, or otherwise case or structural elements) and you will have extremely minimal risk.
>>
File: 1775261223538.jpg (212.8 KB)
212.8 KB JPG
>>
>>43157798
Only works when you touch an unpainted part and even then I've heard this might not work any longer in newer households (I don't remember the exact reason though).
>>43158082
This should work (for the most part). Also reminder that static discharge does not have to lead to immediate dead electronics, it can also just (significantly) shorten its lifespan.
>>
>>
>>
>>
>>43159154
I do have connecting pipe that's not painted and the house is commie block from the 70s, dunno if that's new
>>43158082
That sounds reasonable, I'll try it next time
>But also I've heard tons of stories from people who literally do not care and still have no had problems
That was me as well until recently, when I was upgrading my battlestation to 32GBof DDR3and one of the 8GB sticks I pulled out died within a week in another PC I put it in
>>
File: 1565025.png (291.8 KB)
291.8 KB PNG
I usually refrain from putting pony stickers on tech, because majority of it will be obsoleted by newer products in a few years, and it will be reasonable to sell the old products to upgrade. Do you own some tech that you consider feature complete and worthy of a "poni my ride" in such circumstances? Audio gear, perhaps?
I've taken a gamble that I'll keep the same Framework 13 and only replace motherboards, so it's got one pony, but there's no promise how long they'll keep the v1 chassis and other manufacturers might sell better laptops.ARM MacBooks appear to have much more compelling hardware.
>>
>>43160632
I have plenty of pony stickers, so I put them on anything that I know I'll use until the end of device life. I do not really need much computing power in my laptop so I do not really upgrade it for newer models. My only concern is the possibility of stickers damaging some really old devices like my audio gear or some electronics lab equipment, then I opt-out for pony magnets with I also have a few. Magnets are great for stationary devices. I do not think there are any drawbacks compared to stickers in this situation, only benefits.
>>
>>
>>43160811
I usually prefer to blow air whenever I can
But this reminds me of when I won old tiny CRT in auction and the guy sent it in box stuffed with old plastic bags (so it wouldn't get damaged in transport lol). I could literally feel the super charged static field when I opened the box.
But I don't know if it caused any damage, it barely works with really unstable picture (brightness or contrast keeps collapsing) but it could be just because of to the age
>>
>>43161382
I read somewhere that compressed air can also be dangerous especially since it seems to always contain hydrogen in little amounts. I also never managed to get anything more off with a can of compressed air that I couldn't get off with my lungs.
>>
File: 1744219037568205.png (108 KB)
108 KB PNG
is there a single project written in Rust that is actually useful? Something that would actually make people interested in learning the language?
Go has Docker, Ruby has Rails, Lisp has GNU stuff like Emacs and Guix
is Rust really just a language of shitty rewrites for the sake of rewriting?
>>
>>
>>
>>43162205
CEF just installs a bunch of patch files for Chromium versions of GMOD to make sure the media player doesn’t shit itself.
https://github.com/solsticegamestudios/GModPatchTool
for some reason the fags decided to rewrite it in rust for a couple of releases.
>>
>>
>>
>>43162173
Almost every language has useful things.
>Go has Docker
Atrocious example actually, docker fucking sucks massive balls and is coasting along on industry inertia. Granted it does have a massive industry install base but being successful corposlop is not necessarily enviable.
Some actual examples of Go stuff might be Syncthing, Prometheus, Gitea, Traefik, Ollama, restic.
Anyway rust has shit like Ruffle, uv and related tools, Deno, Alacritty, Vaultwarden, InfluxDB, probably more I can't remember.
>>43162514
Deno and Bun serve different purposes and have different features, Bun focuses on performance but lacks some of Deno's sandboxing and security features. Also I'm pretty sure Bun was written several years after Deno.
>>
>>
>>43162674 #
>Atrocious example actually, docker fucking sucks massive balls and is coasting along on industry inertia.
>Granted it does have a massive industry install base but being successful corposlop is not necessarily enviable.
Still a big example of golang being used, first shitware I could think of that's written in golang
>Ruffle
Flash Player rewrite
>another fucking JS runtime
rly?
>uv
never heard of it, looks like pip rewrite
>terminal emulator #837592
use case?
>Memewarden client
lol
>noSQL DB
lmao
>>
>>43162674
>rust has shit like Ruffle, uv and related tools, Deno, Alacritty, Vaultwarden, InfluxDB, probably more I can't remember.
Well shit. Looks like I completely forgot about all of these and I use those, kek
Uv is pretty awesome especially with how awful dogshit the python development ecosystem is.and python too if you want to use it for anything that's not numpy, pandas and matplotlib related the gil can suck my dick. Ans no the true multi threaded builds don't help since packages aren't made for them
>>
>>43163214
>Still a big example of golang being used
LXC rewrite though, applying your own logic. There is nothing new under the sun, Linux was a UNIX rewrite, and UNIX was Multics rewrite, so really is there anything new or useful written in C?
>>
>>43163445
>Linux was a UNIX rewrite
minix actually, specifically made to run on Torvald's i386 + fix copyright bullshit
>and UNIX was Multics rewrite
...Because multics sucked ass, not because Bell Labs invented C
most (all) Rust projects are just memes that are written is Rust only because their authors fell for memory safety maymay
>>
>>43163455
Ruffle was written because Adobe stopped supporting the official Flash player and it was closed source
Deno was written because nodejs sucks ass and balls
uv was written because pip is a radioactive abomination, whereas uv actually just werks
Vaultwarden was written because the official Bitwarden server requires 3GB of memory and is also hard-tied to their own auth infrastructure so it's not actually under your control, you need to sign in to official Bitwarden accounts and you need paid accounts for the "premium" features
InfluxDB is pretty much the main DB used in devops for storing logs and metrics, yeah the actual DB is kinda shit but it's no worse than Docker in this respect and has wide industry adoption
I know there's a lot of retards who are trying to rewrite random shit in Rust just because, but these are actual examples of useful stuff that happens to be written in rust.
I even use shit like ripgrep because for years I thought "who the fuck needs grep performance lmao" but then searching a large codebase was taking 2-4 seconds per search, I tried ripgrep and suddenly it's less than 0.5 seconds. And that is a clear rewrite so I didn't even mention it above.
>>
>>43163463
all these projects still look like small 'tism toys no one actually uses on a great scale
ruffle, a prime example of this, exists solely to entertain Internet users who want to play old Flash files. It's not something groundbreaking that holds the entire Web together, just one passion project from people who like /f/
>ripgrep
that thing achieves this performance by ignoring .git automatically iirc
>>
>>43163468
InfluxDB is very much used at scale. uv, I believe, is starting to get used at scale by anyone doing new python stuff, just because it's so immeasurably better.
The others are actually useful stuff that normal people can use, not something holding the web backend together. There are really only a few projects that hold the web together, you could probably name a list of half a dozen, and that list very rarely changes; I think docker might unironically be the newest thing that can be classified as "holding the web together" and that's just because containers are really good, but drooling webshitters didn't know how to use them until docker gave them an easy UI for it.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
File: 1675172653450555.png (105.5 KB)
105.5 KB PNG
>https://www.youtube.com/watch?v=2AnbYNudAyM
Do you know of any pony prods in the demoscene?
>>
>>
File: 7417865.png (1.6 MB)
1.6 MB PNG
>>
>>43165033
>>43165566
>>43165618
>>43165926
Like all upgrades without having to change server location?
>>
File: 1762879434516006.gif (379.2 KB)
379.2 KB GIF
>>43168405
>LFS server
>>
File: 1746655556390625.png (375.1 KB)
375.1 KB PNG
>>43168405
Anon.. please tell me your LFS setup is for an embedded thing that doesn't have a yocto config, ambiance build or literally anything and not your daily driver...
>>
>>
>>43168876
>tfw running out of space
The day will come where the internet requires an ID to use and most of the good content will be deleted "for your safety" so I'm downloading as much as I can. Twitter and deviantart keep reducing their download limits though so it's taking time to properly archive things.
>>
File: 1601975594972.gif (576.9 KB)
576.9 KB GIF
There isn't much one can do about glitching mouse wheel is there? It started randomly selecting wrong scroll direction once in a while and now it's basically just jumping around random amount of times in random direction whenever I try to scroll
>>
>>
>>43162173
Linux ^:)
ripgrep I think is the main one that actually has people using it because it's good and not just because they like Rust (kinda like Pandoc for Haskell)
uv, the new Python package mangler that all the cool kids are using, is written in Rust
Firefox, Chrome, and Android are all using it for certain components (as is the Linux kernel). CPython is looking to start using it as well
Ubuntu tried to move from GNU coreutils over to uutils a while back. It was a total fiasco but idk whether they fixed the bugs or rolled it back
>>
>>
>>
>>
>>
>>43170244
>that's Rust for the sake of being Rust
No, that's Rust for the sake of being memory safe. Firefox in particular is mainly using Rust for video codecs and other kinds of parsers, which handle untrusted inputs from the internet and thus need to be absolutely 100% free of buffer overflows and other vulnerabilities (like the one that was found in FFmpeg's H264 codec last week)
>>
>>
>>43170650
Anthropic has a new AI model that they're hyping up as some kind of cybersecurity apocalypse because it does an okay job of finding vulnerabilities. One of their headline results is a buffer overflow in FFmpeg's implementation of H.264.
By the way, in case you were worried: for your safety, Anthropic has decided not to let you use this model. It's for megacorps only. But they might let you play with a nerfed version of it at some point, if they feel like it
>>
>>
>>43170735
Yeah it's incredibly fucked. Assuming the model is as good as they claim (which of course it probably isn't), it would be great for small open source devs who can't afford to hire a redteam or set up elaborate fuzzing campaigns. But instead of giving the model to the people who actually need it, they're giving it to Google. So now Google's stuff will be even more bulletproof, while smaller devs are left to fend for themselves.
Plus, consider this. Google decides they don't like project XYZ. So they "helpfully" run the magic AI model against XYZ and "responsibly disclose" a bunch of vulnerabilities. Now XYZ's dev suddenly has a pile of work to do and a 90-day deadline. XYZ also now has a pile of CVE reports, whereas Google's stuff doesn't because they're catching vulnerabilities during development instead. And who in their right mind would use the buggy XYZ project that's full of CVEs when there's a more secure, megacorp-approved alternative?
>>
>>43170859
I've stopped worrying about "security bugs" myself. It's overhyped nonsense. Everytime something is actually hacked it's either some skiddie using a 5-year old long since patched bug, or a real hacker using a zero day. And I've noticed it's exactly Big Tech (with the manpower to spend time on it) who are hyping it up as if it's THE MOST IMPORTANT THING
>>
File: 71472.jpg (119.5 KB)
119.5 KB JPG
>>43171128
NTA and no offense, but I can see how ignorance can be a bliss.
Yes, hyping CVEs is a nice way to get attention as a security researcher or software vendor, but downplaying importance of vulnerabilities in software eventually (You) use and (You) stand to be abused by is silly.
Yes, the economy of software security is highly skewed towards big companies who can afford finding and fixing bugs. If there are ways to make it cheaper, like languages that make memory safety easier to achieve, then it seems to be a path worth consideration, even if "community" of such languages does some dumb shit like the meme of "rewritten for no reason" or just because GPL wasn't corporate friendly. You'll find people doing questionable stuff anywhere, shaming some tech because some retards coopted it feels weird.
I applaud that mobile systems managed to change the paradigms a bit and force 3rd party devs to write software expecting to run in sandboxes, and similarly I'm bitter than on Windows you can still abuse average person by sending them an infostealer in email attachment sprinkled with a bit of social engineering, and you'll "only" need the AV - either on mail server or user's PC - to not stop you quickly enough. Or the ClickFix campaigns, that's clever abuse of unsandboxed admin-ish features happily enabled by default to average user.
A snarky comment could be made here, that MS has a conflict of interest in regards to sandboxing Windows further - they're now in the business of selling additional protection as a subscription, see Defender for Endpoint etc. A good faith comment would be to note that backwards compatibility of Windows would hurt if they changed the paradigm to e.g. force UWP for new software. But you've seen that UWP conveniently made MS the only provider of software on their platform, which Valve immediately saw through and fucked off to make Linux viable for gaems instead. Security isn't their top priority though, so Proton still runs with e.g. /home mounted on Z:.
Sometimes I wonder how security people in software companies live with themselves, being professionally responsible for this. Devs seem to typically not care unless management pushes for security, business people understandably see security as waste of money and time that slows down delivering new features = money, years of legacy makes simple abuse possible and changes unfeasible, supply chains by tons of software dependencies are impossible to vet before use, and there's AI and insider threats if you're large enough. I guess they also must care not as much as they could (it's just a job) or they'd burn out trying to save everyone from themselves. Meanwhile the attackers "only" need one exploit (or a chain) to hurt people.
If you happened to be in charge of bringing tech progress to Equestria (let's say the princesses found this interesting enough to fund research), what would you focus on to avoid pitfalls we've had here?
>>
>>43171294
>>If you happened to be in charge of bringing tech progress to Equestria (let's say the princesses found this interesting enough to fund research), what would you focus on to avoid pitfalls we've had here?
start with secure software from the start instead of making ponies depended on plaintext, http and stuff
>>
>>
>>
>>
>>43171294
>If you happened to be in charge of bringing tech progress to Equestria (let's say the princesses found this interesting enough to fund research), what would you focus on to avoid pitfalls we've had here?
Well since there isn't much in compute power there I guess the main innovation would be algorithms rather than programming. As such i suppose I'd introduce the ponies to Haskell or lisp and have maybe everything compute wise revolve around that since those languages are as close to math as it can get. I'll also not have the baggage we have with computing of having to write for older systems and the technical debts accumulated around "figuring out how the beep boop machine makes said beeps and biopsy happen".
I'll also probably introduce SMT and multi threading early on too. It still drives me up the wall that these things are not the standard nowadays (I know it makes sense since SMT is relatively new processor wise (eg x86 being single core for so long and being the industry standard)).
>>
>>
>>
File: 1694901996256488.png (244.1 KB)
244.1 KB PNG
>>43173028
>>43173466
this nigga pays to post on 4cuck
>>
File: 1707267787208863.png (284.3 KB)
284.3 KB PNG
>43173028
>43173466
>android
>can't wait 4+ hours
>unable to search for himself
>pays for 4cuck gold
ngmi
>>
>>
File: 1761205301809764.png (220.7 KB)
220.7 KB PNG
>learning machine vision for the fuck of it
>Decided to make a CNN that can identify pinkie pie in pictures
>using GradCAM to checkout where the model looks
I have been cackling at this like a retard for about an hour now. It's so funny to me that my dumb as rocks model determines that it's pinkie based on there being a poofy mane and tail.
>>
File: 829707.png (395.1 KB)
395.1 KB PNG
>>43172602
>>43169801
Could it really be just some dust/dirt? I never had problems with mouse wheels, the clicking microswitches always died first.
I'll try to open and clean it, hopefully it'll survive the opening
>>43170449
>you can swap out the rotary encoder
I'll probably try, now that I have temporary replacement I'm less worried about fucking it up
>if you really like the mouse
It's ok, I just hate buying new ones because I have large hands and I'm picky about amount of buttons
>>
>>
File: 1746388180517790.jpg (72.8 KB)
72.8 KB JPG
>>43173621
No, but I assume it'd work still since by random chance when I pulled a pic of wet mane pinkie it was able to find it as her.
It's a toy model aimed at making me learn how 2 pytorch first and foremost so I don't especially intend on doing anything with it.
That being said I could see it becoming some kinda thing to implement in immich specially to classify ponies using data from the boorus. Dunno if immich lets you import and use your own models however.
>>
>>
>>43095705
I find myself in quite a pickle.
Last year I moved to Linux as my daily driver and it was a bit of a rough. Video editing and plain image editing is tough. KolourPaint tends to randomly freeze up, Pinta has weird scaling and GIMP seems to be the only program that doesn't freeze, has proper scaling controls, but I cannot get used to it. Paint.NET is too convenient for me.
As for video editing, I've been bound to a pirated Camtasia Studio from 2013 which still suits my needs with its visual properties.
I have been using Windows 10 LTSC, because 11 is too unstable in my experience, however even 10 LTSC sucks because Windows Defender whines a lot and Windows Update constantly downloads audio driver which makes the sound flat. It's insanity, so I disabled both of these services. Yesterday however I feel like I have been pwn'd, as I've noticed a significant and unusual activity on my device, which I will not describe. So I'm thinking that maybe it was a wrong move and I should go back to Linux.
I'm not a fan of GNOME or KDE since they're very heavy on the resources, so my DE of choice was XFCE. The distro I had used was Debian 13. My issues were mainly on a laptop which I used in a docking station with external monitor. Whenever I undocked the device, the display would be black on it, and I had to dock it again and change the primary display from external monitor to the laptop.
>>
>>
>>43174602
>image editing
have you triedKrita?
>Kolourpaint
I have this problem when I try to operate with images with size of around 20k*20k
download more RAM
>Monitors
might be a classic problem with X11, have you tried Wayland-based dekstops?
>>
>>
>>
>>
File: lmao.png (5.6 KB)
5.6 KB PNG
>>43175384
>>43174933
I found another client but its github repo was literally filtered on 4chan lmao
https://github.com/moffatman/chan
looks better than bloated clover IMO
>>
File: out.webm (346.9 KB)
346.9 KB WEBM
>>43174623
which ones? might be just XFCE default one
>>
File: 1552633.gif (5.8 KB)
5.8 KB GIF
huh ircv3 specs page has .horse domain
>>
>>
>>
>>
>>
>>43176803
It's Nemo and GNOME archive manager from cinnamon in Mint
But with different WM.
But the archive manager absolutely sucks, I can't select multiple files with just mouse, it's kind of ridiculous. If I was actually working with archives I'd have to replace it
>>
File: 222456.jpg (33.1 KB)
33.1 KB JPG
>>43176878
You're right I'm a retard. I should have checked more carefully what am I reading
https://modern.ircdocs.horse/about
>>
>>
File: 1763635286181148.png (27.7 KB)
27.7 KB PNG
Just saw that new blue hammer vulnerability and holy fucking shit. I'm blown away at how pants on head retarded Microsoft is.
Short of it: "you can basically hold windows defender hanging with a decoy, when held get a copy of windows' shadow file, ask for the hashed password of the root user to be changed and then you are root".
Exploit related: https://github.com/Nightmare-Eclipse/BlueHammer
>>
>>
File: 1749618488130427.jpg (91.1 KB)
91.1 KB JPG
>>43177598
Damn that's gay
Here https://litter.catbox.moe/rd85tme4pjj4mzem.zip regular catbox isn't working
>>
>>43177598
There's also non-login repo that is allegedly just documented version
https://github.com/atroubledsnake/SNEK_Blue-War-Hammer
>>
>>
>>
>>43177637
>Selling github to a corpo was pathetic (and treacherous)
Github was always closed-source and proprietary corpoware. They just sold out to a larger corpo. I don't get people who act like Github was some shining beacon of open source and then performed a great betrayal or someshit.
>>
>>
>>43178109
ye
get elecom, and ignore thumb-balls
though to be fair a lot of people enjoy kensington style ones somehow, which I cannot comprehend, they absolutely destroy my wrist whenever I try them due to being angled upwards, seriously wtf
>>
>>
>>
>>43178542
How nginx has their unintuitive split between Nginx and the proprietary Nginx Plus, I understand wanting just a single project with no paywalled features. Of course the open source thing happens where you can't just have one fork.
>>
>>
File: 7420390.jpg (520.2 KB)
520.2 KB JPG
>>
>bought an old thinkpad for the lulz
>it arrives
>has a metal chassis
>a xeon CPU
>ECC RAM
>4k screen
>a built in colorometer (it's total ass but hey it's still neat)
>a glass trackpad with 6 buttons
>a number pad
>removable battery
>TWO m.2 slots and a sata slot
I think I hit the jackpot.
>>
>>
>>
>>
>>
>>
>>
>>
I'm doing a "small" project where I redo all the basic programs to use a computer.
Not the kernel, driver and such, that, I leave to other competent people.
I basically build on Alpine, but want to be able to interpret or compile for some main linux distro like Debian or mint, and for windows too.
Yeah, it's a lot of work, I don't care, I don't aim to finish it one day, just work a bit here and there for fun and giggles.
Anyway, I have some planned and some half working programs:
Twilight: System monitor
Pinkie: Chat/LLM client
Celestia: Software/packet management wrapper
Luna: Hardware/driver management
Daring: webbrowser (no, don't get your hope high, something like HTML1 would be the max I think)
I have a file explorer on the work too, and some ideas for a simple music player (Vinyl) and other more blurry pieces of ideas.
Fact is, I wanted the Mane6 to be the smallest set of tools needed to use a computer (with Celestia and Luna). All the other would be an appreciated addition, but optional. But, yeah, without a webbrowser, 90% of modern usage goes off the window.
Anyway, if you have ideas of mare and what they could do for you on your computer, please do tell me.
The goal of this project is to work almost everywhere by keeping dependencies to a minimum.
>>
>>
>>
>>43180695
What do you mean by "hardware/driver management" if you're just using the Linux kernel with its drivers?
The "minimal set of software" to use a computer is an interesting question. If you want to be truly minimal, then you don't need even a package manager, as you'd install the M6 suite and that's it.
Also a big question is, will you reuse an existing graphical environment (e.g. X11 or Wayland)? Technically it's not necessary for a usable computer. At the same time, writing your own would be a massive task. I suppose with Wayland protocols existing it's actually feasible for a single person now, but at the same time writing just a wayland compositor seems kinda lame.
Also, back in the day people would put a compiler as part of essential software here. But nowadays languages are big and complicated enough, and there's enough different languages, that almost nobody makes their own anymore. You could make a C compiler though. Or have one of the M6 stand for a new custom language and its compiler; special bonus points if you can get it good enough to actually write the rest of the software in it, so the whole M6 set is self-bootstrapping.
Otherwise, for userspace software, I'd say a text editor, mail client, shell, and terminal emulator. Plus the web browser and chat client that you mentioned.
I don't consider a system monitor essential: the linux kernel already exposes all the values you need, and a "monitor" can just be a shell script doing `cat /sys/whatever` for a list of paths corresponding to your sensors.
It's unfortunate that a web browser isn't feasible for a one-man project. A custom shell would also be a pretty big undertaking, but still much more realistic than a web browser, so maybe it could be worthwhile to drop the browser project since it wouldn't ever actually become a usable piece of software anyway.
>Twilight programming language and compiler, everything is written in Twilight
>Applejack shell, the workhorse
>Fluttershy terminal emulator, she's only there to help her friends (running the shell and other programs)
>Pinkie chat, naturally
>Dash email client
>Rarity text editor because I dunno (she helps you write pretty documents?)
If you self-roll your own graphical environment it'd obviously have to be Celestia, bringing the light.
Also maybe other ponies could be the language and compiler (maybe Applejack?), there's a lot of places where Twilight could fit kek.
>>
>>43180734
Well, no local LLM, but te ability to call LLM API, that you either supply locally, or buy from whatever.
It's just that developing a chat program in itself is really close to the LLM interface, so why not do both?
>>43180757
Yeah, I will make a quick answer, cause I need to dash, but you make interesting points.
The main goal is more to offer a comfy day to day usage software collection.
Like, you install Alpine, the graphical manager of your choice, and retropones, and you are good to go.
Like, yes, you can just type "top" to list your programs, just as you can get your free RAM, or your disk space, or basically do everything in console. The goal here, is not to have to rely on console for theses. Like a light win7 where you have basic tools to do basic tasks, but it's enough to either use for everyday, or easy enough to replace for a "power user".
Yeah, I know, I consider 80% of linux users power users. As in you have to know a minimum of things and how your computer works to use it (or as your grand son to do it for you, then he is your power user proxy, your system admin in a sense).
As for the custom language, that would be awesome.
But, waaay too much time consuming, especially to have good performances to bootstrap.
I will provide at very least python and gcc (or maybe tcc), and maybe some fim compiler.
As for the webbrowser, I can start with easier protocols, like gofer. but yeah, too much for one crazy anon, even more so if I want half decent display possibility.
Nice ideas for the mane6. I wanted Derpy for the mail client, and if Rarity is a text editor, it has to be a rich one.
Thanks for your ideas!
(on an unrelated note, is someone backing, or are these threads made every beginning of months or something like that?)
>>
>>43180787
Yeah that's fair, so more like a suite of enduser software than a "minimal userspace on top of an OS kernel".
In that case I'm sticking with terminal emulator, email client, text editor, and chat client. I don't use a system monitor myself but it's probably relatively simple to implement anyway so yeah why not. I'd make Twilight the text editor then (because books), and maybe Rarity can be the system monitor and it can focus on being a riceable, styleable widget? And Applejack terminal emulator.
And Fluttershy as a gopher browser would be cool. Also a much more realistic project than an actual web browser IMO.
Derpy mail client is obvious, but it depends on whether you want to stick strictly to the M6 (+princesses) theme or just do whichever pony fits best. Speaking of, if you want to stick to M6, then maybe Fluttershy as the music player would work - I know I'd probably get a lot more use from a music player than a gopher browser.