HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Queue29

no profile record

Submissions

Linux in 2023: my speaker is buzzing

sethops1.net
3 points·by Queue29·hace 3 años·1 comments

Retro on a generic Go test assertions library

sethops1.net
1 points·by Queue29·hace 4 años·0 comments

comments

Queue29
·hace 3 años·discuss
How is this not named "Ducky"?
Queue29
·hace 3 años·discuss
Similar idea: This runs as a cron/systemd timer and updates your authorized_keys from your GitHub account.

https://github.com/shoenig/ssh-key-sync
Queue29
·hace 3 años·discuss
> You can have multiples tabs in different containers in a single window.

I literally want the _opposite_ of that. Chrome makes it so that a Window is specific to a profile. Makes it very simple to keep say Work and Home profiles separate, for example. Especially if you set color schemes for each window.
Queue29
·hace 3 años·discuss
https://github.com/shoenig/donutdns

I wanted a no-nonsense single-binary alternative to pi-hole (based on CoreDNS).

Been using this as my home DNS server for a year now without issue. Recently added support for reading a directory of block lists, so now it's easy to keep things organized in blocking sites with huge numbers of domains.
Queue29
·hace 4 años·discuss
Xorg or Wayland? I've got a RX6400 that runs 2 4k displays just fine - Ubuntu + Wayland
Queue29
·hace 4 años·discuss
I wonder what percentage of those feel they got their money's worth.
Queue29
·hace 4 años·discuss
> never mentioned in the online language specs over at go.dev

hmm, what's this then?

https://go.dev/doc/faq#Does_Go_have_a_ternary_form
Queue29
·hace 4 años·discuss
> That’s not particularly actionable advice, though.

Yes it is. Stop using C.
Queue29
·hace 4 años·discuss
Started using helix as my $EDITOR a few weeks ago and so far I love it.

Especially 'hx --health' and its built-in ability to use many language LSP's.

My helix config file is literally 3 lines long, and with that I get full language support.

    theme = "autumn"
    [editor]
    rulers = [80, 120]
Queue29
·hace 4 años·discuss
A minimalist alternative (no UI, yarn deps etc.) https://github.com/shoenig/donutdns
Queue29
·hace 4 años·discuss
AMD open sourced their drivers and maintains them directly in the kernel now, ever since 2017. No issues at all for me using Ubuntu 20.04 or 22.04, which uses Wayland and GPU rendering by default.
Queue29
·hace 4 años·discuss
I use a rx6400 to drive 2 4k displays, and it works great. Out of the box Linux support, too.
Queue29
·hace 4 años·discuss
Nobody is stopping you.
Queue29
·hace 4 años·discuss
This post is really difficult to read due to the weird metaphor, which is unfortunate because it seems otherwise interesting.
Queue29
·hace 4 años·discuss
If your goal is to minimize lines of code, sure, Python takes the cake here.

But here's a different way of looking at it: using only Python example, can you identify every way that launching that container might fail?

Now do the same with the Go example. See the difference? Folks who value looking at a piece of code and knowing what might happen - not just in the happy path but also in the error path - I think will likely appreciate the Go sample.
Queue29
·hace 4 años·discuss
They did shed some light into their internal struggles https://github.blog/2022-03-23-an-update-on-recent-service-d...
Queue29
·hace 4 años·discuss
This blog post is literally unreadable with animations flying around covering up content, is that by design?
Queue29
·hace 4 años·discuss
Will order one the day there is an AMD option.
Queue29
·hace 5 años·discuss
Been using Wayland since 20.04, without problems. Thank you for building it.