Readit News logoReadit News
emailgregn commented on Ask HN: What are the cons of PostgreSQL?    · Posted by u/minionslave
emailgregn · 9 years ago
Select count(*) takes a surprisingly long time, even on an indexed table. Apparently thus is because of the MVCC model and row count estimates are available to mitigate.
emailgregn commented on Ship scrapping accelerates ahead of Panama Canal launch   theloadstar.co.uk/ship-sc... · Posted by u/protomyth
emailgregn · 9 years ago
Are the newer ships more environmentally friendly? I'd assume only slightly because they're still burning bunker oil, only slightly more efficiently. Which I find perverse given the attention focused on car pollution.
emailgregn commented on Keras 1.0 – Python deep learning framework   blog.keras.io/introducing... · Posted by u/fchollet
fchollet · 9 years ago
Yes, I think we should work on a FAQ to introduce common ML concepts and their implementation in Keras. Any specific concept that you had trouble with?
emailgregn · 9 years ago
Cool. It sounds dumb but just shaping the inputs was a problem for me. I wanted an LSTM/RNN but epochs, batches and recurring sequences didn't click together for me. I also had trouble plotting the learning curves.
emailgregn commented on Keras 1.0 – Python deep learning framework   blog.keras.io/introducing... · Posted by u/fchollet
emailgregn · 9 years ago
Congratulations on hitting 1.0, Keras really looks like the way forward for python ML. I tried to use Keras after doing Andrew Ng's Coursera course but found that I just couldn't connect the dots from what I'd learned on the course to the concepts assumed familiar by the keras documentation though.
emailgregn commented on TempleOS V4.02 Released   templeos.org/TempleOS402.... · Posted by u/TerryADavis
fit2rule · 10 years ago
I agree with you completely. The idea of a single language to rule the entire system is brilliant, and is something I wish others would consider putting their attention on - i.e. distro builders who compose a "Lua-only" stack, or a "Python-only" stack, and so on.. well, such things exist in Dockerland easily enough these days, but one wonder what it would be like if the 'modern desktop OSes' had this hit-one-key-and-access-code-anywhere mentality .. it has so much appeal over the current worm bucket o' mystery that is the modern OS 'distribution'/'package'/'bundle'/'module collection' ..
emailgregn · 10 years ago
wasn't that the idea with OLPC Sugar [http://wiki.laptop.org/go/Sugar]?

The whole desktop and apps in python and hackable.

emailgregn commented on Ask HN: Where would you incorporate your European startup?    · Posted by u/aharonovich
nimbix · 10 years ago
Unfortunately, being incorporated in Malta just screams "shady business" - at least here in Slovenia where such companies belonging to questionable characters are constantly in the news.
emailgregn · 10 years ago
It's interesting to hear that having recently experienced the wholehearted enforcement of KYC rules and general efforts avoid/shed that reputation.
emailgregn commented on Ask HN: Where would you incorporate your European startup?    · Posted by u/aharonovich
bbrazil · 10 years ago
The going rate for setting up an Irish company is around €250, and mine only took a few days.

Getting an Irish bank account is painful though, and that's with me being Irish in Ireland. I wouldn't try it from Portugal - though presumably you could use a local bank.

emailgregn · 10 years ago
This is worth consideration too. Getting a bank account can be difficult.
emailgregn commented on Siri, Alexa and Other Virtual Assistants Put to the Test   nytimes.com/2016/01/28/te... · Posted by u/dnetesn
emailgregn · 10 years ago
How long before these vacuous AI assistants will be useful in the real world?

* "Siri, check if there are better deals than renewing my car insurance with current provider."

* "Cortana, book my brother a flight from Milan to Toulouse on Monday, and don't forget to check budget airlines that aren't on expedia."

* "Alexa, change my phone contract to the new daysaver tariff."

Telling me it's raining outside or being able to make a restaurant booking in a handful of places in NYC is just not interesting^W AI.

Context and identity seem to be major missing ingredients.

emailgregn commented on Robigalia: seL4 and Rust   robigalia.org/... · Posted by u/xj9
gaze · 10 years ago
Why would you ever do that? You'd end up a bunch of unreadable rust code wrapped in a gigantic unsafe {} block.
emailgregn · 10 years ago
The LSTM would be trained against an existing high quality Rust code base and it's IR; so I wouldn't expect a bunch of unsafe literal translations.

Whether the C side IR has enough debug metadata or could be annotated automatically would be the make or break.

emailgregn commented on Robigalia: seL4 and Rust   robigalia.org/... · Posted by u/xj9
emailgregn · 10 years ago
I was just recently wondering if an LSTM neural net could be trained as a decent decompiler from LLVM IR to Rust source. Feed that with Clang output of an established OS and coreutils(i was thinking minix3 but maybe seL4) and get a working if not necessarily idiomatic Rust OS. Refactor at leisure.

u/emailgregn

KarmaCake day55February 18, 2013View Original