Readit News logoReadit News
bkanber commented on Google Podcasts to shut down in 2024   techcrunch.com/2023/09/26... · Posted by u/FabianBeiner
bkanber · 2 years ago
I actually like the google podcasts app. It's simple, it works, no ads, does everything I need it to do. Sigh. RIP.
bkanber commented on LLaMA2 Chat 70B outperformed ChatGPT   tatsu-lab.github.io/alpac... · Posted by u/georgehill
nmfisher · 3 years ago
I haven't had a chance to use the GPT-4 API yet - is it that much better than the GPT-4 available via ChatGPT? Or am I misunderstanding?
bkanber · 3 years ago
ChatGPT is a wrapper to the GPT Completion API with some sane defaults. With a new beta feature you can edit the system prompt via ChatGPT, but you still can't adjust the other parameters you can reach with the API.
bkanber commented on 50% of new NPM packages are spam   blog.sandworm.dev/one-in-... · Posted by u/miohtama
wruza · 3 years ago
Captcha is an alternative to small fee, cause solving it automatically costs money.

Real fee will scare away almost all amateur developers and almost all professional developers who don’t already have a business account available.

bkanber · 3 years ago
I run a big web property with great SEO ranking, and captcha definitely does not deter the spam. A lot of this spam is posted by actual humans.
bkanber commented on Ask HN: Any solo game developers here?    · Posted by u/YesBox
luxuryballs · 3 years ago
lol there were no expectations other than those that were presented, we had a face to face call during which I suggested an idea: send discord invites to a secondary server so all the people who didn't fill the open slot could meet up since they were seeking similar connections and later during that same call he literally said "funny you should say that because it turns out that's exactly what I am doing!" but this was a lie or at least immediately forgotten (which is what made the "that was my plan all along" part seem like a lie)
bkanber · 3 years ago
Calling them a liar publicly when you didn't have all the context definitely counts as asking them to do emotional labor for you.
bkanber commented on Ask HN: Any solo game developers here?    · Posted by u/YesBox
YesBox · 3 years ago
I just checked my discord and I dont have anyone blocked. I close/leave conversations so I dont clutter my inbox, so maybe discord internally severs the connection? (That would be really good to know moving forward). (edit: I also dont recall "immediately" closing any chats, but I may have?)

Anyways, sorry you feel that I wronged you, it really was not my intention. I received over 30 responses last time and it's a lot of work to interview everyone, then video interview them. It looks like you are running a discord yourself and managed to build your own community, which is great. Maybe you have an idea how much work this is, and perhaps you are better at handling this type of work than I am :)

bkanber · 3 years ago
This type of interaction is exactly why I stopped running communities online. People thrust their expectations upon you and then expect you to do either mental labor to meet those expectations, or emotional labor to make amends for not meeting their expectations that you never consented to in the first place. It burnt me out very quickly.
bkanber commented on Ask HN: Who is hiring? (February 2023)    · Posted by u/whoishiring
bkanber · 3 years ago
Tidal Labs | Remote (USA) | Full Time | Small Team

Hiring: JS/React and PHP (7.4+) engineers. Both full-stack and client services engineering.

We've been around for 12 years and quietly power various types of digital brand-meet-people interactions: on the surface, it's an "influencer marketing platform" (competitive with CreatorIQ et al), but we also power employee education portals, user generated content sites, and entire digital agencies with our technology.

We're a very small company that does high quality work and no overtime. You will be mentored, not micromanaged, but you must also be a self-starter and consistent.

Salary range $140k-$180k.

Email cto@tid.al with your resume and any other details you feel are relevant.

bkanber commented on Mercedes Makes Better Performance a $1,200 Subscription in Its EVs   thedrive.com/news/mercede... · Posted by u/Geeek
aliqot · 3 years ago
I'd never buy a Mercedes, but....

Mercedes is the car you buy your wife to signal that you're a person of means. A person of means does not scoff at the wishes of their wife, especially not for such a paltry sum.

bkanber · 3 years ago
In this day and age we generally try to eschew gender roles. People who want status will seek status regardless of their gender or relationship status.
bkanber commented on Modern PHP features – PHP 8.0 and 8.1   laravel-news.com/modern-p... · Posted by u/mikece
adamrezich · 3 years ago
might as well ask this here: does anyone have any recommendations for minimalist PHP frameworks, in 2022? I have a hand-rolled PHP site that's been getting quite a bit of traffic and it needs quite a bit of internal reworking to make things more performant and such. I'm looking at evaluating Fat-Free Framework as it seems to be more or less what I'm looking for, but I haven't seen any recent opinions anywhere about it (aside from top-ten lists, which is all you can find when you search google for such opinions).

all I need is routing, caching, possibly some light database abstraction, and possibly some light templating stuff (but PHP is a templating language, and that's how I'm currently using it). I don't want MVC or any of that, just the absolute basics.

bkanber · 3 years ago
Another option is Laravel Lumen
bkanber commented on Algorithms in PHP: Deques   withinboredom.info/blog/2... · Posted by u/withinboredom
pluc · 4 years ago
That code is so bad. Who does this?!

    return ($this->head === 0 && $this->tail === $this->size - 1) || $this->head === $this->tail + 1;
Or this?

     $return = $this->next?->resetPrevious();

Or this!!!

    $this->tail =
            $this->tail?->setNext(new Node($this->tail, null, $value))->next
            ?? $this->head = new Node(null, null, $value);

Or leaves typos in their code?

    elseif ($this->tail === $this->size - 1) {
            $this->tail = 0;just a tiny
        }


I get that PHP has a bad rep but this ain't helping.

bkanber · 4 years ago
> I get that PHP has a bad rep

Have you ever tried reading perl code?

bkanber commented on Show HN: Pornpen.ai – AI-Generated Porn   pornpen.ai/... · Posted by u/dreampen
dymk · 4 years ago
I'm having some trouble finding it through search, but if I recall, this project was submitted to HN at some point.
bkanber · 4 years ago
Was it this one? https://news.ycombinator.com/item?id=9847283

If so, it existed for a while but shut down years ago.

u/bkanber

KarmaCake day3693November 10, 2007
About
CTO, Tidal Labs https://burakkanber.com Former hybrid vehicle engineer Current CTO and software engineer
View Original