Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
magios
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
magios
1mo ago
https://fhetextbook.github.io/ which i believe was linked on this website previous is what i used to learn about how this stuff works.
2.
▲
by
magios
3mo ago
i3wm with bindings in config to use xdotool to move and click the mouse is what i use.
3.
▲
by
magios
4mo ago
i've been using xst https://github.com/gnotclub/xst , a fork of suckless st https://st.suckless.org/ for a long period, but there's also st-flexipatch https://github.com/bakkeb
4.
▲
by
magios
9mo ago
i use 1920x1080 screen res as i see no point to any higher res.
5.
▲
by
magios
9mo ago
because i prefer monospaced pixel fonts, tho the underlying engine requires the ttf and now otf font, which is a vector format in order to render.
6.
▲
by
magios
9mo ago
i use this font system wide, forced as the only font in firefox, with web or downloadable fonts disabled. i also have my some of my own characters in csur, the conscript unicode registry, that is mapped to u+e000 thru u+f8ff so the unicode
7.
▲
by
magios
10mo ago
unifont has cjk support, bitmap fonts work just fine for the integer domain. been using unifont system and app wide for some integer number of years now. i believe the only app that i use that does not have unifont is the game rimworld, but
8.
▲
by
magios
1y ago
firefox on linux with a bunch of css stuff set to defaults or none !important shows a static image
9.
▲
by
magios
1y ago
i use i3wm so there are various keybindings you can use. for mouseless stuff i use xdotool to move the pointer in 16 or 64 pixel increments using the keyboard. if i could toggle the mouse pointer on and off i would.
10.
▲
by
magios
1y ago
another thing to block in firefox userContent.css as there doesn't appear to be an option for it in about:config
11.
▲
by
magios
2y ago
on a 1920x1080 display using bitmap fonts or their equivalent where each cell is 8x16, then three tiled windows without borders are 80 characters wide. font used is unifont, i3 window manger, xst terminal, vim, etc. if i had a 2560x1440 dis
12.
▲
by
magios
3y ago
iirc, to utilize the fontconfig font name matching system to determine if a particular font for say, subtitles, matches.
13.
▲
by
magios
3y ago
i agree, that is a problem, mainline linux and working drm, that is direct rendering manager, drivers should exist before release of the product.
14.
▲
by
magios
3y ago
well, if the soc is the same, thus same cpu, gpu, and npu, kernel and userspace support should be also roughly equal, tho the device tree will differ between the two devices. i do agree that many of these sbc computers have poor initial sup
15.
▲
by
magios
3y ago
$150-$180 seems expensive for 4gb ram and 16gb flash when you can get an sbc with the same soc, the sipeed licheepi 4a with 16gb of ram and 128gb flash for $180, or $120 for 8gb ram and 8gb flash, or $135 for 8gb ram and 32gb flash
16.
▲
by
magios
3y ago
thinkpad 760xl here, svga+ screen, 166mhz pentium mmx, 64mb of ram, 2.1gb hdd, typically use it as a dos machine, tho it does have old slackware linux installed. if you still have the laptop, hold on to it, or if you don't want it, ple
17.
▲
by
magios
3y ago
this is why I have downloadable or website fonts disabled and in browser, use a singular monospace bitmap font, unifont, and across the entire system. you can do this with your preferred font. also eliminates any risk of security due to fon
18.
▲
by
magios
3y ago
some of the cm4 variants do have flash memory, 8, 16 and 32gb mmc flash, but those are just as hard to obtain as standard raspberry pis. you use the raspberry pi io board or any of the third party ones to connect the cm4.
19.
▲
by
magios
3y ago
are you referring to the Rockchip RK3588?
20.
▲
by
magios
4y ago
my solution to beat the tab accumulation problem is to have firefox simply close all tabs, clear browsing and download history, clear form and search history, and clear cache upon the user choosing to close the program. if the browser or co
21.
▲
by
magios
4y ago
unifont http://unifoundry.com/unifont/index.html
22.
▲
by
magios
4y ago
Khadas Edge2 Pro has 16GB of RAM, $340 tho, available now, even from amazon. Radxa ROCK 5B also has 16GB of RAM, $220, available via ameridroid. Jetson Orin NX 16GB has 16GB of RAM, $600, available in Dec, would probably also require a carr
23.
▲
by
magios
4y ago
xst, fork of suckless st https://github.com/gnotclub/xst
24.
▲
by
magios
4y ago
as others have mentioned, the raspberry pi 4 is pretty slow at decoding video, but the 4gb or 8gb does work well as a single or dual screen development computer. however, I have have been using a jetson tx1, and later tx2 dev kit as my comp
25.
▲
by
magios
4y ago
as usual, it is up to personal preference, but I've used Unifont, specifically Unifont CSUR, a bitmap font, tho in ttf form, as my sole font across the system, terminal, vim and web browser (firefox) which allows me to enforce a singul
26.
▲
by
magios
5y ago
I use rtv, terminal reddit viewer
27.
▲
by
magios
5y ago
note that you can replace the mouse in X using xdotool to do mouse pointer movements and mouse clicks if your window manager, such as i3, supports it. specifically you are looking for xdotool mousemove_relative. movement is in integer amoun
28.
▲
by
magios
5y ago
sorry for the late reply, also forgot to mention that I use a fontconfig file, .xresources, other config files for i3 (the tiling wm), termimal (xst) and vim that specify the unifont font specifically. here are a few images showing the setu
29.
▲
by
magios
5y ago
I actually use a slightly modified unifont exclusively on a linux system, deleted all other fonts, disabled browser font downloading, and use firefox to get proper rendering. If you use a tiling wm, without borders or spaces between windows
30.
▲
by
magios
5y ago
on linux I installed unifont, a singular bitmap font of size 8x16, that covers most of unicode, moved all other fonts, modified fontconfig to use only that font, disabled bold and italics, switched from chrome to firefox, changed about:conf
More ›