Viewing profile — jlubawy
jlubawy
HN member- Joined
- Mon, Apr 15, 2013, 6:29 PM UTC
- HN karma
- 88
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About jlubawy
Recent public activity
-
comment
Comment #46399175
Came here to ask about pipenv. As someone who does not use python other than for scripting, but also appreciates the reproduceability that pipenv provides, should I be using uv? My…
-
comment
Comment #46372791
The FDA also requires SBOMs as of a few years ago for medical device software.
-
comment
Comment #46021806
The periodic resets could also be watchdog timer related (without knowing what level their hardware is running on). Too long of a loop without resetting the timer (in a long loop),…
-
comment
Comment #46020623
Somewhat related work using a blockchain to trace recycled Li-Ion batteries: https://www.sciencedirect.com/science/article/pii/S266737892...
- comment
-
comment
Comment #40153988
I think we all know that airlines overbook, or cancel flights if not enough people are on a flight to make it economically viable. At a minimum they should be required to provide t…
-
comment
Comment #39998997
My raspberry pi is also currently dead, something it didn't like about updating the OS caused it to be bricked. All updates were done within the OS, so didn't expect anything bad t…
-
comment
Comment #39835516
I tend to use go for "scripts" in non-go repos (typescript, C, etc) just for the simplicity of "you only need to install go" and pretty much all functionality is included in the st…
-
comment
Comment #39173599
We got Sunrun within the past year on a house we bought 1.5 years ago (so we're NEM 2.0 which is important). I'm in San Diego, we were paying about 500/month for SDGE (fluctuating …
-
comment
Comment #35898915
Cue Health, a healthcare technology company, today announced an expansion of its Cue Integrated Care Platform to include a new pharmacy offering with over-the-counter and prescript…
- story
-
comment
Comment #22459631
This plus VS Code and CMake is what I'd use to start any new project, saves time having to figure out all the options yourself.
-
comment
Comment #21636829
Reminds me of this API design post for Go: https://dave.cheney.net/2014/10/17/functional-options-for-fr...
-
comment
Comment #20533229
Serious question, why hasn't anyone rewritten it in Go? Been awhile since I've looked at it but C to Go doesn't seem that difficult to translate. Edit: just looked at the amalgamat…
-
comment
Comment #17297694
For what it's worth Western Digital does extensive testing of drive performance under audio vibration, especially on mobile drives that are likely right next to a laptop speaker.
-
comment
Comment #16961244
I recently stumbled upon the Airbnb Javascript Style Guide, which I found showed a lot of good examples of how to use newer Javascript features: https://github.com/airbnb/javascrip…
-
comment
Comment #16939606
I wonder if they had this Bionic Beaver in mind, I hope not :) THE FAMOUS BIONIC BEAVER Our Signature Drink for Sharing! Seagrams Vodka / Gin / Rum / Triple Sec / Peach Schnapps / …
-
comment
Comment #13657709
The MSP430x5xx and MSP430x6xx families have this problem. From the user-guide [1]: > Include at least one instruction between the clear of an interrupt enable or interrupt flag and…
-
comment
Comment #13236233
Best Sinbad movie was by far was First Kid http://m.imdb.com/title/tt0116311/ Edit: Sorry forgot about Jingle All the Way, after that Edit2: Oh man, and he was great in Its Always …
-
comment
Comment #13188445
In C it also helps to think of it in the equivalent pointer form: p == &(p[0]) p[0] == *(p+0) p[1] == *(p+1) where p is a pointer to some arbitrary data type. Then it becomes an of…
- story
-
comment
Comment #13142391
If you haven't read the book or seen the movie I'd highly recommend "One Flew Over the Cuckoo's Nest", both are excellent.
-
comment
Comment #13142270
"The density of helium is one-seventh that of air, which reduces drag force acting on the spinning disk stack and lowers fluid flow forces affecting the disks and the heads, allowi…
-
comment
Comment #13077697
My two cents on smart watches: If you already wear a watch, and if you regularly check your phone for notifications, a smart watch is perfect for you (contingent on price and look)…
-
comment
Comment #13029528
Makes me really question if this article is fake to prove some sort of point, it's really hard to know (for sure) anymore