Hacker Newsnew | past | comments | ask | show | jobs | submit | LForLambda's commentslogin

I can't scroll on mobile without tapping to download an app. Ugh, when did Tumblr become such trash.


I had no trouble scrolling, but the "get the app" overlay seemed to break the "go back" function of my browser. If this is a dark pattern to get me to engage with the site it has backfired and convinced me to avoid it at all costs. A horrific (cool) font for horrific (not cool) webdesign.


Get the app


The advertising on this page is particularly aggressive.


This is cute, and definitely a good educational resource about mature foss HCI applications, but this will not give the degree of quality that many have come to expect from assistants as simple as even Amazon's Alexa. Sirius is much closer to what you want.

http://sirius.clarity-lab.org/sirius-suite/


Is this a self contained project that does not need internet connection to do speech recognition/synthesis?


After a casual read: yes, I believe so, in that it does not require 3rd party API's. You do still need to run it on a server that your client device can connect to. If your goal is an assistant that does not report back to Apple/Google/MSFT/Amazon, then Sirius looks like another good option.


Was interested in this but from my reading of the docs it looks like it just queries a local instance of Wikipedia? So I couldn't ask "What's the weather today" or "Do I have an appointment on Saturday" or "Who won last night's Redskins game?". Which means it's a neat toy but nothing I'd ever use.


Didn't know that Caffe can be used for speech recognition! Does it convert the audio to spectral images and do it that way?

I wonder how good the results are compared to to Google's stack - http://googleresearch.blogspot.co.uk/2015/08/the-neural-netw... - check arxiv for more info. Haven't seen any open source implementations yet


the law of good-enough will strike again.


Apple already requires submission of llvm bitcode, if Microsoft adopts this then it may become a thing.

Oh god no.


I don't recall the details but I understand M$ opened .NET because they're going to have a cloud-based ".NET IL in, optimized C(/C++?) out" service for Windows (desktop, tablet, phone, XBOne), while everyone else is stuck with running the .NET runtime bytecode interpreter. It's a remarkably well-thought-through plan; .NET has proven itself as a reasonably snappy platform, so Linux/FreeBSD/OS X won't feel too left out.

So yeah, pretty much exactly what you described.


Well, the .Net runtime, including their current JIT compiler, is open source now, so nothing keeps people from improving the JIT compiler or replacing it with a static IL->binary compiler.

IIRC correctly, GCC could compile Java to machine code a couple of years back. This obviously required one to a) have the source and b) give up on cross-platform portability, and I don't know how well the compiled code performed in comparison to bytecode running on, say, HotSpot, but the option was there. In other words, it has been done before.

As much as I like to distrust Microsoft, if they can implement a static compilation scheme for .Net that provides better performance than what the open source community can come up with, and then offering it for Windows only, that may not be super-nice of them, but it certainly is not evil, either.


Aaaaaand downtime


Is the code for this available anywhere?


Is it a thing to blog with github issues now?


In theory blogging on github issues could actually be quite convenient.

- Great(==standardized) markdown support.

- Easy image support.

- Uptime is someone else's problem.

- Sending someone your blog also directly links them to your ~entire public codebase.

- Builtin sane commenting system.

- Can keep code beside the blog. Its aggravating to find a living blog that links to a dead code host.

- Free with zero setup cost for everything above.

- Not having to deal with ruby dependencies for jekyll...

Edit: You know, I think I'm going to host my blog in this manner. When writing the above list I realized I'm sick of having to handle each of those.


All of that works with hosting md files in github repo or in gists, but with them you also get a convenient version control system also known as git.


Even the wiki is a git repo, though there's no built in search like there is for repositories and issues.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: