- knoebber parentI assume 'work life balance'
- Like any good yakshaving programmer, i built/use my own note taking / TODO app. Now I want to implement a feature where I can send a SMS to my app, and it will save the text/media to my database. Seems like a lot less friction than using the UI on my phones browser if I just need to save a quick note.
- I live about 180 miles north of silicon valley. The only utility I get here is high speed internet via a radio receiver in a redwood tree[0]. I just tested and I'm getting 20mb down/30 up, 30ms ping. Plenty for wifi calling, video calls, etc. I'm surprised your WISP has such poor performance?
- > *90% of all internet traffic goes through Erlang controlled nodes (Cisco)
(source: https://erlangforums.com/ )
Seems like a pretty good outcome to me?
- I think the main use case today is the dom traversal API. It makes operations like "add the 'error' class to all <input> elements in the form" simple:
Obviously you can do this in vanilla JS, but it's more cumbersome so you'll probably end up rewriting your own less complete version of jquery. There is some value to using a well worn library with public documentation that other developers can find/extend instead of a home grown solution.$('#some-form').find('input').addClass('error')With that said, I wouldn't use it for a green field project. For sites that require lots of interactivity I would pick a modern front end framework that doesn't require this kind of manual dom traversal (probably phoenix/liveview).
- https://dotfilehub.com
No JS, and easy to self host. It’s a place to put your dotfiles. It comes with a CLI loosely based on git for editing, versioning, pushing, and pulling.
- > How do they efficiently update everything on each tick?
The player is responsible for some aspects of keeping their game running efficiently.
See: https://dwarffortresswiki.org/index.php/DF2014:Maximizing_fr...
- A postgres database that is managed by a custom app that I wrote in Elixir / Phoenix / LiveView. Hosted for free on fly.io.
it stores:
- My TODO list (items -> entries -> checkboxes)
- My credit card transactions (scraped from alert emails with gmail api)
- A running log with miles/times/routes
i've implemented misc features to organize everything like content tagging, custom markdown rendering, etc.
- No, the authors state it takes more inspiration from django: https://martenframework.com/docs/the-marten-project/acknowle...
- I spent about 2 years at my last job building a greenfield react app mostly by myself (around 10k sloc). I enjoyed it for the most part. But I did run into all the issues raised here, they are valid. I think the worst issue with React is the dependency arrays that get sprinkled around everywhere - in my opinion the framework is unusable without a 3rd party linting tool that points out when your dependency array is missing something. If you accidentally add the wrong value in there, hello infinite render loop!
One of the biggest level ups I had was extracting complex hooks into their own .js files instead of stuffing next to component code. This helps a lot with readability/reusability.
Overall I liked what I came up with, but it felt like a lot of inventing stuff on my own, which I'm not sure if the next developer who comes along will appreciate.
- I'm living/working remotely off grid with a solar panels, batteries, and a 2000w inverter. It's comfortable. I usually have a few lights, the wifi router, a monitor, laptop charger, and a fridge plugged in. This comes out between 100w and 300w, so I have room to spare for bigger items like power tools.
I do cheat by using a propane range for cooking and wood for heat. At some point I'd like to move to an electric induction stove, but I need to do some research how efficient they are.
- Results from https://kagi.com/search?q=bronze+patina+thickness
1. https://en.wikipedia.org/wiki/Patina
2. https://www.adamsbronze.com/bronze-patinas/
3. https://www.sciencedirect.com/topics/materials-science/patin...
3a. https://www.sciencedirect.com/science/article/abs/pii/S23524...
4. https://www.corrosionpedia.com/important-facts-you-might-not...
5. https://www.accurateimageinc.com/CutMetals/Finish_CutBrnzPat...