[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/mlp/ - Pony

Name
Spoiler?[]
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
Flag
File[]
  • Please read the Rules and FAQ before posting.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: pts.png (1.16 MB, 1914x2105)
1.16 MB
1.16 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
>>
File: 1766159591544816.png (247 KB, 729x567)
247 KB
247 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?
>>
>page 8 in three hours
wat
>>
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
just abolish IP laws already
imagine leaked Win 10 source code being public domain
>>
>>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
>>
>>43096246
>But only the FSF has the finances to pursue legal means and they're been corrupted from the inside out, so...
there's SFLC that gives legal support pro bono
>>
>>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
>>
bump
>>
>>43096347
I think that if they'll do anything at all, they'll make pretty damn sure it'll be worse for everyone except AI companies and Disney (or they just won't enforce inconvenient violations)
>>
>>43096842
>Disney
nah their last feud with Republicans in Florida resulted in Congress shitposting with anti-mickey mouse copyright reduction act
they definitely lost their ability to lobby properly (I hope)
>>
File: xfceMare.png (442 KB, 2960x3100)
442 KB
442 KB PNG
>>
>>43097989
she should switch to Qt before it's too late
>>
>>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.
>>
>>43098104
>Didn't Xfce see no development for over a year at one point?
sounds more like MATE
XFCE is pretty much everyone go-to option after GNOME and KDE
>>
>>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 KB, 608x608)
251 KB
251 KB WEBM
>>43098119
come on now, pic rel is too reddit to help the community
>>
>>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.
>>
>>43098135
>yggdrasil
why the fuck random random software projects are called like that? It doesn't sound as generic as, say, foobar
Never bothered to google that
>>
File: 1748215469729761.jpg (100 KB, 945x945)
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 KB, 949x705)
303 KB
303 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.
>>
>>43098190
>i2p over Yggdrasil
Wouldn't it make more sense to use Yggdrasil over I2P?
>>
>>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.
>>
File: 1750536250727186.png (67 KB, 796x522)
67 KB
67 KB PNG
ponebin is down REEEEEEEEEEEE
>>
Bump
>>
>not a single software project uses pony as their mascot
literally how
>>
>>43095731
>check GSoC thread on dev forums
>"20206"
>"I’m Anuj Billore, CS Student from India."
>vibewritten OP that lists things that are already implemented
nuke India
>>
>>43098575
Seems to work fine now, at least over here. Also, you should be posting about this in /fast/ rather than here (if it doesn't exist just create a new thread).
>>
>>43099939
>(if it doesn't exist just create a new thread)
nah that's gay and retarded
>>
>>43099944
Then suffer in silence.
>>
>>43099520
I'm pretty sure I saw at least one moderately popular but I don't remember the name
>>
>>43100523
niri doesn't count because it's a joke for those who know
>>
>>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)
>>
>>43100563
you intrigue me
what was that piece of software for? Was it a text editor? Some browser extension? An irc client?
>>
>>43100563
>Github issue where they explicitly discussed the mascot being a pony
Hahaha, nice. Love to see normalfags seethe at the presence of ponies.
>>
>>43100624
we are truly the Jews on the Internet
>>
File: 266295.png (231 KB, 1130x639)
231 KB
231 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
>>
>>43100663
>It was mostly just question which was then confirmed.
Oh okay, I just assumed seething because you called it an issue.
>>
>>43100694
I see kek, I meant Github Issue
>>
where the fuck is my pebble time 2 so I can put ponies on my wrist at all times
>>
>>43101214
>using a wristwatch in 2026
>>
File: 7460152.png (663 KB, 2150x2150)
663 KB
663 KB PNG
>>
File: 1770554800853322.png (228 KB, 800x800)
228 KB
228 KB PNG
>>
File: worstBrowser.png (203 KB, 855x1377)
203 KB
203 KB PNG
>>
>>43099520
not mascot but microg's author has had a pony pfp since forever and nobody seems to notice or care
>>
>>43104149
>decide to check it out
>it's reddit upvote pony
Grim
>>
>>43104190
monkeypaw situation. maybe if he had a ponified microg logo he'd change his pfp to that. I'll... make the logo.
>>
File: 994036.png (147 KB, 460x460)
147 KB
147 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 for iirc camera stabilization code in Android
>>
>>43104503
https://pjreddie.com/
>>
>>43104503
Edge is shit.
Chrome is shit.
Firefox is shit.
Librewolf is a little less shit.
Pale Moon is furry shit and nowadays in general shit as well.

Where are we supposed to go?
>>
>>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.25 MB, 3264x1836)
2.25 MB
2.25 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 (316 KB, 728x740)
316 KB
316 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
>>
>>43105458
this is why coreboot shouldn't be viewed as a meme
>>
File: swappy-20260310-131917.png (862 KB, 1366x768)
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.
>>
>>43105677
>Garuda
good morning sir
>>
>>43105677
>Garuda Linux
What's the use case exactly?
>>
>>43098575
Ah yes, sorry. I was trying to back up the server and thin lvm kept kicking my ass.
>>
Are there any desktop ponies that run on kde?
>>
>>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: rms.png (61 KB, 566x400)
61 KB
61 KB PNG
Two days ago I emailed Stallman about age verification bullshit in Commiefornia
his response is rather short, but at least FSF is working on it
>>
>>43106504
>OS-level
I'll be using whatever OS I want without whatever legal bullshit whatever country makes up that they decide should be included and they won't be able to do anything about it.
>>
>>43105723
Qtponies should or DPE-gtk should work
>>
File: 4chan.png (71 KB, 541x276)
71 KB
71 KB PNG
>>43107070
>and they won't be able to do anything about it.
What are you talking about? These foreign governments can send angry emails to you
>>
>>43107107
Funny how they really think they have any sway whatsoever. "Used to rule a third of the world..." really says it all.
>>
File: spin.gif (1.47 MB, 450x360)
1.47 MB
1.47 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
clop
^:)



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.