Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kabukks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Kabukks
1y ago
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.
2.
▲
by
Kabukks
2y ago
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, LL
3.
▲
by
Kabukks
2y ago
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
4.
▲
by
Kabukks
2y ago
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 t
5.
▲
by
Kabukks
2y ago
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.
6.
▲
by
Kabukks
2y ago
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
7.
▲
by
Kabukks
6y ago
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 be
8.
▲
by
Kabukks
7y ago
I wouldn't think we are at the bottom yet. But no one knows.
9.
▲
by
Kabukks
8y ago
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.
10.
▲
by
Kabukks
8y ago
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 R
11.
▲
by
Kabukks
8y ago
Looks great. I'd love to use it. How is the GPIO/PWM support?
12.
▲
by
Kabukks
10y ago
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
13.
▲
by
Kabukks
10y ago
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
14.
▲
by
Kabukks
10y ago
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?
15.
▲
by
Kabukks
10y ago
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?
16.
▲
Dirty Rant About the Human Brain Project
(mathbabe.org)
4 points
by
Kabukks
11y ago
|
0 comments
17.
▲
by
Kabukks
11y ago
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 way
18.
▲
by
Kabukks
11y ago
I'm only using Ghostery. Disabling it doesn't help though.
19.
▲
by
Kabukks
11y ago
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?
20.
▲
by
Kabukks
11y ago
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 &
21.
▲
by
Kabukks
11y ago
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.
22.
▲
by
Kabukks
11y ago
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 (
23.
▲
by
Kabukks
11y ago
Because JavaScript is everywhere.
24.
▲
by
Kabukks
11y ago
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 impleme
25.
▲
by
Kabukks
11y ago
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:/
26.
▲
by
Kabukks
11y ago
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
27.
▲
by
Kabukks
11y ago
Oh my god. I'm deeply ashamed now. /thread
28.
▲
by
Kabukks
11y ago
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.
29.
▲
by
Kabukks
11y ago
> 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.
30.
▲
by
Kabukks
11y ago
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 y
More ›