Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alinspired
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
alinspired
4y ago
Try xrdp and xorgxrdp (with --enable_glamor) for gpu acceleration of x-windows in containers. I have successfully tried it on integrated intel and radeon GPUs with opensource drivers. https://github.com/neutrinolabs/xrd
2.
▲
by
alinspired
4y ago
Show kubernetes pods in "unusual states" or restarted 8 or more times: kubectl get pods --all-namespaces --sort-by=.metadata.creationTimestamp -o wide -Lapp \ | grep -vP "Completed|Terminating|ContainerCreating|
3.
▲
by
alinspired
4y ago
Google Pixel 5a has aux but no sd card
4.
▲
by
alinspired
5y ago
TIL of monolith, thanks. It worked great for old.reddit.com but failed to capture www.reddit.com for mobile
5.
▲
by
alinspired
5y ago
Here is how i hide top tab bar with TreeStyleTab $ cat userChrome.css /* Hide horizontal tabs at the top of the window */ #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar &
6.
▲
by
alinspired
5y ago
I used Resilio Sync (ex BTSync) to transfer between devices, but it's not open source and by default allows to use "relay" servers: https://www.resilio.com/individuals/
7.
▲
by
alinspired
5y ago
i use https://github.com/Aris-t2/CustomCSSforFx to "freeze" my preferred firefox look
8.
▲
by
alinspired
5y ago
ergonomic vertical mouse - tried a few and liked Workstream by Monoprice https://www.monoprice.com/product?p_id=38963
9.
▲
by
alinspired
5y ago
What was an MTU in the test, how increasing it affects the results ? Reminds me how complicated it was to generate 40Gbit/sec of http traffic (with default MTU) to test F5 Bigip appliances, luckily TCL irules had `HTTP::retry`
10.
▲
by
alinspired
5y ago
for nginx a Prometheus exporter module can be used https://github.com/vozlt/nginx-module-vts
11.
▲
by
alinspired
5y ago
these are not available, i don't see any high storage options for sale at hetzner
12.
▲
by
alinspired
5y ago
sounds like a non-conventional bank with many details allowed to be posted, perhaps something crypto ?
13.
▲
by
alinspired
5y ago
in solarwind hack their cicd systems were hacked, don't see a lesson here
14.
▲
by
alinspired
6y ago
perhaps margin of error should be raised to accommodate this change of about 1%, although the set of drives under test is likely not the same between years
15.
▲
by
alinspired
6y ago
I might have run into this on a few systems, which started reporting first days of new year as 53rd week of 2021, instead of 2020. Most systems behave as expected: $ date +%G.%V --date="03 Jan 2021 00:00:15" 2020.53 $
16.
▲
by
alinspired
6y ago
nginx had cold (for American standards) and conservative community to begin with, commercial version and F5 ownership likely "closed" it even more it's a pity that community never evolved with nginx growth and success
17.
▲
by
alinspired
6y ago
same conclusion on the hardware i tested with
18.
▲
by
alinspired
7y ago
never installed facebook app on a phone, but multiple 3rd party apps on the phone report to facebook. For some reported apps i've never been logged in. looks like facebook knows my phone's "hardware id" from somewhere ed
19.
▲
by
alinspired
7y ago
check https://github.com/checkpoint-restore/criu - designed to dump a set of process to a file and restore it elsewere
20.
▲
by
alinspired
7y ago
use a docker sidecar, in fact explained in the docker-slim repo: https://github.com/docker-slim/docker-slim#debugging-minifie...
21.
▲
by
alinspired
7y ago
What a progress! In 2015 they were serving only ~9gb/sec https per server: https://people.freebsd.org/~rrs/asiabsd_2015_tls.pdf
22.
▲
by
alinspired
7y ago
disable in about:config: extensions.pocket.enabled -> false
23.
▲
by
alinspired
7y ago
even old google pixel 1 (2016) got android 10! and there seems to be a re-spin already: https://developers.google.com/android/images#marlin
24.
▲
by
alinspired
7y ago
gives me similar chills as to spacex boosters landing - what an achievement! dual walled exhaust is peculiar - is there an air feed into the gap?
25.
▲
by
alinspired
7y ago
you can approximate short with inverse funds, like SH, PSQ
26.
▲
by
alinspired
7y ago
should be linked to another BPF book by David Calavera and Lorenzo Fontana discussed recently: https://news.ycombinator.com/item?id=20412395
27.
▲
by
alinspired
7y ago
this is the time to appreciate uBlock Origin's advanced mode, since 3rd party JS is blacklisted by default https://github.com/gorhill/uBlock/wiki/Advanced-user-feature...
28.
▲
by
alinspired
7y ago
i need to understand how #! works, ie `#!/usr/bin/jq --stream -rf" errors with `/usr/bin/jq: Unknown option --stream -rf` `#!/usr/bin/jq -rf ` with tostream wrapper in code works fine
29.
▲
by
alinspired
7y ago
Following https://github.com/stedolan/jq/issues/243 i commonly use https://github.com/joelpurra/har-dulcify/blob/master/src/uti... to explore unfamiliar json, ie:
30.
▲
by
alinspired
8y ago
reminds me of https://en.wikipedia.org/wiki/OnLive that was shut down in 2015
More ›