Comment on
VyOS or Opnsense
Reply in thread
Sorry. Fast typing on a phone who’s autocomplete doesnt know these terms. Yes
Comment on
VyOS or Opnsense
Reply in thread
Sorry. Fast typing on a phone who’s autocomplete doesnt know these terms. Yes
Comment on
VyOS or Opnsense
Both are just abstractions over primatives and services find in the underlying operating system.
Moving to just native PF or nftables and running your firewall like a server has been on of my best moves. You will learn a tone more, have a lot more flexibility and overall I think it’s a much better experience.
I am a traditional network engineer as well (learned Juno’s/Cisco/etc). Ansible is a good way to do “commits” and config management.
Comment on
Trump says he has 'no choice' but to support electric vehicles because Elon Musk 'endorsed me very strongly'
Imagine being so blatant on bribery.
Comment on
Wayland didn’t kill Linux desktops, but it did expose their weakest assumptions [EDIT: Warning, article likely written with AI assistance]
Damn that 30 year old protocol for sneaking up on people.
Comment on
So apparently JD Vance wants to tax "childlessness" Make America Fertile Again: The strange bedfellows of the new baby boom agenda
We have this already. It's called dependant deduction.
Comment on
After Apple originally announced the first version of Halo in 1999, Xbox apparently called Bungie and said "'Steve Jobs can't have that. We're going to buy you.'"
Reply in thread
Hard to imagine but back in the day it wasn’t up to your operating system to distribute software. They were just a platform and you had open choice to obtain software.
Apple showcasing what their hardware and software was capable of was normal. I don’t think this was negligent but maybe naive seeing how things are run now. It was much better and we got better products and competition.
Budgie was an apple developer before with Marathon which was exclusive not because of any distribution rights but just preference for the platform.
Alas money talks.
Comment on
If you have a Turing Pi make sure you align politically with the core team or be made fun of.
Reply in thread
There is little. Some guy suggested not using X for announcements . He stated not liking Musk.
Nsky decided to make fun of him and force him out of the server like a child and dropped this comment after the guy left.
Nsky is one of the core members at Turing Pi.
Comment on
It's gotten so flashy
To be honest back in 1990 having a tui with arrow key navigation in a start up rom was pretty fucking advanced.
Comment on
Principal Skinner on Immutable Distros
I want this but without learning a new functional language to do it.
Comment on
66% disapprove
Who is this 22%? I approve of hiding child abusers?
Comment on
Some impressive level up
Reply in thread
This point was brought up at the end of the video. You just need to watch it.
Comment on
Why use hjkl instead of jkl;?
This is the terminal that was used by the creator of vi, Bill Joy.
It should be obvious on why those keys were used. They weren’t “mapped” they literally were the arrow keys. It’s hard to change defaults. Anyone who knows vi keybinding and install work on vim or any other system.
It would be easy for you to change your own keybindings. Why is there a need to change everyone’s default and break existing muscle memory.
https://vintagecomputer.ca/wp-content/uploads/2015/01/LSI-ADM3A-full-keyboard.jpg
Comment on
An Anti-License Manifesto
Meme licenses are fun but also useless.
Comment on
Steam Is Coming to ARM64 as Ubuntu Opens Testing via Snap
Yeah for steam in aarch64. Boo for snap.
Comment on
The justices of the supreme court ruled that Trump was immune and effectively above the law while being president. What is now stopping Biden from bringing a gun to the next debate?
Grip strength
Comment on
Analyst says Nvidia poised to capture two-thirds of the x86 server CPU market from Intel and AMD with expected $20 billion in revenue — 'Nvidia is already on track' to deliver 4 million Vera CPUs in F
Um Vera is an ARM cpu.
Comment on
NVIDIA Transitions Fully Towards Open-Source GPU Kernel Modules | NVIDIA Technical Blog
Call me when they manage to get it up streamed into the kernel
Comment on
Framework proved repairable laptops can work, but almost nobody is willing to buy one
I have bought and returned 2 framework laptops. They are repairable but they are also questionable build quality.
The screen on the Framework 12 is very subpar and the size and weight throw it out of being a light laptop.
Despite saying how good Linux support was running NixOS on the replacement Framwork 13 was not great either. Wireless drops and countless reports of drops on their forums with zero responses or workarounds. Most people buy replacement wireless adapters cause the one Framework ships just doesn't work.
On top of that the laptop just feel cheap with a steep price. I have hope for the new Pro, but we'll have to see if it's any good because so far I am pretty dissapointed with Framework.
Comment on
Man, FB is horridly optimized
I used to work at FB a a while back (working on infra, not FE or anything user touching) and we would have private development servers and occasionally I would need to do work on the FE PHP repo (called www) and would need to stay a development server for FB.
It would connect ti the various services and database as read only and was a private copy. It functioned just like a real webswver with the exception that the cache was stone cold. It would takes MINUTES to load the front page the first time. It is crazy how much caching just makes it functional.
The problem is that there are so many services and datasets read all the time.
Comment on
Astral is building a new static type checker for Python, from scratch, in Rust
Nice! This is very exciting. I don't like the current landscape of python type checkers.
Please implement something like pyre-upgrade for being able to enable strict linting and upgrade existing code bases (but without all the other problems pyre brings). https://pyre-check.org/docs/types-in-python/#upgrade