frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: TokenDagger – A tokenizer faster than OpenAI's Tiktoken

https://github.com/M4THYOU/TokenDagger
248•matthewolfe•13h ago•68 comments

Show HN: New Ensō – first public beta

https://untested.sonnet.io/notes/new-enso-first-public-beta/
220•rpastuszak•15h ago•81 comments

Show HN: We're two coffee nerds who built an AI app to track beans and recipes

https://beanbook.app
45•rokeyzhang•7h ago•33 comments

Show HN: Local LLM Notepad – run a GPT-style model from a USB stick

https://github.com/runzhouye/Local_LLM_Notepad
4•davidye324•2h ago•0 comments

Show HN: Open-Source International Space Station Tracker ESP32/Arduino for $20

https://github.com/GuitarML/SpaceStationTracker
61•keyth72•3d ago•17 comments

Show HN: Praxos – Context Management for AI Agents

9•mogusian•2h ago•3 comments

Show HN: A continuation of IRS Direct File that can be self-hosted

https://github.com/openfiletax/openfile
5•elijahwright_•4h ago•0 comments

Show HN: I built a daily sunlight tracker

https://www.lumehealth.io/products
39•vickipow•4d ago•31 comments

Show HN: Private real-time dictation app for Mac

https://github.com/aviaryan/Very-Fast-Dictation
10•aviaryan•11h ago•2 comments

Show HN: Timezone converter that tells you if your meeting time sucks

https://timezig.com
2•skrid•4h ago•0 comments

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor

https://github.com/RedPlanetHQ/core
3•Manik_agg•5h ago•0 comments

Show HN: Octelium – FOSS Alternative to Teleport, Cloudflare, Tailscale, Ngrok

https://github.com/octelium/octelium
334•geoctl•1d ago•144 comments

Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription

https://github.com/nullwiz/audiopipe
4•nullwiz•6h ago•0 comments

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs

https://github.com/attach-dev/attach-gateway
4•hammadtariq•8h ago•0 comments

Show HN: ArcFont – Font Embedding Model

https://github.com/JErnestoMtz/ArcFont
2•jernestomg•8h ago•0 comments

Show HN: QuizKnit, an open source quiz creator

https://quizknit.com
3•jibolash•9h ago•0 comments

Show HN: I'm an airline pilot – I built interactive graphs/globes of my flights

https://jameshard.ing/pilot
1508•jamesharding•3d ago•196 comments

Show HN: Summle – A little maths Game

https://summle.net
25•kirchhoff•4d ago•8 comments

Show HN: Sharpe Ratio Calculation Tool

https://www.fundratios.com/
22•navquant•1d ago•16 comments

Show HN: MailMap – Turn emails into interactive stories on Google Maps

https://mailmap.site
3•Premananda•11h ago•0 comments

Show HN: AGL a toy language that compiles to Go

https://github.com/alaingilbert/agl
83•alain_gilbert•5d ago•12 comments

Show HN: Semantic-dictionary – A Python dictionary with semantic lookup

https://github.com/eu90h/semantic-dictionary
4•eu90h•12h ago•0 comments

Show HN: Vet – A tool for safely running remote shell scripts

https://getvet.sh
80•a10r•2d ago•37 comments

Show HN: DotnetEbpf - Write Linux eBPF kernel applications in C#

https://github.com/KallDrexx/DotnetEbpf
4•KallDrexx•13h ago•0 comments

Show HN: Ravana, Multi AI Assistant Browser Desktop App

https://github.com/yogirk/ravana
3•ashtavakra•13h ago•1 comments

Show HN: My Cross-Platform MySQL Parser

https://abbychau.github.io/mysql-parser/
4•abbychau•14h ago•0 comments

Show HN: A tool to benchmark LLM APIs (OpenAI, Claude, local/self-hosted)

https://llmapitest.com/
52•mrqjr•1d ago•9 comments

Show HN: Sink – Sync any directory with any device on your local network

https://github.com/sirbread/sink
144•sirbread•3d ago•89 comments

Show HN: AI image alt text generation tool – Turn images into text with AI

https://imagerr.ai/
4•andrej-wp•15h ago•0 comments

Show HN: A different kind of AI Video generation

44•fcpguru•5d ago•19 comments
Open in hackernews

Show HN: Sharpe Ratio Calculation Tool

https://www.fundratios.com/
22•navquant•1d ago
I built a simple but effective Sharpe Ratio calculator that gives the full historical variation of it. Should I add other rations like Calmar and Sortino?

Comments

ProjectArcturis•1d ago
Who is the intended user for this? Pretty much anyone can calculate a mean and standard deviation without a bespoke website.
motoxpro•1d ago
Yeah, what is a "professional grade" sharpe ratio compared to a shape ratio
tripplyons•1d ago
I think professional-grade is referring to their calculator not the statistic. I don't see what would make this site better than throwing your CSV into a spreadsheet or a simple script that would make it considered professional-grade.
navquant•18h ago
One of the benefits is that the risk free rate is kept up to date on a daily basis. The calculation matches for each day the actual risk free rate, rather than just using the latest available value.
blitzar•18h ago
> professional grade

vibe coded - I dont know where in the training set the Ai learnt to call everything "professional", maybe too much linkedin cringe in the dataset but it picked up the habbit and it stuck.

Just yesterday I told Claude “If you have to say it, it's probably not true” - it of course told me I am right.

k2enemy•1d ago
I was wondering too. If someone is sophisticated enough to have their return data in a CSV, calculating a Sharpe ratio is trivial. The hard part is already done.
molsson•1d ago
I guess this is the 1yr sharpe plotted over time, ie the sharpe at date X considers the stddev within the previous 365 days etc?

Many brokers only show 1yr sharpe or perhaps 3yr sharpe (for example swedish nordnet has 1/3/5 year sharpe: https://www.nordnet.se/fonder/lista/jupiter-gold-silver-usd-... )... but very often stocks/funds go steadily upwards for several years in "good times" and then we have major drawdowns during turmoil like 2008 or 2020 etc. In these cases, a 1yr or 3yr sharpe can be very misleading.

Have you considered also plotting 3yr sharpe and 5yr sharpe over time? Perhaps the length of the sharpe ratio would be configurable in the calculator?

navquant•18h ago
Right now it uses the total stddev of the portfolio, over the full history provided. It can be changed fairly easily to compute it over a moving window of 1/3/5 years.
shabbychef•1d ago
Probably better to give some interpretation of the achieved Sharpe, to help end users interpret the results, rather than curating a whole zoo of exotics that nobody understands.
navquant•18h ago
Valid point. I could show a comparison to known funds or stocks to give an idea of the real performance
thomasfl•1d ago
How about adding a demo? A demo may even be for a made up non existing fund, named Acme Fund.
navquant•18h ago
Great idea, will add
k2enemy•1d ago
> Our tool automatically uses the up to date Secured Overnight Financing Rate (SOFR).

Are risk free rates matched to return dates? This makes it sound like the tool uses a single risk free rate for all excess return calculations.

navquant•18h ago
It does not use a single risk free rate for all excess return calculations, but rather matches each return with the risk free rate of the day.
rongenre•23h ago
Sharpe ratio is just the start: it gives you a metric on your portfolio. If it gave an interpretation of what that means, or give guidance on how certain actions would adjust the Sharpe, that might add a lot more value.
navquant•18h ago
Good point, will add something to give a bit of guidance.