Hacker News new | past | comments | ask | show | jobs | submit | UnnoTed's comments login

Some day we'll have a decent chat that doesn't give you problems you don't need. I have been building a Discord/Slack/Mumble alternative since 2020, which is something that I wanted to do since around ~2008 but I didn't have the skills back then. The problem is that I made a few mistakes as I started by writing the client in Go + GTK3, and at some point, it was very buggy (especially in Windows) and hard to debug.

Then I decided to rewrite it in Go + Sciter, but when it was becoming usable[1], as it had voice channels, custom avatars, custom themes[2], and layout modification, embedded images, custom user roles, file upload, and Markdown support, Sciter's creator decided to end support of its TIScript version, which was a JS alternative for controlling the UI. This made all the code that I wrote basically useless as it would have to be rewritten in JS to be compatible with the new version (really bad timing for me to write it in Sciter at that time).

After trying the JS version, it felt even buggier than the TIScript version, and at this time I got sick (stomach related) and had to stop developing it for about a year. During this time, while thinking about it, I realized that all the time that I tried to save by avoiding C++ made me waste even more time. I have tried many options: PyQt wasted too much memory and was too hard to deal with async stuff through QThreads. Rust felt like being married as all it does is whine and you can't get rid of it. Nim had no good GUI option. Go's Qt lib took way too long to do anything as my computer is slow. But now I'm doing what I should have done from the beginning.

A bit more than a month ago, I started to write it in C++ with Qt. Currently writing the media embed part[3]. I think by the end of the year, I should have the basics of a modern chat done, as customizing the UI takes way longer. There is no funding, just me and the dream of a native full-featured customizable (colors, size, space, position) bs-less chat.

[1]: https://i.imgur.com/BFAF2f0.png

[2]: https://i.imgur.com/SagVweI.png

[3]: https://i.imgur.com/nhBUsGh.png


I like to use GoVCL [0] as it provides the GUI of Lazarus [1] including drag-n-drop form designer but with Go as the main language.

GoVCL's author built a C library called liblcl [2] which is what GoVCL uses to control the GUI, so if you know C you can use it instead of Go.

I'm building a lightweight Steam chat client with GoVCL so that I don't need the official client that takes like 200-300mb ram just to show text [3].

[0]: https://github.com/ying32/govcl

[1]: https://www.lazarus-ide.org/

[2]: https://github.com/ying32/liblcl/blob/master/README.en-US.md

[3]: https://files.catbox.moe/c4lzxb.png


Here in Brazil we have churches that allows members to sing songs from a book that we call it Christian Harp[1] as part of the worship, the result is a lot of people who can't sing to save their own life end up singing and musicians from the church try to find the song key and chords in real time, it ends up being a great practice to develop a good ear.

In this video you can see an example of how it is: https://www.youtube.com/watch?v=gF4onowI1xw

[1]: https://pt-m-wikipedia-org.translate.goog/wiki/Harpa_Crist%C...


Thanks for the video link! Very cool. The poor singing combined with the on-the-fly guitar tuning gave the piece a grungy punk-like feel, at least to my ears. I rather enjoyed it.

A cute (translated) comment from the video: “To sing with this guitarist is easy! Just praise the Lord and he does the rest!”


I'm really impressed by the guitarist making her sound better and her pitch was all over the place


I used to be a Hetzner customer for a few years (2018-2020), one day my card stopped working, while I tried to get a new one I ended up with a 5 EUR invoice, once I got a new card I tried to pay the invoice but they had blocked my account, so I had to transfer the money to their account to pay the invoice, once paid they told me to create a new account, I did and was asked for a picture of my passport after being a customer for years, I stopped trying to use their service at that moment. Now paying twice the price at Linode but at least they only ask for a phone number.


My last tool is WireGUIrd, a wireguard gui client for linux.

https://github.com/UnnoTed/wireguird


Looks great! It's always awesome to see another GTK developer out there doing their thing in the wild!


That's the cutest laptop i have seen, after watching it yesterday it made me think about how much work would be needed to get some old netbook like the HP Mini or Asus Eeepc and turn it into a dock for Samsung Dex (desktop mode through usbc->hdmi for Samsung's phones) or a Raspberry pi 4.


The Pinephone comes with a USB gadget driver that presents the phone as a NIC. Plug it into a laptop, and the laptop can then be used as a terminal for the phone simply by sshing into it. X forwarding works, so you can practically run desktop programs that would be cumbersome to run with a touchscreen.

You could probably do the same with a Raspberry Pi, but it might be trickier to do with an Android phone. A phone that supports Termux or UserLAnd would work well if you used adb port forwarding.


There are still a lot of 10.1" laptops out there that are much newer than the old Eeepc's. Here's an eBay query that works for me: https://www.ebay.com/sch/i.html?_nkw=10.1%22+laptop&_sop=12


Why not get something like a HP Pro Tablet 608 G1? It is a slim 8" and it has 5g wifi. That is about the size of the libretto 50ct that I used to have, but the user isn't stuck with Win98se2.


There are some old netbooks in the ebay link I posted, but there are also plenty of new-ish ones that are pre-loaded with Win 10, 4GB ram, etc.


Actually you can already use the eeepc through USB and Dex Desktop (Pc, mac and unofficially chromeos and Linux).

https://liliputing.com/2020/07/use-samsung-dex-with-a-chrome...


Not useful, all it does is lag the page and increase the cpu usage to 40% when you have hardware acceleration turned off.


I work on WebGL in Chrome and I am curious why you have hardware acceleration turned off.


When activated after a while a few tabs would change their background (sometimes the entire page) to show the content of other tabs.


Interesting! If you can still reproduce this would you mind filing a bug at http://crbug.com/new, and pasting the contents of your about:gpu page as a comment?


Agree! They could have cached way more of this. A pre-rendered video would have had the same effect. A fun and impressive thing to build for sure, but its value isn't worth its complexity.


You can’t interact with a video.


Wow, thanks for this comment. It hadn't occurred to me that you could interact with it. Neat!

I wonder if I'm just odd, or if people not realizing it's interactive is widespread.


To be pedantic you can. They would have to ship the locations along side the video.

Of course part of the art is that it is real time (ish). That may be harder to do with video. (But I guess it could be a live stream)


I just don't think the interaction is particularly valuable. I looked at the globe and hovered over one PR. Maybe I'm just not curious enough!


AFAICT, hardware acceleration is enabled here (even tried to force-enable it in FF, on Linux), and the CPU load is still 55%.


It was posted before[1], but there was just the name Sciter in the title, if the post had something like "Sciter engine: Electron alternative going open source" it would have had much more views.

[1]: https://news.ycombinator.com/item?id=24493575


Sciter is much older than Electron.


The first phrase in Nim's home page answers that question... "Nim is a statically typed compiled systems programming language."

also: "Support for various backends: it compiles to C, C++ or JavaScript so that Nim can be used for all backend and frontend needs."


I tried their service 3 years ago, i couldn't receive emails and had to contact them through reddit... at least i got a refund.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: