Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oso2k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
oso2k
1mo ago
It’s interesting that the author lands on an API much like the function signature for TAP (Test Anything Protocol). ok( conditional, message ); https://testanything.org/
2.
▲
by
oso2k
1mo ago
Sadly, I think things like distcc or ccache have mostly gone out of mode. Vertically scaling (multi core, multi thread, multi TB RAM build machines) and simple artifact caching have won for now. Artifact caching with dependency tracking i
3.
▲
by
oso2k
1mo ago
I was not impressed by author’s surprise that original emulation ran at 1/10th speed. For the past 50 years, that’s usually the target for calling (“unaccelerated”) emulation good enough. Especially for architectures that are current
4.
▲
by
oso2k
3mo ago
My favorite trick with this feature is pairing it a timeout # Connection successful: $ timeout 1 bash -c 'cat < /dev/null > /dev/tcp/google.com/80' $ echo $? 0
5.
▲
by
oso2k
3mo ago
There is also git-bash which usually doesn’t need to have administrator to be installed. https://git-scm.com/install/windows
6.
▲
by
oso2k
3mo ago
Thanks for finding this!
7.
▲
by
oso2k
3mo ago
I have one those Librex as well. It was fun to play with when it came into my hands back in 1997.
8.
▲
by
oso2k
3mo ago
I agree. It's also the evil that created the need and improvements like SSL/TLS, ssh, gzip, bzip2, lz4, Linux, etc. and so many other worthwhile innovations.
9.
▲
by
oso2k
3mo ago
I'd presume we're almost all using the Web primarily on some employer's dime (except where we are self-employed but it still applies). Prior to the Web 1.0, I remember interacting with people/managers that discouraged r
10.
▲
by
oso2k
3mo ago
Flash succeeding is subjective. There were many who were hostile to Flash (and Java) for a long time. I actively disabled the Flash plugin except when necessary. HTML not passing the criteria doesn't negate it from being the current
11.
▲
by
oso2k
3mo ago
I think we could learn from an old (gone?!) Google+ post from Ian Hickson on what could possibly replace HTML but a lot of the criteria applies to Web/Internet as a whole ( https://www.sitepoint.com/will-html-ever-be-rep
12.
▲
by
oso2k
5mo ago
I remember way back when, there were ports of SDL 1.x to djgpp. Glad to see someone still cares.
13.
▲
by
oso2k
5mo ago
I say this as someone who likes and use TinyCoreLinux and PiCore, there are some mind numbing ways TCL makes immutability work. I chalk this up to Linux and immutability being sometimes in contention with each other. Lots of Linux code ma
14.
▲
by
oso2k
6mo ago
This looks interesting. Thanks for sharing.
15.
▲
by
oso2k
6mo ago
I had the same inclination back in the 90s when I upgraded my Cyrix 486 SLC2 50MHz without a heat sink (which seems like a no-no in retrospect) to Cyrix MediaGX 133MHz. The stocker fan was immediately noticeable. I thought I had done some
16.
▲
by
oso2k
6mo ago
There’s several other (well) known examples of the use of mujs. There’s Artifex’s interpreter from muPDF. It’s also the basis of several JS related projects: https://mujs.com/ There’s also a lesser known interpreter: htt
17.
▲
by
oso2k
7mo ago
Maybe you’re misremembering or referring to Doom (2016). The original Doom was developed for DOS and id had to build a lot of its own network stack. BSD style socket based networking wasn’t a given in DOS. Still, zclaw is an impressive ac
18.
▲
by
oso2k
8mo ago
I don't feel like RedHat had to do anything to sell support contracts in this case, because that was already their business. All they had to do was say they'll include container support as part of their contracts. Correct
19.
▲
by
oso2k
8mo ago
I think STL was the intent.
20.
▲
by
oso2k
8mo ago
On aliexpress, there’s Pi Pico Dev dev boards featuring the RP2350 in the Pi Zero form factor. https://www.aliexpress.us/item/3256807163052616.html
21.
▲
by
oso2k
9mo ago
Yes. 486 with 26MB for MicroCore (cli) or 46MB for TinyCore (gui). https://en.wikipedia.org/wiki/Tiny_Core_Linux#System_require...
22.
▲
by
oso2k
9mo ago
VGA color palette was 18-bits/256K, but input into the palette was 8-bit per channel. (63,63,63) is visibly different from (255,255,255). http://qzx.com/pc-gpe/tut2.txt http://qzx.com/pc-gpe/
23.
▲
by
oso2k
9mo ago
Not true. You can enable “Mount Mode of Operation: TCE/Install” where packages will be mounted off disk. See: http://www.tinycorelinux.net/concepts.html
24.
▲
by
oso2k
9mo ago
I don't know about CSI cameras. My use case for TCL doesn't require a CSI camera. But it looks like others have made a CSI camera work: https://forum.tinycorelinux.net/index.php/topic,26713.0.html I recomme
25.
▲
by
oso2k
9mo ago
There’s an installation option to run apps off disk. It’s called “The Mount Mode of Operation: TCE/Install”.
26.
▲
by
oso2k
9mo ago
With some modifications, yes. Boot2docker and boot2podman were based on tinycorelinux.
27.
▲
by
oso2k
9mo ago
With CorePlus, you have the the choice of some 10 GUI environments. I prefer openbox or jwm.
28.
▲
by
oso2k
9mo ago
I love Tiny Core Linux for use cases where I need fast boot times or have few resources. Testing old PCs, Pi Zero and Pi Zero 2W are great use cases.
29.
▲
by
oso2k
10mo ago
Wake-on-LAN not available to you?
30.
▲
by
oso2k
10mo ago
Only if they never call DOS or the BIOS or execute a Real Mode Software Interrupt. When they do, they ask the DPMI server (which could be an OS like Windows 9x or CWSDPIM) to make the call on their behalf. In doing so, the DPMI server wil
More ›