Viewing profile — matusfaro
matusfaro
HN member- Joined
- Thu, Apr 15, 2021, 12:52 PM UTC
- HN karma
- 107
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About matusfaro
No profile information was provided.
Recent public activity
-
comment
Comment #49135156
Oh my this is so true: * I waited for Duolingo to support Mongolian for years, and in one evening, created my own DuoMongo https://github.com/matusfaro/DuoMongo * I wanted an LLM t…
-
comment
Comment #47792561
This usually happens in single page apps (SPA): The proper way is to have an actual link but to override the behavior to navigate within the SPA. So if you click it, the navigation…
-
comment
Comment #47516506
I built something I needed: A local desktop app that acts as a gateway for LLMs, MCPs and Skills with smart routing and optimizations built-in.
- story
- story
-
comment
Comment #47493030
Hey HN! With Claude and a strong hammer, I made a desktop app that acts as a gateway for LLMs and MCPs to solve some of my problems: - One place to auth my MCPs and LLMs and to dyn…
- story
-
comment
Comment #47288863
[dead]
-
story
Show HN: Open-Sourcing My Own "Gamified" Wedding Invitations
With a wedding planned in Mongolia and my limited ability to speak the language, I wasn't able to contribute much to most of the planning. So, I decided to focus my efforts on some…
- story
-
comment
Comment #41467888
Agreed, I was only suggesting to use Grayscale to cover all types of color-blindness and to encourage creating UIs that are independent from any color as it's a bad habit in genera…
-
story
Tell HN: Color Blind Awareness Day: Set Your Screen to Grayscale
Hi HN community, Today is Color Blind Awareness Day, a day dedicated to raising awareness about color vision deficiency, which affects approximately 350 million people worldwide. T…
- comment
-
comment
Comment #37643345
Living in Ulaanbaatar Mongolia for some time I experienced temperatures of -20 -30 -40 Celsius. Every ten degrees lower I thought it was going to be the same, but was I wrong. My m…
-
comment
Comment #37473003
> love a tool to see which tabs are talking with each other also Cool idea but probably not that useful and difficult to accomplish. There are many ways to communicate that could b…
-
comment
Comment #37472896
Funny that you say Sonos. I also remember there was a data-over-voice library called "chirp.io" which now redirects to Sonos homepage. Now I know why they acquired them :)
-
comment
Comment #37472870
I can certainly do that. I used a browser extension boiler plate that minifies it by default. I submitted an issue for myself to fix this [1] 1. https://github.com/matusfaro/quaran…
-
comment
Comment #37472816
We have our first bug bounty! Thank you "dz2742" for finding out [1] existing connections including websockets are not terminated and has won 100 USD! This is exactly the type of e…
-
comment
Comment #37472249
The Contextual Identity API indicates that it's supported [1] in Firefox for Android so will need see how usable it is. I was planning on testing my extension on Android soon. Look…
-
comment
Comment #37472108
Interesting options, wasn't aware of those. The only minor counter-argument would be laziness as a security threat: the more difficult you make the process, the more likely the use…
-
comment
Comment #37472030
> built in permission to disable AJAX after page load Interesting, but consider this is a cat-and-mouse game. If you are the only one using this trick it may work for you, but I as…
-
comment
Comment #37471780
> Chrome's profiles are actually superior due to ability to have different extensions and history per profile Interesting attack vector I haven't thought about which could leak inf…
-
comment
Comment #37471496
What actually triggered my idea was a recent DNaaS HN post [1] that tells you your expected life expectancy and other cool facts based on your country and birthdate which I was rel…
-
comment
Comment #37469951
> it allows for multiple levels of isolation Yes! Chrome has a visually similar functionality to Firefox Containers hidden away behind a feature flag [1] at the moment. BUT under t…
-
comment
Comment #37469649
Agreed, and to be honest, this extension is more for myself as I would be extremely skeptical if someone else made it especially with the permissions it requires. It would probably…