Tomáš Grošup
@tomasgrosup
Followers
440
Following
732
Media
31
Statuses
1K
F# team @ MSFT | Prague Matfyz alumni (Similarity analytics) |
Česká Lípa
Joined August 2009
Find: invested .Replace: invested and decided to sell at this very moment,not a day after,not a day before. (Because until you sell, you got 0). Volatility looks bad in comparisons like these. If you have a little bit of control over when to withdraw, you can just wait trough it.
Here is how much you would have if exactly one year ago you would have invested $1,000 in one of these:. - $1.040 if in a 1-year treasury bill (a treasury bond).- $1,010 if in Bitcoin.- $963 if in the S&P 500.- $616 if in Solana.- $424 if in ETH. Of course market is down right.
0
0
2
RT @GergelyOrosz: Here is how much you would have if exactly one year ago you would have invested $1,000 in one of these:. - $1.040 if in a….
0
17
0
RT @almirmesic: I just gave my first long-form talk, "Electrifying Norway with F# and DDD". Quite rewarding experience. See comments for f….
0
3
0
RT @mkristensen: 🎉 Happy 28th birthday, Visual Studio! I've been a happy user since the beginning (almost), and I'm looking forward to spen….
0
75
0
INSERT INTO event_store (event) VALUES(“{type:’transfer-attempt’, from:’A’, to:’B’, amount:100}”). You anyway need auditing and history📆. You still need to log unsuccessful attempt🏦. Event sourcing is a functional paradigm for data management. Make it part of your toolbox ⛑️.
Here's one way of performing a bank transfer in either Postgres or MySQL (it's slightly easier if just MySQL). It gets messy very fast if you need any complex logic, which is why business logic almost always ends up on the application server in a traditional stack, not the DB.
2
0
3
RT @devdigest_today: ⚡️ F# Weekly #10 2025 Introduces Elmish Land. 🏷️ #devdigest #dotnet #net #fp #fsharp.
sergeytihon.com
Welcome to F# Weekly, A roundup of F# content from this past week: News Write your Aspire AppHost in F#! C# vs F# | AI comparison Easy API Testing | ApiStub.FSharp .NET AI Template Now Available in…
0
3
0
RT @absurdtrader: Myslim si, ze povinnosti kazdyho cloveka, co mel uspech v tech svete je alespon cast vydelanych penez zpatky recyklovat d….
0
46
0
RT @nohwnd: Next week wednesday we are having another iteration of .NET meetup, at Microsoft in Prague. Come meet us there if you are inter….
0
3
0
RT @praeclarum: I wanted to play around with designing a new programming language and was reminded how much I value F# for this. F# - Its….
0
5
0
RT @nexta_tv: In Czechia beavers built a dam in 2 days, which local authorities had been planning for 7 years. The animals saved the admini….
0
2K
0
My least favorite forms of #fsharp code :. 3. SingleObject |> _.Member ( just use a plain dot in that case, god dammit!). 2. End of line "else", big block below not indented. 1. End of line "&&" in a bool-returning function, big block below not indented.
1
0
4
A very nice fusion of large language models and built-in F# evaluator for computational requests.
Experimental 'chat with code evaluator' feature added to FsOpenAI to generate and evaluate F# code interactively. (need own OpenAI key). Evaluation sandbox utilizes typed AST to only allow types from set namespaces.
0
0
9