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

marcuskaz

no profile record

投稿

Show HN: Lil Apps

lilapp.us
2 ポイント·投稿者 marcuskaz·20 日前·1 コメント

Gram, a source code editor forked from Zed

codeberg.org
2 ポイント·投稿者 marcuskaz·29 日前·0 コメント

Sheets, terminal based spreadsheet tool

github.com
6 ポイント·投稿者 marcuskaz·3 か月前·0 コメント

Impact of AI on Tech Blogs

mkaz.blog
1 ポイント·投稿者 marcuskaz·6 か月前·0 コメント

Parking Lot designs can be much safer

mkaz.blog
4 ポイント·投稿者 marcuskaz·7 か月前·5 コメント

Jotit – command-line notes with AI search and summaries

github.com
2 ポイント·投稿者 marcuskaz·8 か月前·1 コメント

VimWiki: Personal Knowledge Management in Vim

mkaz.blog
3 ポイント·投稿者 marcuskaz·9 か月前·0 コメント

Trying Out Jujutsu VCS

mkaz.blog
2 ポイント·投稿者 marcuskaz·10 か月前·0 コメント

コメント

marcuskaz
·9 日前·議論
Great idea! I just created one for Pi

https://github.com/mkaz/pi-modoro
marcuskaz
·11 日前·議論
Except they're not available, 3-4 month wait time.
marcuskaz
·11 日前·議論
When is Amazon Bedrock going to get these newer models?

Offloading compute to them is much easier, except its still a limited set of open models. Most companies are already running in AWS, so it's an easy add, models run in a trusted location, just another line item on the Amazon bill. You don't have to talk anyone into signing up with a new vendor. Plus you don't have to worry about local hardware at all.
marcuskaz
·15 日前·議論
The US government employees around 3m people, I'm pretty sure 2.7m people losing their jobs would feel the difference.
marcuskaz
·先月·議論
The population doesn't just go from 100m to 50m instantly. It gradually changes over time, 100 years from now the smaller population will work itself out, but none of us will be alive for that. We still have 100 years of discomfort to get through.

Fewer children mean all the industries and gov't services who are employed now to service children will need to downsize, these are lost jobs now before the fewer children grow to adults where they would take over those fewer jobs. All of this will have a effect across the economy.

Pediatricians, Teachers, Toys & Games companies, Children Furniture, School Supplies, Electronics, etc.... All of these are sized with the expectation of the same consumer demand, but when there are less kids to buy and service each of these will be forced to downsize. Again in the long run it works out, but in the short run say next 50 years for people in these markets will see downsizing over time. Can the rest of the economies pick that up?
marcuskaz
·先月·議論
The basis of capitalism is on growth. How can you continue to grow revenue constantly if there aren't more people to buy products or use your services. Additionally tax revenue decreases as fewer people are working, so less government services and employment would be available.

Schools is a good example, as there are less children, you need less schools and consolidate. So there are less jobs for teachers, now it looks like an equilibrium issue since over time it will balance out. But those teachers who are losing their jobs are adults, tax payers, consumers now and the loss of spending has a cascading effect.
marcuskaz
·2 か月前·議論
These small utilities are great, now so quick and easy to create. I made a TUI version and then grew tired of it and ported it to Electron, took less than an hour for each. For those complaining about YAML format, you can create your own in less than an hour using whatever format you want.

The potentially disheartening thing about the ability to create apps like this, they are just low effort are they even worth sharing anymore? I have personal clones of Postman, Teux Deux, Goodreads and a few other utilities. Previously I would clean them up, document, and share out, but now I don't bother with most of it. Just not worth it, when people can make their own customized to their whims.
marcuskaz
·2 か月前·議論
Much better, nice update!
marcuskaz
·2 か月前·議論
Also, the stacked graph only allows you to quickly see total mentions, really hard to compare negative or positive sentiment across models at a glance.
marcuskaz
·3 か月前·議論
I wrote a brief intro to Jujutsu here: https://mkaz.blog/code/jujutsu-vcs
marcuskaz
·4 か月前·議論
Inventory is tight too, if you look at delivery/shipping times for Mac Studio and Mac Mini, I'm seeing April/May
marcuskaz
·5 か月前·議論
I just did this at work, I was working with Postman testing an API and wanted it work in a slightly different way and be able to do some bulk testing, saving responses, all slightly different then how Postman worked. I clone just the features I wanted in about 15 minutes and now have my own API test tool that works exactly how I want. It is not something I would ever release or need to share, just a local tool for me to use. If your software doesn't provide a service, like sync, storage, availability, if it is just local, it'll be a tough market.

This also got me thinking about open source might be dying. For this tool, there is no reason for me to open source it, anyone can create the same thing in minutes. I didn't add anything, the only maybe interesting part would be to share the prompt, but then someone else can create their own prompt to have their tool do what they want.

Software world is really getting weird.
marcuskaz
·7 か月前·議論
Brilliant, agree, that's much better and even more safer.
marcuskaz
·7 か月前·議論
So would you make cul-de-sacs out of each column?
marcuskaz
·7 か月前·議論
I have a similar one using localStorage https://github.com/mkaz/browser-pad
marcuskaz
·7 か月前·議論
Do you have a school age child? My inbox is flooded with school updates, fund raisers, random questions, and is double when my two kids aren't at the same school.
marcuskaz
·7 か月前·議論
:thinking-face:

- How builds and deploys are configured

- The simple aspect of connecting a GitHub repo and you get auto deploys

- Auto creating branch environments that make testing as easy as a new link

- Just configuring users and permissions and not seeing IAM anywhere is a huge win

My billing admins don't do any of this stuff.
marcuskaz
·7 か月前·議論
Developer experience matters. This is what Vercel figured out and why their admin screens are sooooooo much better than anything AWS or Google creates.
marcuskaz
·8 か月前·議論
100% - Is it all custom site? Looks like a Next.js app
marcuskaz
·8 か月前·議論
I got tired of fighting with note-taking systems. Every time I tried a system like PARA or Johnny Decimal, I'd spend too much energy thinking about filing notes plus when I needed to find something, I'd forget which bucket I put it in and end up grep-ing for it anyway.

So I built Jotit, a command-line app that just lets me dump notes quickly without thinking about where they go. I then use AI for search and to create summaries. Now I can query my notes in instead of trying to remember my past filing logic. Plus the summaries works surprisingly well: I can take messy notes all week and get a clean work summary on Friday.