Neat. I was considering this route as well.
idunnololz
I am the developer of Summit for Lemmy.
- 3 Posts
- 113 Comments
Thank you everyone for the answers. After more reflection, unfortunately I’m going with Home Assistant simply because I already have the page open on every device. It’s not pretty but it’s already basically my “home page” so might as well as add to it instead of introducing a completely different service/page.
My toolbar is already full :/
Well there’s a few services that I really have no need for outside of my home so if I don’t need it, why expose it?
Maybe I’m missing something but I mostly just want some quick links to my services. I thought Grafana was mostly for graph/data driven dashboards?
idunnololz@lemmy.worldOPto
Selfhosted@lemmy.world•Considering self hosting my own git repositories. What are some options?English
6·23 days ago
Jokes aside, yes.
idunnololz@lemmy.worldOPto
Selfhosted@lemmy.world•Considering self hosting my own git repositories. What are some options?English
3·23 days agoI’d prefer it to have a website UI just in case I want to take a quick look at something when I’m not home.
I mostly don’t use AI… At least not directly for programming. I use it for other things like translating, formatting text, etc. i sometimes ask AI to make something for prototyping purposes.
I will occasionally ask AI to solve programming problems, more to keep up with current trends. I like to keep informed with what AI can and cannot do because even if I choose not to use them, the same will not be true with my coworkers or other people I interact with. Having a good understanding of the current “meta” for AI lets me know what to look out for in the context of avoiding disasters.
idunnololz@lemmy.worldto
Android@lemdro.id•Galaxy S22 owners hit with bootloops and One UI freezes after latest security patchEnglish
3·1 month agoIsnt the simplest explanation they made a mistake?
idunnololz@lemmy.worldto
Android@lemdro.id•Galaxy S22 owners hit with bootloops and One UI freezes after latest security patchEnglish
7·1 month ago“Never attribute to malice that which is adequately explained by stupidity.”
idunnololz@lemmy.worldto
Programming@programming.dev•I Started Programming When I Was 7. I'm 50 Now and the Thing I Loved Has Changed
12·2 months agoI’ve had this problem with abstractions for the longest time. Of course whenever I say anything negative about abstractions I just get dog piled so I don’t usually like to discuss the topic.
I think abstractions as a tool is fine. My problem with abstractions is that most developers I meet seem to only talk about the upsides of abstractions and they never take into account the downsides seriously.
More often then not, I just think people treat abstractions as this magical tool you cant over use. In reality, over use of abstractions can increase complexity and reduce readability. They can greatly reduce the amount of assumptions you can make about code which has many many additional downsides.
Of course I’m not saying we shouldnt use abstractions. Not having any abstractions can be just as bad as having too many. You end up with similar issues such as increased complexity and reduced readability.
The hard part is finding the balance, the sweet spot where complexity is minimized and readability is maximized while using the fewest amount of abstractions possible.
I think too often, developers would err on the side of caution and add more abstractions then necessary and call it good enough. Developers really need to question if every abstraction is absolutely necessary. Is it really worth it to add an additional layer of abstraction just because a problem might arise in the future vs reducing the number of abstractions and waiting for it to become a problem before adding more abstractions. I don’t think we do the latter enough. Often times you can get away with slightly less abstractions than you think you need because you will never touch the code again.
idunnololz@lemmy.worldto
Programming@programming.dev•What are some cool and obscure data structure you know of?
7·3 months agoI personally don’t think it’s that obscure but I have never seen this used in production code that I didn’t write: the linked hash map or ordered hash map.
idunnololz@lemmy.worldto
Android@lemdro.id•Google Starts Sharing All Your Text Messages With Your EmployerEnglish
11·4 months agoI’m pretty sure I have MDM on my device and I can definitely copy and paste from work apps to non work apps and vise versa.
Holy sht. I know what im doing this weekend.
Its ok. The corners are sanded down /s
I can confirm the cake is good and I can make time.
If anyone wants a slice, they can get their own cake.


To “fix” the memory leak, just restart your server every day with a cron job /s