HN user

bleair

527 karma
Posts81
Comments97
View on HN
www.standard.co.uk 3y ago

Disney Rollerblading Robot

bleair
1pts0
finance.yahoo.com 3y ago

Acala’s Stablecoin Falls 99% After Hackers Issue 1.3B Tokens

bleair
6pts0
arstechnica.com 4y ago

Google removes app permission display – uses developer description instead

bleair
12pts1
arstechnica.com 4y ago

Cryptocurrency plunges as crypto “bank” Celsius suspends withdrawals

bleair
7pts0
hothardware.com 4y ago

macOS Monterey shows that Zoom continues to use mic regardless of being in call

bleair
63pts11
electrek.co 4y ago

Video shows Tesla full self driving running into pole

bleair
25pts5
ymcinema.com 4y ago

Digital vs. Film, Dune

bleair
8pts0
www.youtube.com 4y ago

Jetson – 1 Person “Drone” / aka VTOL ultralight aircraft

bleair
2pts0
www.youtube.com 4y ago

Everyday Astronaut: Starbase Factory Tour with Elon Musk

bleair
4pts1
mashable.com 5y ago

Google engineer who criticized company in viral comics on why he finally quit

bleair
2pts0
www.youtube.com 5y ago

Unreal engine 5 showoff demo – preview now available

bleair
2pts1
www.youtube.com 5y ago

Fun Video about Conway (sadly passed) and game of life built within game of life

bleair
1pts0
m.youtube.com 5y ago

Fun vid, The Mill, Einstein short CG workflow used

bleair
2pts0
hothardware.com 5y ago

Likely payment by colonial pipeline to make ransomware attractive business

bleair
1pts1
www.macrumors.com 5y ago

Apple Gave Zoom Access to Special API for Camera During Split View Multitasking

bleair
48pts12
www.tomshardware.com 5y ago

Thodex Exchange, and safety, ~2 Bil stolen but all to be returned

bleair
2pts2
www.youtube.com 5y ago

JiraJR - if you truly hate your kids (April 1st video)

bleair
1pts0
spectrum.ieee.org 5y ago

AR contact lenses for limited vision users, sub 100 uwatts power

bleair
2pts0
time.com 5y ago

Time Magazine:What My Mobster Grandfather Understood About American Capitalism

bleair
12pts0
techcrunch.com 5y ago

Shape-Memory-Alloy based bicycle tires might be an alternate to pneumatic tires

bleair
2pts0
thebaffler.com 5y ago

How to become an intellectual or VC in Silicon Valley

bleair
21pts1
arstechnica.com 5y ago

Google tells harassment victims to take “medical leave,” report finds

bleair
16pts3
www.youtube.com 5y ago

Mostly “awww” / fun, but video showing cat motion capture service for vid games

bleair
1pts0
www.bloomberg.com 5y ago

Can you power your home with your own microgrid

bleair
6pts1
www.cnn.com 5y ago

Google reshuffles AI team leadership after researcher's controversial departure

bleair
1pts0
www.dpreview.com 5y ago

SF smash and grab with driver in car to steal camera gear (seen on Tesla dshcam)

bleair
1pts0
www.bloomberg.com 5y ago

Story about Amazon's lumberyard game engine

bleair
1pts0
lifehacker.com 5y ago

Chrome extension great suspended now tracking you

bleair
8pts1
arstechnica.com 5y ago

Solarwinds hacked by bypassing 2factor auth via duo akey (OutlookWebAccess servr

bleair
12pts1
newatlas.com 5y ago

Artificial diamonds creation process generating lonsdaleite

bleair
48pts61
StationeryObject 4 months ago

Some of these with the letterpress printing or embossed images have a lovely physical and 3d quality

May I suggest you look at this project that combines the Dexcom with your pump along with software. It is not a simple turn it on and automatically everything is perfect, however it is by far the best option right now for type 1 diabetics if you are willing to put in the effort to set it all up - which from all the testing and finger sticks indicates you are.

https://loopkit.github.io/loopdocs/

The motivations are different, but I think wikipeida is an interesting example where editing / moderation does (mostly) work. Again, I can't see how that could ever work on twitter, but wikipedia is the only large-user-base example of "social media" that isn't horrible.

They are fun / nice-colors to use, but be aware that your writing can disappear over time.

A friend has journals a few years old and on the right 2/3rds of the pages the writing is nearly gone (theory being maybe that side got warmer, but not certain)

Has Microsoft publicly made it clear that the true reason for the tpm requirement is all about shepherding all users into the windows App Store? As in users might be allowed to install non App Store programs for a while, but the operating system will give complaint/hassle dealings and require the user to go through several extra steps (aka macis). Some future windows releases will likely be licked to only allow Microsoft App Store-signed apps.

I'm not an expert, but that sounds right (matches what I've read in papers).

