Viewing profile — nomadluap
nomadluap
HN member- Joined
- Sat, May 26, 2018, 2:03 AM UTC
- HN karma
- 39
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About nomadluap
No profile information was provided.
Recent public activity
-
comment
Comment #41698450
You can pyrolize the wood by cooking it in an oxygen-free environment, cooking off almost all of the nitrogen and other nutrients and leaving nearly pure carbon in the form of char…
-
comment
Comment #40252971
I'm sure a lot of it is already spent in the form of reverse-mortgages on homes.
-
comment
Comment #39513074
I guess you could look at paper tape as a physical manifestation of redirecting terminal I/O to text files using > and < in the shell.
-
comment
Comment #38651345
Can you get gloves made from PTFE? I feel those would be the closest you could get to an "everything" glove.
-
comment
Comment #38651334
Use 99% isopropyl alcohol. Add in a teaspoon of table salt -- it won't dissolve in the alcohol and will act as a mild abrasive to help remove stubborn residue. Rinse thoroughly wit…
-
comment
Comment #37909929
For one thing, it could delegate to a local service. Granted, the communication to this service is probably still be over a socket interface, but at least as a purely-local connect…
-
comment
Comment #37179957
or just, "The Expert Problem"
-
comment
Comment #35447183
At that point just start using an SQLite database as a data format.
-
comment
Comment #27858660
I always thought it would be interesting if Spacex developed a "dragon utility module". It would launch in Dragon's trunk and consist of a docking port on one end, an airlock on th…
-
comment
Comment #27637785
And the form clears every time you go back/forward
-
comment
Comment #27067345
A heat pump could be used to cool the water to below-ambient and inject that heat directly into the outgoing compressed air. I wonder if a system like that would be more efficient …
-
comment
Comment #23934316
I believe there was a man named Armond Hammer who was the CEO of the company that owns Arm&Hammer (the baking soda company) at one point.
-
comment
Comment #23855467
No, but you could blackmail a social media manager to further your cause by planting a bug in the office, for example.
-
comment
Comment #23616453
from the article, apparently Wayland display servers already support multi-touch gestures.
-
comment
Comment #23283264
Does anyone have a clone of the original repository?
-
comment
Comment #23262183
Even if the bad actors found the same nail polish to re-apply after tampering, the pattern of glitter flecks would be different. The recipient could compare a high-resolution photo…
-
comment
Comment #22947451
There are already some solutions around that try to address this on a consumer level. I recently watched a teardown for a piece of test gear that utilizes frequencies injected dire…
-
comment
Comment #22828018
I was pleasantly surprised when I started my first R&D job after university. It's just like a FIRST team but everything is bigger including the robots. I don't think anything else …
-
comment
Comment #22827978
Minecraft with the OpenComputers[1] mod might fit your requirements. It adds computers and robots into Minecraft that are programmable with Lua. [1]: https://www.curseforge.com/min…
-
comment
Comment #22594105
What advantage does fossil have over Git in this case?
-
comment
Comment #22536975
For most paywall sites like this, you can also get the full content by being quick on the 'escape' key after reloading. If you can interrupt it after the static article content loa…
-
comment
Comment #22486995
That would be an interesting metric: normalized accident rates for self-driving cars vs octogenarian-driven cars.
-
comment
Comment #22478499
I bet most porch pirates will have an easier time fencing a tv rather than a desk, and so would be more likely to take a TV box.
-
comment
Comment #22246395
uBlock Origin seems to block all advertising on Youtube for me, including pre-roll and intermission ads in the videos. The only advertising I see on youtube these days is the spons…
-
comment
Comment #22159425
SQLite has a page measuring performance of internal blobs vs external files: https://www.sqlite.org/intern-v-extern-blob.html