Viewing profile — skykooler
skykooler
HN member- Joined
- Wed, Oct 12, 2011, 5:44 PM UTC
- HN karma
- 3,534
- Public activity
- 1,369 items
- HN profile
- View on Hacker News ↗
About skykooler
No profile information was provided.
Recent public activity
-
comment
Comment #49145166
This just shows a black screen for me?
-
comment
Comment #48373438
Is there a reason a capability has to be covered by only a single permission? Why not have one accessibility permission that covers all that and then a bunch of individual permissi…
-
comment
Comment #48368123
Location: Eastern US Remote: Yes Willing to relocate: No Technologies: Rust, Python, Typescript, Linux, Go, Docker, hardware integration Résumé/CV: https://skyler.io/resume.pdf , h…
-
comment
Comment #46999910
It depends on the process. Argon/CO2 is used for MIG welding, while TIG generally uses pure argon. In some situations that justify the expense, helium is used instead as it allows …
-
comment
Comment #46945740
I'm working on Lightningbeam ( https://lightningbeam.org ), an integrated multimedia editor. It's inspired mainly by Macromedia Flash, Apple GarageBand, and Kdenlive. It combines a…
-
comment
Comment #46890400
Doesn't seem to work for me - tried in both Firefox and Chromium and I can see the waveform when I talk but the transcription just shows "Awaiting audio input".
-
comment
Comment #46471291
Location: New York Remote: Yes Willing to relocate: No Technologies: Python, TypeScript/Javascript, Rust, Linux Resume: https://skyler.io/resume.pdf Email: skyler at skyler dot io
-
comment
Comment #46376099
If so, then finding the redacted string would be similar to trying to brute-force a hash (though presumably slower, since text layout algorithms are probably more complex than a si…
-
comment
Comment #46123944
Location: New York Remote: Yes Willing to relocate: No Technologies: Python, TypeScript/Javascript, Rust, Linux Resume: https://skyler.io/resume.pdf Email: skyler at skyler dot io
-
comment
Comment #44400742
It would be nice if this told you upfront how many questions there were - after sixteen with nothing changing I figured it was probably endless but apparently there are twenty?
-
comment
Comment #44305997
The only reason I use Wayland is display scaling - with a high DPI screen, many apps are blurry or inconsistently scaled under X11. Given the parade of other issues Wayland brings,…
-
comment
Comment #44085833
Starting at an initial density of air, suppose you descend a distance D such that the air density doubles. Now your air is twice as dense, which doubles the pressure underneath it,…
-
comment
Comment #44082396
Gravity changes little over that distance - it's more because of the compounding effect of atmospheric pressure (the deeper you go, the more air you have above you which raises the…
-
comment
Comment #43933645
An interesting corollary of this is that if you only have a single sample, it reduces to indicating that your sample is the median value - i.e. if you see one item with serial numb…
-
comment
Comment #43853046
My understanding is that coal/nuclear/gas plants provide a certain amount of stability thanks to the rotational inertia in the turbines. It seems like a relatively inexpensive way …
-
comment
Comment #43745013
It sounds like a pitch that you might hear from an airplane propeller, which leads to the question why airsickness exists if the antidote is ambiently present?
-
comment
Comment #43724132
Toughness is not the same as strength.
-
comment
Comment #43671039
They do have accelerometers as well as gyroscopes, so technically they could integrate acceleration twice to keep track of position...but in practice it's way more reliable to just…
-
comment
Comment #43598507
I guess it could be a family of four if you have two of them and both parents drive.
-
comment
Comment #43565315
The trunk in the Aptera is actually pretty huge, it's like six feet deep. What's mainly sacrificed is passenger capacity since it's only a 2-seater.
-
comment
Comment #43560373
Theoretically you could do this in Linux by calling /usr/bin/sl or whatever - but since various distros put binaries in different places, that would probably cause more problems th…
-
comment
Comment #43295309
That just makes it six times as important!
-
comment
Comment #43263260
A big issue I see with this is that it would necessitate a new fast charging standard, which (due to the extra ground connection) could not be backwards compatible with any existin…
-
comment
Comment #43177157
Here's hoping that touchscreen becomes available as a component for the 13 as well.
-
comment
Comment #42978875
Not sure the range operator is fully specified, this works and seems like it shouldn't: echo "regular expressions" | ./trre "[a:A-z:a]" REGULAR EXPRESSIONS In fact, "[a:A-z:x]" see…