HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RGBCube

no profile record

Submissions

Chaosnet (1981)

tumbleweed.nu
101 points·by RGBCube·28 дней назад·15 comments

Nix Koans

rgbcu.be
3 points·by RGBCube·30 дней назад·0 comments

For DNSSEC and Why Dane Is Needed

blog.technitium.com
2 points·by RGBCube·в прошлом месяце·0 comments

Mullvad exit IPs are surprisingly identifying

tmctmt.com
613 points·by RGBCube·2 месяца назад·389 comments

FOSDEM 2012 Schedule Chart

rgbcu.be
2 points·by RGBCube·5 месяцев назад·0 comments

FOSDEM 2026 Schedule Chart

rgbcu.be
2 points·by RGBCube·5 месяцев назад·0 comments

The Humble Android Calculator

medium.com
3 points·by RGBCube·6 месяцев назад·1 comments

I Made a Million Dollar Product from My Dorm Room

nick.winans.io
2 points·by RGBCube·6 месяцев назад·0 comments

To sign or not to sign: Practical vulnerabilities in GPG and friends

fahrplan.events.ccc.de
3 points·by RGBCube·7 месяцев назад·0 comments

Docker layers are a horrible dependency model

schizo.cooking
2 points·by RGBCube·7 месяцев назад·0 comments

Bcachefs 1.33.0 – Reconcile

lore.kernel.org
3 points·by RGBCube·7 месяцев назад·1 comments

Jujutsu (jj) v0.35.0 Released

github.com
7 points·by RGBCube·8 месяцев назад·0 comments

Linux Patches Updated for Snapdragon X Elite Powered Tuxedo Elite 14 Gen1 Laptop

phoronix.com
2 points·by RGBCube·8 месяцев назад·0 comments

Esp-Hal 1.0

github.com
3 points·by RGBCube·9 месяцев назад·0 comments

A sudo shim that uses run0 internally

github.com
4 points·by RGBCube·9 месяцев назад·1 comments

You can't build tcc from Nixpkgs if you are in the UK

github.com
169 points·by RGBCube·9 месяцев назад·67 comments

Seamless Linux Boot [video]

youtube.com
4 points·by RGBCube·10 месяцев назад·3 comments

comments

RGBCube
·5 месяцев назад·discuss
Agreed, it's not intuitive at all, but at least it's there...
RGBCube
·6 месяцев назад·discuss
You can just paste the number into the "start new chat" search input and start a chat from there. You don't need any of this.
RGBCube
·6 месяцев назад·discuss
I like the Google Calculator, but don't use Google services and the Google Calculator can't work without Play Services for some reason. So I've tried all the popular open source ones and found https://github.com/sadellie/unitto to be the closest in experience (material design) and accuracy (the tan(355/226) test works). It also has conversions for other units, and even currency using https://github.com/fawazahmed0/exchange-api that is accurate enough for a rough estimate if you let it have Internet access.
RGBCube
·7 месяцев назад·discuss
> This is hacker news, not drama queen news

Same thing.
RGBCube
·7 месяцев назад·discuss
The C++ that have the humility to realize are using Rust.
RGBCube
·7 месяцев назад·discuss
That's actually one of the best parts.
RGBCube
·8 месяцев назад·discuss
Stop using awk, use a real programming language+shell instead, with structured data instead of bytestream wrangling:

  > ls -l | get user

  ┌────┬──────┐
  │  0 │ cube │
  │  1 │ cube │
  │  2 │ cube │
  │  3 │ cube │
  │  4 │ cube │
  │  5 │ cube │
  │  6 │ cube │
  │  7 │ cube │
  │  8 │ cube │
  │  9 │ cube │
  │ 10 │ cube │
  │ 11 │ cube │
  │ 12 │ cube │
  │ 13 │ cube │
  │ 14 │ cube │
  │ 15 │ cube │
  └────┴──────┘
You don't need to memorize bad tools' quirks. You can just use good tools.

https://nushell.sh - try Nushell now! It's like PowerShell, if it was good.
RGBCube
·8 месяцев назад·discuss
Finally, a modern VR headset that doesn't hate you.
RGBCube
·8 месяцев назад·discuss
Mozilla.
RGBCube
·8 месяцев назад·discuss
AI slop.
RGBCube
·9 месяцев назад·discuss
Even if they made it Source Available it wouldn't hurt them much, because Minecraft is very easy to pirate and the reason anyone pays for anything at all is because you need an account in Mojang's authentication servers (which people do not want to move off of for various reasons).

Hell, they could even make it Open Source with a clause preventing other companies from using to code to make a profit. It's too big to fail.
RGBCube
·9 месяцев назад·discuss
It is much more complex than C, sure. But it's so much simpler than C++ and you won't find yourself digging through the reference, or standard, or whatever to understand the code you are writing. It's very close to the sweet spot of "not complex enough to make you bald, not simple enough to make your code complex" while also making correctness the default.
RGBCube
·9 месяцев назад·discuss
What I love about this is that it removes the need for anything suid completely, removing more Unix, thus making our systems more secure and overall better.
RGBCube
·9 месяцев назад·discuss
I'm actually working on my own OS agnostic package collection + system management software, and I've found https://radicle.xyz great for this. All repos depended on by the official package collection t will be on the radicle network.
RGBCube
·9 месяцев назад·discuss
The linked GitHub isssue links to that page, too.
RGBCube
·9 месяцев назад·discuss
This won't affect most users as they will be using the cache.nixos.org substituter and haven't modified any package that pulls repo.or.cz repositories, but it's still amusing.
RGBCube
·10 месяцев назад·discuss
There's no Virtual Terminal, aka TTY / VT, so the kernel is smaller and the insecure VT impl in the Kernel is not compiled in. In general, you get less moving parts and a more solid system.

The functionality of the VT as a fallback can be handled by cage+foot/whatever or kmscon.
RGBCube
·10 месяцев назад·discuss
See the reddit post explaining a lot here: https://reddit.com/r/linux/comments/1dpeqay/config_vtn_in_20...

Coming to a distro near you, probably!
RGBCube
·3 года назад·discuss
Now I understand why they did Brexit.
RGBCube
·3 года назад·discuss
It starts at $3499 BEFORE tax, lmfao