Most of the proprietary VPN clients are a fork of OpenVPN or Wireguard client with rebranding and a payment button.
pelya
- 21 Posts
- 1.05K Comments
pelyato
Programming@programming.dev•A shell colon does nothing. Use it anyway. | Filip Roséen
6·3 days agoYou can write
trueinstead of:and it will look better,trueis an actual command.
In a sane and healthy software company, they would contribute their changes back to BSD just because it makes easier to apply latest BSD changes amd security fixes.
Most companies wont. They fork, modify the BSD code for their specific hardware, sell it, and never ever update thier software.
256 GB SD card already costs like a new phone.
Open-source VPN clients do not implement the most important feature - a monthly reminder to pay your bill. Well, and dumbing down the technical UI to one big green button, so even dumbest users would not have trouble with it.
The superior technique is solder the strands together at the tip of the wire, then plug it into Wago so you can disconnect it easily when you need to add another wire.
Or well, crimp the ends and connect to a busbar with bolts, but that’s for wires where you calculate your electricity in kilowatts.
By the time your wire reaches 200⁰ needed for your solder to melt, your insulation would already be burning. That’s not a plausible scenario, or you need to deliberately make a bad solder joint, cutting half the strands in the wire so it overheats in that particular place.
TreeView is designed as an afterthought. Some manager at MICROS~1 was like ‘ah yes we need an expanding nested list widget by tomorrow’ and they mutilated text edit box to draw text lines that expand when you click them. It does not have keyboad focus. It can only be operated with a mouse. It does not have shadow or raised widget borders. It has black text on white background, while every other widget has Windows Gray background.
The proper UI would be a separate button for each label, like multiple hierarchical combo boxes.
How’d you suppose Europe would open-source one very very commercial software? It’s practically like asking McDonalds to pay you for eating their burgers.
pelyato
Anime@ani.social•"The Eccentric Doctor of the Moon Flower Kingdom" Teaser VisualEnglish
9·8 days agoJinshi has seen better days. Maomao bleached her hair, and Maomao the cat has turned into a goat.
When you open a serverless website in your browser, it becomes a regular app.
pelyato
Technology•SK Hynix CEO: Current memory semiconductor prices are "abnormally high"English
301·12 days agoAI companies gonna crash, and then memory manufacturers will be left with 50% oversupply no one wants to buy. So they don’t build new factories yet.
No, no, long answer is fine, it’s
linuxmemescommunity.
I didn’t think it was possible to invent a worse format than .gif for moving pictures.
Congratulations!
Are you using that huge-ass TV next to the laptop as your second display?
pelyatoHacker News@lemmy.bestiver.se•PSA about abuse of cat(1) command. Don't abuse catsEnglish
1·13 days agoHuh, I actually forgot
catis used to join several files together. Last time I needed to concatenate two files, I did{ cat file1 ; cat file2 ; } > outputBut the most valid case is when I want to unpack .gz or .xz archive but do not want to delete the original file, as
xz -dwill do by default. So I naturally docat input.img.xz | xz -d > output.imgI’ve heard rumours that
xzhas a special option to not delete the original file, but I know no one brave enough to search through thexzmanpage.
pelyato
Technology•Microsoft’s Secure Boot has been broken for a decade and no one noticed until nowEnglish
39·14 days agoYou simply sign a corporate contract and pay a corporate fee, and MICROS~1 will sign any shitty broken and backdoored bootloader that you send to them with zero quality control, and it was like that with Windows drivers for years.
I guess you just need to know the right people. The whiteboard interview process has been broken for many years, yet no one wants to fix it, because it favors companies and gives recruiters plausible deniability. For me it was either getting hired on the spot after submitting CV and meeting the project manager, or rounds of useless interviews with 100% rejection at the end.



















Just
poweroffis fine. Why lose extra 2.5 seconds typing two words when one word will suffice?