Viewing profile — Kabukks
Kabukks
HN member- Joined
- Mon, Oct 17, 2011, 2:45 PM UTC
- HN karma
- 339
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About Kabukks
No profile information was provided.
Recent public activity
-
comment
Comment #43898401
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 cl…
-
comment
Comment #43318617
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…
-
comment
Comment #43023107
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 re…
-
comment
Comment #41971705
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 …
-
comment
Comment #41807239
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 starti…
-
comment
Comment #40307658
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 creat…
-
comment
Comment #25399959
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 e…
-
comment
Comment #22556703
I wouldn't think we are at the bottom yet. But no one knows.
-
comment
Comment #16875073
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 fu…
-
comment
Comment #16874674
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+)…
-
comment
Comment #16677549
Looks great. I'd love to use it. How is the GPIO/PWM support?
-
comment
Comment #13548710
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 …
-
comment
Comment #13304074
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 …
-
comment
Comment #12977323
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 …
-
comment
Comment #12562716
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 afte…
- story
-
comment
Comment #9711680
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 s…
-
comment
Comment #9700492
I'm only using Ghostery. Disabling it doesn't help though.
-
comment
Comment #9699931
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…
-
comment
Comment #9690752
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 — b…
-
comment
Comment #9624116
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.
-
comment
Comment #9464141
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…
-
comment
Comment #9456989
Because JavaScript is everywhere.
-
comment
Comment #9441645
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 helper…
-
comment
Comment #9441612
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, …