HackerLangs
TopNewTrendsCommentsPastAskShowJobs

lone-cloud

109 karmajoined 6 anni fa
https://github.com/lone-cloud

Submissions

Show HN: Prism – Self-hosted notification gateway (Signal, Telegram, WebPush)

github.com
2 points·by lone-cloud·2 mesi fa·0 comments

Show HN: Prism – Self-hosted notification gateway for privacy

github.com
2 points·by lone-cloud·2 mesi fa·0 comments

Show HN: Gerbil – an open source desktop app for running LLMs locally

github.com
37 points·by lone-cloud·8 mesi fa·12 comments

comments

lone-cloud
·6 giorni fa·discuss
I would recommend people use comaps instead which is the actual FOSS fork. OM has a long history of malicious behaviour like quietly adding ads, turning a part of its previously open sourced code proprietary and misappropriating donations. OM has lost most of its community a year ago to comaps and are now rushing vibe coded features to compensate.
lone-cloud
·3 mesi fa·discuss
Are you me? Somebody was talking about gitea on here yesterday and I also ended up self-hosting and moving all of my private projects to Ferjero yesterday after a bit of research. I can't bring myself to move public projects due to job prospects + GitHub network effect. Otherwise I'm role playing as a system admin now with 20 local services for various things I need. I think the most important thing is to have regular backups as you're now in charge of keeping your data from getting lost.
lone-cloud
·3 mesi fa·discuss
I use rclone + backblaze. You get 10GB for free which is more than enough for self-hosted stuff.
lone-cloud
·4 mesi fa·discuss
It's not that hard to implement. I did: https://github.com/lone-cloud/gerbil
lone-cloud
·4 mesi fa·discuss
I did: https://github.com/lone-cloud/gerbil
lone-cloud
·4 mesi fa·discuss
Any half capable engineer can vibe code this in a week. Who cares?
lone-cloud
·6 mesi fa·discuss
Maybe we're arguing semantics, but I think calling shadcn a "basis for a design system" is more accurate than a traditional component library. The difference to me is that shadcn lives inside your codebase and you can fully customize it as you please. You cannot customize a component library like MUI nearly to that extent.
lone-cloud
·6 mesi fa·discuss
shadcn ui is not a component library but the basis for a component library that has great accessibility built-in from the start, so yes, it is a refutation.
lone-cloud
·6 mesi fa·discuss
It's not that hard to build a design system with decent accessibility. Just use shadcn ui components instead of rolling your own.
lone-cloud
·6 mesi fa·discuss
Maybe you should take your own advise and try to understand his perspective.
lone-cloud
·7 mesi fa·discuss
When I finished reading it I thought it was an anti-Trump piece, but the author also wrote: "That's why it baffles me that some prominent technologists embrace hateful ideologies.". Was Trump a techie too? He must have been behind the creation of JS.

"The ARM processor which powers the modern world was co-designed by a trans woman." This is not factually correct. Roger Wilson was one of the designers of the processor, but he didn't transition to become Sophie Wilson until 9 years after the first release of ARM1 according to Wikipedia.
lone-cloud
·7 mesi fa·discuss
The mindless code comments are a dead giveaway. It's always the same pattern of: "a thing" <--- here is a thing Generally a dev would clean these up, but when they don't it's a major red flag to me that it's just unreviewed vibe coded slop.
lone-cloud
·7 mesi fa·discuss
The code is partly refined AI generated slop and the UX is lacking. The functionality is very basic and needs to be more thoroughly tested. This type of project is half a work day tops for a senior+ dev to create with agentic coding.
lone-cloud
·7 mesi fa·discuss
- "Electron comes with a few rather significant drawbacks" Not going to mention them at all though? - what possible reason could one have to use Next with Electron? Not everything needs to be in Next and there's no reason for SSR + Node.js API server (primary advantages of Next vs React) when the client and server are on the same machine. The author's solution is to wrap this with another dubious framework (Nextron looks abandoned and hasn't been updated for over 10 months btw) to force them to somehow work together. Like why? - the idea behind Tauri to leverage the user's system's webview may sound like free real estate, but as many Cordova devs have previously found out, it's incredibly risky when you have no control of your own runtime. Desktop webviews are not a uniform layer. Ex. Webrtc is not supported on Linux webviews.
lone-cloud
·8 mesi fa·discuss
That's how the pros do it. Yes, you can load both a text and image gen models at the same time. Needless to say you'll need a very beefy GPU(s) to do this so I wouldn't recommend it unless you know exactly what you're doing as generally you'll want to max out your VRAM for one model at a time for the highest quality results. Open webui and sillytavern allow both text and image gen from the same UI although I wouldn't recommend it for advanced users. Otherwise Gerbil will give you multiple pages to toggle through via the titlebar dropdown.
lone-cloud
·8 mesi fa·discuss
At the risk of sounding like a linux snob, I highly question OP's taste: - recommending X11 WM/DE over Wayland in 2025 is nasty work - 7.3/8 GB swap usage? mad man - bash? meh. integrated GPU? meh - 4k packages installed seems super excessive (I'm at 887 (pacman)) - that topbar has way too much superfluous info and looks bad. I guess it's nice if you frequently forget which timezone you're in and need to know how fast the wind is outside?
lone-cloud
·8 mesi fa·discuss
[flagged]
lone-cloud
·8 mesi fa·discuss
I would personally never use an out-of-the-box browser because of this. Instead of Firefox I use(d) LibreWolf which strips out all the Mozilla trash. I'd argue that all gecko-based browsers are "bad" and Mozilla has been largely incompetent for many, many years now with failing to modernize their browser engine. As I remember, their current CEO fired the entire team responsible for a modernizing their browser codebase in order to focus on the type of crap described in this article. I strongly believe that by far the best browser out there right now is Brave. However, as with Firefox, it's pretty terrible out-of-the-box and you have to add "local company policy" files in order to be able to strip out all of its web3, AI and other crap that nobody wants. In a way, all modern browsers are the same. I can't wait for more serious competition although I'm doubtful that's it's really possible due to the sheer complexity of the problem, but I do realize that there are some serious contenders coming up in the next few years.
lone-cloud
·8 mesi fa·discuss
Gerbil's built-in image generation is based on "StableUI" and I also prefer its super simple UI. Yes, you can load your own LoRa from the "Image Generation" tab. Gerbil also includes the optional ComfyUI integration from the settings for very advanced users. Its graph-based UI is a bit too advanced for me personally.
lone-cloud
·8 mesi fa·discuss
I believe what you're describing is outside of the scope of Gerbil. Gerbil is not an LLM front-end, but Gerbil will run your LLM and seamlessly integrate (orchestrate) it with a custom front-end from the list in my original message. I believe this functionality will need to live in a custom front-end. I'm curious how jan.ai is planning on handling this. I'm guessing they're writing their own custom front-ends which is probably tightly integrated with their system.