HackerTrans
トップ新着トレンドコメント過去質問紹介求人

RGBCube

no profile record

投稿

Chaosnet (1981)

tumbleweed.nu
101 ポイント·投稿者 RGBCube·28 日前·15 コメント

Nix Koans

rgbcu.be
3 ポイント·投稿者 RGBCube·30 日前·0 コメント

For DNSSEC and Why Dane Is Needed

blog.technitium.com
2 ポイント·投稿者 RGBCube·先月·0 コメント

Mullvad exit IPs are surprisingly identifying

tmctmt.com
613 ポイント·投稿者 RGBCube·2 か月前·389 コメント

FOSDEM 2012 Schedule Chart

rgbcu.be
2 ポイント·投稿者 RGBCube·5 か月前·0 コメント

FOSDEM 2026 Schedule Chart

rgbcu.be
2 ポイント·投稿者 RGBCube·5 か月前·0 コメント

The Humble Android Calculator

medium.com
3 ポイント·投稿者 RGBCube·6 か月前·1 コメント

I Made a Million Dollar Product from My Dorm Room

nick.winans.io
2 ポイント·投稿者 RGBCube·6 か月前·0 コメント

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

fahrplan.events.ccc.de
3 ポイント·投稿者 RGBCube·7 か月前·0 コメント

Docker layers are a horrible dependency model

schizo.cooking
2 ポイント·投稿者 RGBCube·7 か月前·0 コメント

Bcachefs 1.33.0 – Reconcile

lore.kernel.org
3 ポイント·投稿者 RGBCube·7 か月前·1 コメント

Jujutsu (jj) v0.35.0 Released

github.com
7 ポイント·投稿者 RGBCube·8 か月前·0 コメント

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

phoronix.com
2 ポイント·投稿者 RGBCube·8 か月前·0 コメント

Esp-Hal 1.0

github.com
3 ポイント·投稿者 RGBCube·9 か月前·0 コメント

A sudo shim that uses run0 internally

github.com
4 ポイント·投稿者 RGBCube·9 か月前·1 コメント

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

github.com
169 ポイント·投稿者 RGBCube·9 か月前·67 コメント

Seamless Linux Boot [video]

youtube.com
4 ポイント·投稿者 RGBCube·10 か月前·3 コメント

コメント

RGBCube
·5 か月前·議論
Agreed, it's not intuitive at all, but at least it's there...
RGBCube
·6 か月前·議論
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 か月前·議論
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 か月前·議論
> This is hacker news, not drama queen news

Same thing.
RGBCube
·7 か月前·議論
The C++ that have the humility to realize are using Rust.
RGBCube
·7 か月前·議論
That's actually one of the best parts.
RGBCube
·8 か月前·議論
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 か月前·議論
Finally, a modern VR headset that doesn't hate you.
RGBCube
·8 か月前·議論
Mozilla.
RGBCube
·8 か月前·議論
AI slop.
RGBCube
·9 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
The linked GitHub isssue links to that page, too.
RGBCube
·9 か月前·議論
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 か月前·議論
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 か月前·議論
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 年前·議論
Now I understand why they did Brexit.
RGBCube
·3 年前·議論
It starts at $3499 BEFORE tax, lmfao