HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Queue29

no profile record

Submissions

Linux in 2023: my speaker is buzzing

sethops1.net
3 points·by Queue29·3 года назад·1 comments

Retro on a generic Go test assertions library

sethops1.net
1 points·by Queue29·4 года назад·0 comments

Go Generics for the Busy Gopher

sethops1.net
2 points·by Queue29·4 года назад·0 comments

Show HN: Donutdns – A Simpler Alternative to PiHole

github.com
2 points·by Queue29·5 лет назад·0 comments

comments

Queue29
·3 года назад·discuss
How is this not named "Ducky"?
Queue29
·3 года назад·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
·3 года назад·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
·3 года назад·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
·4 года назад·discuss
Xorg or Wayland? I've got a RX6400 that runs 2 4k displays just fine - Ubuntu + Wayland
Queue29
·4 года назад·discuss
I wonder what percentage of those feel they got their money's worth.
Queue29
·4 года назад·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
·4 года назад·discuss
> That’s not particularly actionable advice, though.

Yes it is. Stop using C.
Queue29
·4 года назад·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
·4 года назад·discuss
A minimalist alternative (no UI, yarn deps etc.) https://github.com/shoenig/donutdns
Queue29
·4 года назад·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
·4 года назад·discuss
I use a rx6400 to drive 2 4k displays, and it works great. Out of the box Linux support, too.
Queue29
·4 года назад·discuss
Nobody is stopping you.
Queue29
·4 года назад·discuss
This post is really difficult to read due to the weird metaphor, which is unfortunate because it seems otherwise interesting.
Queue29
·4 года назад·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
·4 года назад·discuss
They did shed some light into their internal struggles https://github.blog/2022-03-23-an-update-on-recent-service-d...
Queue29
·4 года назад·discuss
This blog post is literally unreadable with animations flying around covering up content, is that by design?
Queue29
·4 года назад·discuss
Will order one the day there is an AMD option.
Queue29
·4 года назад·discuss
Check out the recommended requirements[0] documentation. In practice it depends greatly on how many client agents you want to manage (i.e. how large is your cluster). I personally run Nomad + Consul + Vault on the $6 AMD DO droplet to run a few website, and that node still has room to spare.

[0] https://www.nomadproject.io/docs/install/production/requirem...
Queue29
·4 года назад·discuss
Nomad engineer here; Nomad supports Task Driver[0] plugins enabling you to orchestrate anything you need it to. Nomad ships with a QEMU task driver[1] built in.

[0] https://www.nomadproject.io/docs/drivers

[1] https://www.nomadproject.io/docs/drivers/qemu