HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anssip

no profile record

Submissions

Show HN: Spot Canvas – AI-Powered trading charts for learning and automating TA

spotcanvas.com
8 points·by anssip·hace 10 meses·0 comments

My TradingView alternative now has market indicators

spotcanvas.com
1 points·by anssip·el año pasado·1 comments

Show HN: Open-Source Sports Betting

anssipiirainen.com
1 points·by anssip·hace 3 años·0 comments

comments

anssip
·el mes pasado·discuss
Noticed the same thing. In Mac Safari it works without setting any flags.
anssip
·el mes pasado·discuss
I think creating prototypes is now so easy that people are creating them for ideas that are not even worth of prototyping.
anssip
·el mes pasado·discuss
AI makes it possible to ship a lot of junk really fast
anssip
·hace 8 meses·discuss
GAF score sounds like a great idea!
anssip
·el año pasado·discuss
This is my vibe coding project. Just finished coding the indicators for it.
anssip
·hace 2 años·discuss
I would recommend The Lean Startup by Eric Ries. It’s a classic that introduced the MVP concept to the world.

And for a bit of different approach, Make by Pieter Levels. This also recommends trying a lot of ideas and seeking what sticks, but perhaps with a more straightforward approach.
anssip
·hace 2 años·discuss
I've developed a command-line password manager and authentication application in Rust. Here are the key features:

1. Uses KeePass file format for secure credential storage 2. Supports One-Time Passwords (OTP) for two-factor authentication (2FA) 3. Provides a convenient CLI interface for retrieving 2FA codes

The project, named Passlane, offers a streamlined approach to password management directly from the terminal. It's particularly satisfying to generate 2FA codes via command line!

For those interested in exploring the code or contributing, you can find the project on GitHub: https://github.com/anssip/passlane

I'd appreciate any feedback or suggestions for improvement.
anssip
·hace 2 años·discuss
Yes, makes sense! I would need to change it to output only the password without all the extra info that only makes sense for humans - could work in this script mode when provided with an additional command line option.
anssip
·hace 2 años·discuss
About using it for storing keys of other shell scripts/commands: What kind of special functionality this would require? Would you like to, for example, use passlane to extract the password of some script and then pipe it to that script? Perhaps adding that kind of functionality would make sense.
anssip
·hace 2 años·discuss
I use the Passlane CLI for accessing and managing my passwords. Passlane stores the data in a keepass file that I have in Dropbox so that I can access it from multiple devices. On my phone I access it with Keepassium.

Check Passlane here (I’m the author of it): https://github.com/anssip/passlane
anssip
·hace 2 años·discuss
Yes, I had some feature in an earlier version that I wanted to add and the example code I was looking at was async and that made me think that I have to go to that route and also include an async runtime (Tokio). Once I was there, I ended up using async versions of some other dependencies as well.

Later on I then realized that in my CLI app I’m not gaining anything from it as there is no need for any parallel prosessing. It was just making my code more complex.
anssip
·hace 2 años·discuss
I blogged about my approach of learn by doing:

https://anssipiirainen.com/post/learning-rust/
anssip
·hace 3 años·discuss
Reading this makes me want switch jobs. I want to again work somewhere where in the morning I wake up and feel excited to work, instead of feeling forced to work on some stuff that does not interest me at all.