HackerTrans
TopNewTrendsCommentsPastAskShowJobs

retendo

no profile record

Submissions

Deutsche Telekom/Brain.ai showcase app-less AI smartphone concept

reuters.com
1 points·by retendo·2 yıl önce·0 comments

comments

retendo
·5 ay önce·discuss
You don't need a lot of imagination to predict those jobs can be done by other robots in the not so far future.
retendo
·2 yıl önce·discuss
I have a totally different experience.

I'm porting a medium sized project (40k loc) from iOS to Flutter and I couldn't be more happy with my setup with Claude. Every time I hit the Pro plan limit and I have to resort to ChatGPT the work that I have to put in to manually fix the code easily triples.
retendo
·2 yıl önce·discuss
You could have a mode for people „who know what they are doing“ and just auto approve all the changes plandex makes and let users handle the changes themselves. I would actually prefer that, because I could keep using my IDE to look at diffs and decide what to keep.
retendo
·2 yıl önce·discuss
Isn't the number one reason that nuclear gets a bad rep because there is no compelling solution for getting rid of the waste?
retendo
·3 yıl önce·discuss
Phrasing!
retendo
·3 yıl önce·discuss
I created a home bar app for organising my bottles and drink recipes. Now other people use it too, but I still sometimes struggle with prioritising features for myself instead of building for others.

https://apps.apple.com/us/app/noflair/id1550567225
retendo
·3 yıl önce·discuss
I love that the map doesn't show any borders
retendo
·3 yıl önce·discuss
It's still the most unbelievably ironic name for a pioneer/inventor.
retendo
·3 yıl önce·discuss
Good catch! Worked for me with Postgres 15. Did not work for me with Postgres 12.
retendo
·3 yıl önce·discuss
Can you elaborate what your process is? Some context would be nice as well. Like, what kind of language, what kind of project? I'm genuinely interested.
retendo
·3 yıl önce·discuss
Swift doesn't have a GC. The automatic reference counting is a feature that just inserts retain/release statements at compile time, so there is no additional process that handles that. I would suspect that the performance hits originate from other things.
retendo
·4 yıl önce·discuss
You have a good instinct there.

Go work for as long as you think it's rewarding, and maybe in a few years you might want to go to university and then you can easily work part time as a freelancer. You'll be one of the few students who don't have to worry about money.

Anyway, do whatever motivates you the most right now!

If you're interested in working in Berlin, send me message, I might be able to give you some recommendations and/or contacts depending on what you want to do.
retendo
·4 yıl önce·discuss
I think a big factor for indie developers is this:

If you have a subscription model you don't have to prioritize marketing and sales as much and can grow at a more gentle pace and focus more on the quality of the product. I'd rather spend time and money on preventing churn by making the product better, instead of investing in shiny stuff and ads to keep the existing revenue stream at a constant level.
retendo
·4 yıl önce·discuss
Finally, a way to play physical Sabacc[1] in real life.

[1]: https://starwars.fandom.com/wiki/Sabacc
retendo
·4 yıl önce·discuss
I found it to be quite pleasant to work with.

Context: I’m mostly working as an iOS Developer, but I do have some experience with other languages that are not Swift/Obj-C. I did not have any prior experience with the dotnet ecosystem, though.

When I chose F#/.NET Core for my side project 2 years ago, I was looking for something similar to Swift in terms of pragmatism and reliability (big chunk of available standard/first party libraries), but more mature as an API technology and slightly more functional.

Why more functional? Because I was interested in it. I’m not a religious person.

F# ticked all the boxes. Most libraries you’ll find, that interact with the outside world, are basically functional wrappers around established, mature C# libraries. Those are either first party (ASP.NET Core) or “the standard” (Npgsql for interfacing with Postgres).

A couple of tools and libraries that I use, off the top of my head: Saturn, Npgsql.FSharp, FluentMigrator, NLog, Flurl