HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mrsssnake

115 karmajoined há 9 meses

comments

mrsssnake
·há 3 dias·discuss
tickle tickle
mrsssnake
·há 4 dias·discuss
As some not deep into networking, just home(lab) stuff, learning OpenWRT took some time. But now cannot think of buying a router not for OpenWRT, once I learn what is possible I want to use it.

Fot example from my ISP I can have two options for PPPoE connection, first is legacy IPv4 only but lacks IPv6, second is IPv4 but behind CGNAT and with modern IPv6. With OpenWRT, I am able to make two PPPoE connection over the same wire and have the best of both worlds.
mrsssnake
·há 5 dias·discuss
My point is not whenever this is good or bad, hardware tools cannot by nature be self-replicated like software tools, but they should not call it open source.
mrsssnake
·há 5 dias·discuss
Does "open source" even mean something anymore, or should we give up and just accept it as common catch-all phrase for everything that suck less, without one definition?

Open source AI without a source. Open source software, oh but only up to 4000 users after two years of release for people on south hemisphere. Now open source hardware but your copies of design are for noncommercial use, only our copies are not restriced.
mrsssnake
·há 5 dias·discuss
As much as this is nice protect, and physical one so different things any, still you cannot give/sell some software/design/media and restrict who, where and how someone can use it (noncommercial, not in this country, not at that phase of moon) while calling it open source, public domain, or similar.

As long as softwsre isn't going to be proprietary, it is a good idea just shouldn't misguide about being open source.
mrsssnake
·há 8 dias·discuss
> I'm not a CAD user, and I don't want to install one just to draw five lines and a circle.

I have installed LibreCAD years ago and used it 3 or 4 times to add measurements on a downloaded drawing. Installed it with just "pacman -S librecad" and enter. Takes just ~82.7 MB on the disk. No account, no background service, completely gratis. Never asked me for an update, because it is always updated with the rest of the system. For all the years it sits there, waiting for a moment to be needed.

While I do get the appeal of the ability to squeeze desktop program into a browser, especially when using someone else's computer, so thank you for the project, while I do not understand the level of push away desktop programs get sometimes.
mrsssnake
·há 9 dias·discuss
Weird definition of useless.
mrsssnake
·há 9 dias·discuss
Internet needs an open, integrated and universal payment layer. But first the payments should be done well (look at: Taler project), then integrations should be build, not the other way around.

I know many people here would be against anything related to payment on the Internet, but I do believe the ability to have a button like "One click here to anonymously with no account pay 0.02€ and download the media" could be a net positive for Internet freedom.
mrsssnake
·há 17 dias·discuss
It's just another proprietary software, on the lesser evil side of spectrum. The reason for people being so up in arms about it, is because voting for lesser evil makes it greater.
mrsssnake
·há 26 dias·discuss
What's the problem? Just install another app, some alternative to Siri, I bet it will even work better and have the same system API access you can giv… ah, well… maybe that is what the EU regulation is all about?
mrsssnake
·mês passado·discuss
Why when connecting to a TLS website service that does not have a CA signed certificate, I am welcomed with "Secure connection failed, browser not trusting the ceritifate. Do you want to continue?", without showing me the actual certificate fingerprint?

On desktops browser displaying the fingerprint/hash requires clicks, on mobile is not implemented and on native apps practically not existing.

The keys should be shown, so they could be verified manually in person or via other channel. Just like the SSH do. Someone say people would just click "accept" without a thought, but the button is already here, just no information what actually is accepted.
mrsssnake
·mês passado·discuss
A really great book and very good chapter
mrsssnake
·mês passado·discuss
Regardless of this, I see phone network as a legacy thing that in perfect world should already be replaced with lightweight upgradeable calling protocol over IPv6.
mrsssnake
·há 2 meses·discuss
His solution would be taking democracy and freedom above interest of couple of botnet attacked websites.
mrsssnake
·há 2 meses·discuss
I do appreciate doing unpaid volunteer work. My comment sounds clingy, not is not a demand more of a pointing out.

Icon can really be a generic SVG taken from some CC stock website, if there is no time for anything else, would look much better. Getting rid of emoji vomit is one prompt away. I might do a PR if I find free five minutes.
mrsssnake
·há 2 meses·discuss
Emojis can be nice, their color alone makes looking up headings easier. But everything has a limit.
mrsssnake
·há 2 meses·discuss
While I could understand some AI assistance, I just cannot look at such README with clearly sloppy too detailed nonsense app icon and eyesore emoji vomit:

https://github.com/etkecc/komai
mrsssnake
·há 2 meses·discuss
The biggest problem I personally have with Zed design is it downloading it's own binaries for LSP servers instead of using ones already installed in the system.
mrsssnake
·há 3 meses·discuss
> This is not it, this is an open source app that you can run anywhere

The service for EU age verification app requires Google Play Integrity API check. So as much as you "can" run the app itself anywhere, you are forced to do it on whitelisted build of an OS on a whitelisted device.
mrsssnake
·há 3 meses·discuss
IPv4 has exact same problem, the NAT is working here because devices does not actually have proper Internet connection, all connections are terminated on NAT and reassembled after.

Actual solution could be extending TCP and UDP or make a new transport layer procotol that handles changing addresses, similar to what QUIC do. But we cannot do it exactly because things like NATs existing, thus QUIC build was build on ossificated UDP. Imagine if instead of IP+port a connection use unique per-connection hash to persist IP addreses changing. No more trying fighting to keep the IP the same.