HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mmmrk

no profile record

投稿

Maybe (personal finance app) v0.6.0, post-mortem

github.com
2 ポイント·投稿者 mmmrk·12 か月前·0 コメント

Memory safety for web fonts

developer.chrome.com
306 ポイント·投稿者 mmmrk·昨年·220 コメント

コメント

mmmrk
·7 か月前·議論
You can commission a custom typeface (or a modification of an existing one from their library) and get the rights to them, so they're yours. It's expensive up front, but you own it after.
mmmrk
·昨年·議論
3x5 like done by Starting Strength continues to work well for beginners looking for strength. After you tapped out the easy gains, you can use a periodized program for body building described by "the science" if you wish, but can do more useful weights because you are stronger.
mmmrk
·昨年·議論
We had to drop hatch for now, because it does not work well with uv's lockfiles. Someone opened an issue here: https://github.com/pypa/hatch/issues/1886. We use bare uv for now.
mmmrk
·2 年前·議論
English is more likely than Mandarin, because lots of people (including the mainland Chinese working in sectors that interface with the outside world) can speak some English, but very few people outside China speak any Mandarin.

Nassim Taleb wrote about this in https://medium.com/incerto/the-most-intolerant-wins-the-dict....
mmmrk
·2 年前·議論
Not sure about an app, I keep a Jupyter notebook for meal planning and double checking calorie intake, with info from https://www.nutracheck.co.uk/CaloriesIn/Product/Search?desc=... (use the search bar there, it's accessible without an account).

For general fat loss advice, I find Renaissance Periodization helpful: https://www.youtube.com/watch?v=EsNeZjjOOl4&list=PLyqKj7LwU2.... There's also https://www.hornstrength.com/radicallysimplefatloss.

You may want to combine fat loss with strength training for better results. My favorite information source on this is Starting Strength: https://www.youtube.com/playlist?list=PLNhFKPjedRnQ_qs4ID5gl..., also see https://startingstrength.com/about. If you live in the US, Munich, Brussels or some parts of Asia, you could find one of their gyms at https://coaching.startingstrength.com/.
mmmrk
·2 年前·議論
Nit: the option does not hint, it emboldens text, as in, smears it a bit to make it appear thicker. And I think the default is actually 2?
mmmrk
·2 年前·議論
Yeah, I also got an ODAC combo (amp and DAC sandwiched in an enclosure) in continuous use since it released way back when. The only annoyance is that there's probably something wrong with the USB cable, as it loses connection depending on how you twist it, so I may accidentally strike it and then spend a few minutes wiggling the connectors to get it back. The Micro USB connector choice didn't age too well, so I can't easily find a replacement with chokes :)
mmmrk
·2 年前·議論
You can use the Python library fontTools, which comes with a command line tool called `fonttools varLib`. Prerequisites: 1. you have a so called Designspace file which tells the tool where in the design space the fonts are and 2. The fonts have compatible glyph outlines and font features.

For the former, get a random font project like https://gitlab.gnome.org/GNOME/cantarell-fonts/-/blob/master..., install the Python tool fontmake in a venv, and run `fontmake -m Cantarell.desigbspace -o ttf-interpolatable`. In a new subdirectory, you'll find a new Designspace file and TTFs. Switch them out and edit the DS file to make sense. Good luck.

For the latter, you are probably out of luck because static fonts are usually compiled in an outline-incompatible way and your only options are to fix them yourself in fontforge or such or ask the original vendor, who is probably going to laugh at you and demand money.
mmmrk
·3 年前·議論
The books "The Barbell Prescription" and "Practical Programming for Strength Training" contain a lot of info on how to branch out from the novice program. The latter contains a small section on lifting for sports, while on his podcast Rippetoe emphasizes that you do general strength development for any sport and spend the rest of the time practising that sport.

I was at a Starting Strength seminar recently and the coach explicitly said that the beginner's program is not the end-all, so I'm not sure where that criticism is coming from?
mmmrk
·3 年前·議論
Can you expand on why you think it's a waste of time?
mmmrk
·3 年前·議論
Maybe https://startingstrength.com/article/barbell_training_is_big... is more to your liking?
mmmrk
·3 年前·議論
My favorite introduction to this is the book "The Barbell Prescription", together with "Basic Barbell Training, 3rd Edition". They got me out of just getting sweaty and tired in the gym to actually training and increasing my strength.

The people behind these books also run the YouTube channels https://www.youtube.com/@GreySteel and https://www.youtube.com/@startingstrength, respectively. Lots of highly educational videos on these!
mmmrk
·3 年前·議論
I still don't like the tight spacing (space between the glyphs). Adding a `letter-spacing: 0.1px` to the Regular makes words look less cramped at body copy size.