This page has interesting info. https://www.tms.org/pubs/journals/JOM/9809/Verhoeven-9809.ht...

It seems likely 3 factors were important in creating "real" Damascus steel. The key one being the mixture of elements in the raw ore that specifically came from the mines in a specific region of southern India, and once that ore ran out the "secret was lost". There's also the knowledge of the forging process - namely the temperatures, heat treatment processes used, and what organics (aka carbon) got mixed in.

Neat, though I wish pledge and unveil included a string parameter to indicate why the process is needing the requested resource)s). Thus way as the user of an application I have a hint for why a process is trying to access some resource. The code making the call could try to lie, but at least I’d have a hint about the processes claim med intent vs. what it does

Htfy96 is right. This post gives more examples. https://devblogs.microsoft.com/cppblog/simplify-your-code-wi...

Along with automatic synthesis of all the operators, c++ 20 also clarified rules about overload-matching and automatic construction of objects for purposes of comparison, so you don’t have to write the friend methods to for example compare int to your type if you have trivial int-taking constructor for your type. Also if your == operator or != is more efficient than a full lexigrapgical comparison the compiler will now do the right thing

Interesting.. I did not know that. My googling shows that there has been an announcement with an intention to adopt cmake (~ 2 years ago)

http://boost.2283326.n4.nabble.com/CMake-Announcement-from-B...

It appears further discussions are underway, but I don't know what that means in terms of how quickly they will switch. https://groups.google.com/forum/#!topic/boost-steering/5ifzu...

In terms of bjam vs. cmake... I get why the boost library has needed a custom build tool chain (if you're curious just look at the complexity in headers in trying to work around various template bugs in different compiler versions, or the many many many ways to request naming of the generated libraries). I should have been less snarky in my first post. If boost does migrate to cmake I predict it will be quite a gnarly set of cmake logic.

30 years on and I've used make, imake, autotools, cmake, ant, gradle, boost.jam (because every C++ library really should have its own individual custom build tool-chain), scons, ninja, and maybe the least bad was a very nice system internal to ILM (though it was purpose written for building C++ & python targets). These days I'm using bazel the most, and while it can be forced into working, it's pretty miserable (and requires support of about 5 people on a dedicated build team). It does not bring software developers joy.

A group/language/team decides "that's it, I hate build tool X, we're going to solve this problem", and they go build their thing, but they care about different details and make some things easy, handle some things automatically, and leave other things as "just don't care" with the resulting tool ends being just like all the previous ones.

I'd be willing to wager lots of money that in future years there will be many more build systems, and they too will perfectly match their predecessors.

https://www.xkcd.com/927/

In short, real humans and these medical devices are inexact. The device must choose “How much insulin should be dosed?”. Lawsuits argue medical devices should be flawless, so no company will bring out a device that could be pointed out as causing an incorrect amount of drugs being delivered The open source insulin pump and continuous-glucose-monitors as a feedback systems are just incredible BUT they require the user to be very aware of what is easy and reliable and what can be flaky (see all the details about pod screamers - e.g. the pod can’t continue, or drift in cgm data)

If the author is only going to add "caveat", then that sounds like word games and being unwilling to admit that the blog post's advice is wrong (for the security risks and other reasons pointed out here in the comments)

[dead] 7 years ago

I think we are seeing cryptocurrencies demonstrate one specific use - an easy means of defrauding others of what is "valuable".