Viewing profile — oso2k
oso2k
HN member- Joined
- Thu, Jul 05, 2012, 10:46 PM UTC
- HN karma
- 1,280
- Public activity
- 572 items
- HN profile
- View on Hacker News ↗
About oso2k
Recent public activity
-
comment
Comment #49235975
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/
-
comment
Comment #49198101
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 hav…
-
comment
Comment #49192235
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 …
-
comment
Comment #48600045
My favorite trick with this feature is pairing it a timeout # Connection successful: $ timeout 1 bash -c 'cat /dev/tcp/google.com/80' $ echo $? 0
-
comment
Comment #48485987
There is also git-bash which usually doesn’t need to have administrator to be installed. https://git-scm.com/install/windows
-
comment
Comment #48475962
Thanks for finding this!
-
comment
Comment #48469050
I have one those Librex as well. It was fun to play with when it came into my hands back in 1997.
-
comment
Comment #48466775
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.
-
comment
Comment #48466731
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 …
-
comment
Comment #48466587
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 t…
-
comment
Comment #48455641
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:/…
-
comment
Comment #47907498
I remember way back when, there were ports of SDL 1.x to djgpp. Glad to see someone still cares.
-
comment
Comment #47787860
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 some…
-
comment
Comment #47290001
This looks interesting. Thanks for sharing.
-
comment
Comment #47289989
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…
-
comment
Comment #47289856
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/ Ther…
-
comment
Comment #47108313
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 networki…
-
comment
Comment #46740223
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 su…
-
comment
Comment #46699890
I think STL was the intent.
-
comment
Comment #46578989
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
-
comment
Comment #46182864
Yes. 486 with 26MB for MicroCore (cli) or 46MB for TinyCore (gui). https://en.wikipedia.org/wiki/Tiny_Core_Linux#System_require...
-
comment
Comment #46182771
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.…
-
comment
Comment #46182637
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
-
comment
Comment #46177510
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/to…
-
comment
Comment #46175682
There’s an installation option to run apps off disk. It’s called “The Mount Mode of Operation: TCE/Install”.