Hacker News new | past | comments | ask | show | jobs | submit | abengoam's comments login

In one of my games the computer castled while in check, so the rules engine needs a little bit of improvement...



Take a look at data virtualization. It's an alternative to data warehousing without the burden of making mutiple copies of the data; instead, it retrieves the information fron source systems in real time.

The "single view of customer" use case, which is the one you mention in your post, is one of the oldest that this technology aimed to solve and it does solve it very well.

Disclaimer: I work for Denodo (http://denodo.com).


Does this actually work though? For instance, we may have user data in an API that, thanks to arbitrary rate limits, isn't useful at all when querying in real time.


You mean not being able to access specific user data due to hitting the rate limits of the API? In that case, you can always cache the data (using the cache facilities of the data virtualization layer) and create a hybrid real time/cached workflow that pulls data in real time when possible and from cache for the APIs that have restrictions in place.


Is this still an issue for you? It would be interesting to discuss a solution.


Great news about the support for all the SVG tags and attributes. Now I can get rid of ugly dangerouslySetInnerHTML hacks for unsupported elements :)


That's awesome! I should know because I also created my own RSS aggregator after the demise of Google Reader.

Here's a screenshot https://imgur.com/YHJOiEX

It fills my needs perfectly because I created it specifically for myself and I control it fully in all aspects.

It's been such a tremendous success for me and so fun to create that I am thinking about replacing other online services with custom-made versions, such as google calendar, google tasks, etc. Something to look forward to in 2016.

Great job, and keep at it!


After the demise Google reader, pretty much everybody I know started building their very own RSS Reader. We also made one for the Relevant app. It's beautiful card called RSS Reader that you can add it from the library. Then just paste your rss urls in the back of the card and it works. (Currently iOS only). http://relevant.ai/


Your reader looks awesome. Did you open source it?


Thank you! Alas, I did not. I am fully behind the open source/free software movement(s), but right now I am at a point in my life where I can't manage and support an open source project as my availability is super spotty. Also, you don't want to see the css... it makes gotos look good.


You should not be afraid of open sourcing code you can't support or are not happy with :)

Here's my most popular Github repository. I never use it and it's entirely supported by its users, I just keep an eye on it:

https://github.com/jleclanche/django-push-notifications

And here is some of my worst production code. Fully undocumented and with my first Python code ever in it, never rewritten/cleaned up:

https://github.com/jleclanche/pywow

There, I just showed you terrible code and unmaintained crap ;) Don't be ashamed!


Oh wow. I was in the early stages of creating something exactly like this this myself - looks good guys!


I'm not on that level but I put manual both measurements and endomondo readouts in a csv file, in my dropbox account. I update it daily with aggregates from the last day and seems to be working ok so far.


That looks awesome.


Any concrete example of issues with Swing, or just general discomfort?


The font rendering for Linux is terrible. Just look at Intellij IDEA in ubuntu for example.

It's a wonderful editor but I can't use it since it is almost not readable.


>> The font rendering for Linux is terrible.

Ubuntu fonts are great, which Linux are you talking about and is this recent as in the last 5 years experience or is it qualified non-sense on your part?

>> Just look at Intellij IDEA in ubuntu for example.

I have, I'm not impressed overall though on Ubuntu the fonts are fine. I stick with Eclipse because SWT was and is a brilliant idea, the widgets don't just look native, they _are_ native.

That bears repeating, with SWT, the widgets don't just look native, they _ARE_ native.


Swing does its own font rendering, so the fonts look wrong[0] on every platform.

[0] Where "wrong" means "different from what is expected on the platform" – until we get higher-resolution screens font rendering is a compromise between sharpness and correctness-of-shape; different platforms make different choices; users adjust to the specific choices their platform has made. To observe this in the wild, read any discussion of Safari on Windows.


FWIW this patch:

http://www.infinality.net/blog/infinality-freetype-patches/

https://launchpad.net/~no1wantdthisname/+archive/openjdk-fon...

Makes IntelliJ fonts actually look good on Linux. It's unbelievable how much better they look, and why no one has fixed this before.

I might actually switch to IntelliJ now.


This is a real problem one thing worth trying is Terminus at 16/12pt it's a pixel perfect font created as a TTF so requires no aliasing etc.

Completely solved the issue for me.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: