Could you elaborate on the progress that has been made? To me, it seems only small/incremental changes are made between models with all of them still hallucinating. I can see no clear steps towards AGI.
HN user
Kabukks
I suspect instructing the model to respond with "I don't know" more readily will result in more of those responses even though there are other options that seem viable according to the training data / model.
Remember, LLMs are just statistical sentence completion machines. So telling it what to respond with will increase the likelihood of that happening, even if there are other options that are viable.
But since you can't blindly trust LLM output anyway, I guess increasing "I don't know" responses is a good way of reducing incorrect responses (which will still happen frequently enough) at the cost of missing some correct ones.
Last time I tried Elevenlabs for German text, it got a lot of numbers and dates wrong.
E. g. saying "1963" when the actual year in the text was 1967. Yeah, the voices sound very realistic. But I'm not sure how useful that is if you can't trust the spoken words.
Does anyone know if it got better in the last weeks?
I'm currently building an open source CMS in Golang. Meaning fully implemented backend and frontend + support for custom themes in the frontend and custom collections/items in the backend.
Now, there is a lot of CMS software out there. Some of the better ones are paid products.
What I'm hoping to eventually accomplish is easy local creation of a website (content and themes) and after that easy one click deployment to a cheap hosting provider. Alternatively just copying a local folder to your own vps/server with the CMS should be enough.
My dream outcome would be a CMS that is a one-stop solution for most types of websites (blogs, company sites, shops, ...). To hopefully contribute to making people stop using facebook, twitter, other centralized and eventually login seeking services for hosting content people would like to read.
For this, a free/cheap one click hosting solution after locally creating and previewing a site would be necessary.
PHP is still pretty widely used here because cheap web hosting package support that. I like PHP, but for open source projects I prefer Go because of the maintainability and fun of writing it.
Sorry, but that doesn't work in real world applications. Multiple requests are fired simultaneously all the time. E. g. browsers starting with multiple tabs, smartphone apps starting and firing multiple requests etc.
I've heard that CRDT needs to be the source of truth for certain features to work (handling users going online/offline?). I was never quite sure why it would not work to just create a new CRDT document from another source of truth (markdown, database, ...) when starting an editing session. Maybe someone else can explain.
I'm using your service (found it on HN too) for a side project and I'm very happy with it. Good job!
One nitpick: I'm seeing occasional timeouts (probably because the residential endpoint went down recently). Do you have a best practice on how to work around that?
I wouldn't think we are at the bottom yet. But no one knows.
I've looked at the compute module. It is positioned as the way to go for mass production - but the price point seems higher than the Rpi as you still need a base board for it to function.
I'm currently prototyping a product using the Raspberry Pi + GPIO. I've often wondered - if the thing makes it to market - how I would substitute the Rpi in mass production (1000+). The SD card is a big point of failure for many Rpi users for example. So storage is probably something I would change.
Does anyone have experience with a mass produced product that used the Rpi in prototypes?
I know element14 is offering Raspberry Pi customization for mass production.
Looks great. I'd love to use it. How is the GPIO/PWM support?
SPIEGEL Tech Lab | Android Developer | Hamburg, Germany | Full time | Onsite | http://www.spiegel.de
We're looking for someone to dive into our existing Android code bases as well as develop new mobile apps from the ground up.
Apps you'll be working on include SPIEGEL ONLINE, DER SPIEGEL, and SPIEGEL TV which are used by millions of readers daily.
We need you to be proficient in Java, Android SDK, and Git. We would be very pleased if you bring a curious mind as well :) In addition to that, familiarity with relevant technologies used within SPIEGEL will be a plus (e.g. SQL, HTML, CSS, JS, iOS development, Java server side).
Due to the nature of our industry (publishing), you should be able to read/write/speak German on a native level.
Interested? Please send your application to techlab@spiegel.de
SPIEGEL Tech Lab | Android Developer | Hamburg, Germany | Full time | Onsite | http://www.spiegel.de
We're looking for someone to dive into our existing Android code bases as well as develop new mobile apps from the ground up.
Apps you'll be working on include SPIEGEL ONLINE, DER SPIEGEL, and SPIEGEL TV which are used by millions of readers daily.
We need you to be proficient in Java, Android SDK, and Git. We would be very pleased if you bring a curious mind as well :) In addition to that, familiarity with relevant technologies used within SPIEGEL will be a plus (e.g. SQL, HTML, CSS, JS, iOS development, Java server side).
Due to the nature of our industry (publishing), you should be able to read/write/speak German on a native level.
Interested? Please send your application to techlab@spiegel.de
I love Turkish Airlines for the food.
They used to hand out Turkish Delight after take off. They didn't the last time I've flown with them though (October 2016, economy). Did they stop doing that altogether?
I feel the same. Maybe we should pool some money to train it on AWS. Is there a community where Machine Learning hobbyists can pool money to train models that are open sourced afterwards?
Great idea! Are you planning to support F-Droid or other non-Play store sources?
I know first hand[1] that visibility of an Android game is basically zero if it's not on the Play store. So something like this could help alternative ways of distribution to become feasible.
I'm only using Ghostery. Disabling it doesn't help though.
Holy CPU time! That site consumes 100% of my CPU (presumably 100% of one core) whenever it is in the front tab (Firefox/OS X).
Anyone else experiencing that or is it just my laptop running wild?
Gatekeeping is a complex job of managing boundaries that do not just define others but that also define ourselves. Status symbols — silk shells, designer shoes, luxury handbags — become keys to unlock these gates.
Pierre Bourdieu's "La Distinction" is a great text that investigates this topic in depth. It's (among other things) about taste. How it's inherited through generations, how it's a gatekeeping tool for jobs and status.
What you wear isn't the whole story btw. It's also how you wear it (as exemplified above ("Chavs" wearing Burberry)). One of Bourdieu's examples is art and how one speaks about it (using certain words, knowing the "right" works of art etc. Another example might be wine).
I don't know if Bourdieu is widely read in the US, but he certainly influenced my thinking about class, class boundaries, and taste. Highly recommended.
Check out Journey too: https://kabukky.github.io/journey/
I'm the creator, I hope it's OK to post it here. It seems fitting.
Thanks for trying it! I would guess this is because I build the linux releases with gnu libc. See here: http://www.blang.io/2015/04/19/golang-alpine-build-golang-bi...
You can also try compiling from source (see the Journey Wiki on GitHub for instructions).
Because JavaScript is everywhere.
I pretty much just reverse-engineered the Ghost helpers using the theme documentation. Take a look at https://github.com/kabukky/journey/blob/master/templates/hel... for all helpers that are implemented yet.
I'm not looking to make money off it. It is tempting to expand the functionality into a full CMS, but that should be a task for a fork.
Using GopherLua is a pleasant experience. Easily integrated and surprisingly fast. But the documentation is lacking.
If you use it in a web server that executes Lua with requests, take a look at the LState pool pattern[1].
[1] https://github.com/yuin/gopher-lua#the-lstate-pool-pattern
It uses SQLite internally. One Database file at journey/content/data/journey.db
I'm working on being able to just drag and drop a Ghost db in there and loading that one. Only the timestamps need to be converted for that to work.
Oh my god. I'm deeply ashamed now. /thread
You are right. I was thinking about the general fail-safety of my programs. Not letting me compile saved me from overlooking a (return) value more than once.
Is Journey's editing/writing interface up to snuff with ghost? Support for tags, SEO metadata, full markdown support, image upload?
Yes for everything except for SEO metadata. That's planned tough.
I chose Go because I wanted to learn it ;) In retrospect tough, I couldn't have wished for a better language to write a web server in. I especially like the opinionated handling of code formatting and memory safety (it won't let you compile if you have a unused variable for example) and the consistent error handling (I know, a lot people seem to dislike Go's error-oriented programming style).
Pull requests are very much welcome. :) Here's my high priority feature list right now:
Gzip support, hashes for serving static assets (and/or expires headers), multi-user support, support for all of the Ghost theme helpers, MySQL, Postgres, and Google App Engine support.