HN user

edsouza

216 karma

Ellery D'Souza

Wanna be Code Monkey

Firewalls, VM (hypervisors - Xen, ESXi, Hyper-V, KVM), Baremetal / SmartOS, GO, Stocks, whatever.

email: edsouza99 at gmail dot com

Posts23
Comments45
View on HN
coil.com 5y ago

Coil Incident Report on Email Leak

edsouza
2pts1
vagaband.com 8y ago

Vagaband: Safety Wristband for Travellers

edsouza
1pts1
www.engadget.com 8y ago

This ex-trucker has some questions about the Tesla Semi

edsouza
2pts0
www.bloomberg.com 9y ago

Airbnb Gets Green Light in Japan with Home-Sharing Law's Passage

edsouza
1pts0
www.reaktor.com 9y ago

Hello Space

edsouza
1pts0
www.theregister.co.uk 9y ago

Good guy Logic Supply resolves breach in days

edsouza
2pts0
www.youtube.com 9y ago

SpaceX Iridium-1 Webcast [video]

edsouza
145pts36
io9.gizmodo.com 9y ago

Guy Builds Lego Klingon Bird of Prey

edsouza
1pts0
blogs.nasa.gov 9y ago

Anomaly During Third Stage Operation in Russian Cargo Craft – Space Station

edsouza
2pts0
www.floridatoday.com 9y ago

SpaceX: Falcon 9 exploded after helium system breach

edsouza
1pts0
www.popularmechanics.com 9y ago

China Confirms Its Space Station Is Falling Back to Earth

edsouza
3pts0
www.jpl.nasa.gov 9y ago

Mars Rover Views Spectacular Layered Rock Formations

edsouza
1pts0
www.dearmomebook.com 9y ago

Bill Brown – Dear Mom

edsouza
1pts0
www.bbc.com 9y ago

SES company first to use 'second-hand' SpaceX rocket

edsouza
4pts0
www.afr.com 9y ago

Steve Wozniak says Apple must fix iPhone 7 Bluetooth

edsouza
1pts0
www.engadget.com 10y ago

Dear Silicon Valley, not everything can be solved with apps

edsouza
3pts0
www.reuters.com 10y ago

Vogogo to sell risk platform; says shutting down payment processing business

edsouza
2pts0
blogs.nasa.gov 10y ago

BEAM Open for the First Time – Space Station

edsouza
2pts0
codepen.io 10y ago

XKCD 1608 Hoverboard zoomable

edsouza
1pts0
colbertlateshow.com 11y ago

Escape from the Man Sized Cabinet

edsouza
1pts0
www.bloomberg.com 11y ago

This Driver in China Explains How He Is Helping Rip Off Uber

edsouza
3pts0
www.planetary.org 11y ago

Deployment LightSail Boom Motor Whirrs to Life

edsouza
1pts0
www.tc.gc.ca 11y ago

Flying an unmanned aircraft (Canada)

edsouza
1pts0

Please look up the license in the source code that Tim Davis points too, it just mentions it's LGPL, but doesn't include the full license text. And none of the C code mentions a license or Tim Davis.

And if you dig further, the whole repo is mixed with BSD and LGPL "licensed" packages together. It's probably best that CoPilot does not suggest from code that does not have an explicit license stated.

I think originally Tim Davis was complaining about the non public sources for suggestions which Github CoPilot ignored.

The certificate "Common Name" is: dns.cloudflare.com.

There is a certificate extension - Certificate Subject Alternative Name that lists the following:

  DNS Name: *.dns.cloudflare.com
  DNS Name: dns.cloudflare.com
  IP Address: 1.1.1.1
  IP Address: 1.0.0.1
Most likely the extension was included as part of the certificate signing request.

I didn't see LinkedIn in this list?

A while ago I deleted my account, then recreated my account after a year, and requested a full backup history, this backup had my old contacts from the original Linkedin android app gathered from my old phone without my permission.

Quitting Caffeine 9 years ago

I have been doing that since last November, saved a lot of money from buying coffee without all the side affects of having coffee. My focus is the same or more than having coffee daily.

Lookup nootropics, there's a reddit forum for it. I take a combination of caffeine, l-theanine, bacopa, and magnesium in the morning, and one caffeine pill in the afternoon.

I'm in Canada, you can get caffeine pills cheap: 100x 200mg pills for <$10.

Visit your local fitness health store, and asked them for stuff for focus. I am sure they can help you.

I am currently working for a product to work with Azure Stack, but can't purchase and receive the hardware to run the devkit requirements in time for release.

Currently I am RDP'ing into an ASDK instance setup by a 3rd party, and this might be setup as a nested VM, but it does not matter as it is not noticeable.

Most likely this type of installation I will use more frequenting instead of keep dedicated hardware around just to run the Azure Stack Development Kit when it will not be used 24/7.

I rather actually see a real comment if there is no time to create a unit test.

Why does changing ZQ_PEDERSEN to ZQ_WILLIAMSON fix the bug?

Having meaningful named constants would make much more sense.

Edit: On full view of the code, the bug could be avoid if they broke out the if <demoninationX> blocks into their own function, and to prevent "typo" errors, it would be good to have a local variable named current_demoniation = demoniationX, and then reference that local variable instead of referencing the constant everytime.

This is actually pretty cool. I last worked with satellite data from GOES 8 and 9 in '98. I remember satellite images were sent sent every 3 hours and full disk images were 12 hours. I worked in a weather office where they had one pc running DOS that received the data from Satellite and saved the data where various HP-UX servers manipulated the data.

Last i remember, all data transmitted by these satellites are not encrypted, anyone can build a receiver to gather the data to generate satellite images.

One day I hope to have time to do this myself.