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

I don't think sending your emails to somebody else for LLM inference, whomever that might be, is a viable business model. Unless it is completely local, I would never use it.


didn't aim for this to a business model. I do, however, think it can be provided there is trust for Email Client through compliance etc


How did you make the UI? It looks really nice.


Using references to popular design systems is your friend (Fluent 2.0 by Microsoft, etc.)


Did you consider JetBrains licensing model? I don't like renting software, I'd rather buy it upfront, but JetBrains with their fallback licenses really got me – you get your perpetual fallback license for a particular version of product. And guess what, I keep paying them anyway, because of confidence I can fallback, but they keep innovating with new updates.


I basically copied this. Yaak also has a perpetual fallback license.


Now we're talking. Thanks!


Ah! I was so happy I can put postman to rest. What I didn't like is the landing page did not clearly communicate I am installing a non-free product with a trial, so I uninstalled it. I am only letting you know that this trick might affect retention.


Yes, however I do not see screeps as constrained environment – AFAIK you can allow yourself to write sloppy code and get your task done.

Here I focus instead on sheer performance of your code. You 64k of ram is all you get, every move you do blocks you and you get an equal chance to execute your program – e.g. everyone gets a slice of 10'000 T-states per game iteration. For context, on ZX spectum machine, you get 70'000 T-states between frames. So this, potentially, creates a competitive environment, where a bot that takes 500 T-states less to take decision to move and does so earlier, eats you, it wins.

I've been a witness of competitions when people would take "who can make this problem solved the cheapest" and it's fun. So I figured I should try and take it to extreme.


Can you put a screenshot of what it is going to look like into the repo's readme?


I've pushed a quick image here: https://github.com/drivecore/mycoder/blob/main/docs/Screensh...

Here is run that debugged an issue I ran into with TanStack Start: https://pastebin.com/FcGKdPbU

It solved this issue that I reported autonomously: https://github.com/TanStack/router/issues/3492


Tangent: some of Expensify's github issues have a price tied to em eg. [$250] issue name... would be funny for bots to start completing them


When you clone yourself you spend energy – and you must specify how much energy you sacrifice. With explosive cloning you will die fast. At least that's my assumption, this is all being refined as we speak.


Actually, I've been referenced to this already, but I have completely missed it.

I have been messing around with Z80 processor for some time and given how it's slow and simple I had to do some really dirtry tricks to make game code efficient, and that made me thinking "hey, this has potential as a benchmark, what if I make a competition where speed of decision making is key". Since Z80 Emulators allow for precise tick control, every bot gets equal chance.

And because of Z80 simplicity I was able to go 100% deterministic route: every game has a seed and it's guaranteed that games with the same seed and players end up the same, so players can debug what happened after they've lost, etc.

There are C compilers for it, but I am also curious if somebody with enough Rust-fu just provides a binding for it, since this is technically not about C, but about machine code.


At lease there's a difference: Core War uses fictional CPU architecture, while this one uses Z80. BTW, the first GameBoy is also a Z80 device, yes?

Something to have fun with on weekend :)


Does it allow to setup up two tasks, convert webm to mp4 and convert mp4 to webm, such as all I have to do is drag-and-drop into some shortcut?


I once tried to slap TLS/SSL stack onto ZX Spectrum – so HTTPS connection on it worked, but it took solid two minutes to just load a certificate – sometimes you gotta do the "I made a screaming robot - why? - hmmmmmm...."


That rules, have you made a writeup of it anywhere?


It had to be done :) If not us, who else would?


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

Search: