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

curious about not vibe coded, is it because you wanted to learn? or some thing else as well?


Maybe they care about it being robust in the long run, maintainable, secure and/or not too bloated.


Pretty much. I plan on using this program for a long time. I don’t want a codebase that looks like something out of a H.P. Lovecraft novel when I have to fix something in the future.


[flagged]


Are you serious? You don’t think I’m capable of running the codebase through an LLM? Or is this supposed to be some kind of gotchya? Rude and lame.


I'm not the OP.

Not everyone is paying for LLMs, even now. So I think it is perfectly reasonable to assume good intentions, here.

Someone spent their own tokens to ponder your code and thought they'd share the result. For anyone else looking, like me, I can see that this is probably going to come up relatively clean without having to spend my own tokens, or install it, and I'm more likely to, now that I can see that.


Turns out it was bad intentions, I respect the optimism though. And thanks for taking a look!


Ignore them. These people are insane, don't ruin your day reading their messages.


[flagged]


Am I reading this correctly? You got offended on behalf of LLMs because of some quip I made about how I choose to write code on my spare time?

This is fascinatingly psychotic - but for your own good you might want to shut down the agents for a bit and take a walk.


i am building https://alphacheck.ai on the side. it uses stock market data to track performance of recommendations made by youtubers.

What i have working as of now: - submit a video and get a snapshot of which stocks were mentioned, sentiment (buy/sell), price delta and reasoning. - analyze a channel and get a performance 'report card' of that channel


I tried the collaborative features to pair program with a colleague a few months ago, but it was bad. It was very flaky in establishing a connection. In the cases we were able to establish a connection, the voice chat would not work. We tried to make it work for a couple of days, and then we gave up. Has there been lots of work in the past few months on the collaborative features?


I develop Chips of Fury, a poker app for playing privately with friends. Currently I am building support for lots of home game variations like pineapple (regular, crazy, lazy), different Holdem variations like Super, reverse, super reverse, blind man's bluff etc and many more. I am thinking about how to implement AI bots for a wide range of variations.


Ah, I've made the same! I made a very flexible turn-based framework - write the game logic on server in javascript, then state+options are given to clients, so platforms (swiftui, web, unity, webxr etc) "just" have to implement UI on top (Also means I have a default/debug view, which works for all games). The games can run offline (via javascriptcore on ios, natively on web etc) and supports bots for all games (they randomly choose options on their turn) which has a very simple opening to get some reinforcement learning in.

Then specifically I was making an app which let me customise rules for poker - extra streets, antes, throwaway cards, passing cards, multiple boards, multiple decks, etc to support as many variants as possible, and ideally, stumble across new ones.

As an aside, I posted to reddit for research of other home variants people play (Basically to stumble across more fun variants in our home games) there's a few good alternatives I've not heard of in here!

https://www.reddit.com/r/poker/comments/1i91mnz/what_are_you...

I've run out of steam a little bit (burnt out & seeking work isn't great for own projects), but has been an excuse to learn swiftui. I'd be tempted to team up with people to keep the project alive...


wow, i would like to talk to you to learn more if nothing else. can you please email me (mail in profile) if you would like to connect.


I don't see how he's infringing on amazon's logo tbh. On cursory search I found that colgate and danone have the same smile stroke under their logo too.


The fact that you immediately knew they were referring to Amazon when they never mentioned it in their comment kind of says it all, no?


Okay, but those companies wouldn't be infringing because their goods/services wouldn't be confusingly similar with one another nor Amazon.

Check out 15 USC § 1114 for details (e.g., for a suit in the USA).


somewhat ironically, adding these examples to the post would make it more valuable :)


Is there any request pricing (I could not find a mention to it on the pricing page). Could be quite compelling for some use-cases if request pricing is free.


There is no per request pricing.


about how much size does shorebird add to the app bundle?


I used dive when I was trying to cut down on the size of the image. Diffing and seeing what files/directories go into each layer was very useful.


I use it to create realtime backups of game databases. in my app each game has it's own sqlite database to store game state and litestream creates a real time copy of the database on cloud storage. if a game server crashes, i recover using the litestream copy.


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

Search: