Looking forward for a 20ish billion parameter version
HN user
blmayer
https://blmayer.dev
hn@mail.blmayer.dev
It's vim.NIL
It's out!
I'm working on an experimental display server, for educational purposes and fun:
https://terminal.pink/bgce/index.html
Or https://github.com/blmayer/bgce
The idea is to have the minimum needed for a usable graphical experience. So drawing to drm buffer and handling inputs basically. It's been fun to do.
I am build a toolkit for it too:
https://terminal.pink/bgtk/index.html
Or https://github.com/blmayer/bgtk
I think it is nice that we can just write to a buffer and it appears on the screen. Very little abstraction is needed. Hope you like it.
I also made some progress on my hardware projects, but I'll keep a low profile for now.
I find it funny that people say "only" for a setup of 64GB RAM and 8GB VRAM. That's a LOT. I'd have to spend thousands to get that setup.
Apart from security concerns I don't think this is bad, if it is well tested and still runs it fast, then there is no need to spend a lot of money in new software or hardware.
I have 2 fronts actually:
1. Hardware a. Trying to create my own mechanical keyboard: already modeled, how finding a suitable printer. b. Waiting for a display to arrive so I can wire into my digital calendar. c. Waiting my modem HAT to arrive to go to phase 2 of my self hosted server.
1. Software a. Preparing my next blog post. b. Working on my distro.
References:
- Blog: https://blog.terminal.pink - Distro: https://terminal.pink/lin0/tree/index.html
NB: I know my certificate expired.
it goes like this:
<footer>
<hr>
<h3>Responses:</h3>
<object data=/mail/uptime.html type=text/html></object>
<a href="mailto:reply@blog.terminal.pink?subject=uptime">
reply
</a>
</footer>
so when I receive an email it is appended to this mail/uptime.html file.I don't like it because I wanted it to be just one p for each email, but the object has a whole page, like head, stylesheet, and it's separated from the outside context in some ways, not really sure.
Glad to hear you migrated to plain HTML and CSS, I think this creates a healthier environment: it removes bloat and is more efficient.
My question is how do you update your feed, sitemap and other stuff?
I've been doing it by shell scripts, I'm not 100% satisfied, I also create gemini pages from HTML, which changes content a lot.
Another question: how do you handle comments to your posts?
Because my blog is a static site, so there is no processing on the server end, and I don't want third parties to handle this. What I've done is adding a handler to my mail server, so it writes the mail sent to articles to the right place. And the HTML uses an <object> to load them. I don't like it either, but works. Any suggestions for this things?
Thanks!
Location: São Paulo, Brazil
Remote: preferred
Willing to relocate: yes
Technologies: Go, Python, AWS, Linux, C, R, MongoDB, MySQL, Mathematica, GCP, HTML, JavaScript, docker, shell
Résumé/CV: https://myr.sh/w.html
Email: bleemayer [at] gmail.com
I don't know much about this area, but I'm really fond of Dieter Ram's design. See "less but better" and google about him.
Location: São Paulo
Remote: preferred
Willing to relocate: yes
Technologies: Go, Python, AWS, Linux, C, R, Mathematica, GCP, HTML, JavaScript
Résumé/CV: https://myr.sh/w.html
Email: bleemayer [at] gmail.com
I'm working on a gemini web browser called astro (https://github.com/blmayer/astro), so far it has 50 stars, I'm super happy.
Also I have a SMPT server featuring automatic encryption using the WKD standard: https://dovel.email the idea is that people could self host their email easily. Maybe I'll make a SAAS for this.
My webring is mostly for fun and testing stuff: https://derelict.garden
Now they are hosted on my raspberry pi zero on my living room!
Location: São Paulo
Remote: Preferred
Willing to relocate: Yes
Technologies: Golang, python, Linux, Mongodb, HTML, Wolfram language, C, CSS, Javascript, AWS, GCP
Résumé/CV: https://myr.sh/w.html
Email: bleemayer@gmail.com
I wish I had seen this 5 years ago, just before being one "founding engineer". Wonderful talk, thanks for posting this.
Location: São Paulo, Brazil
Remote: yes
Willing to relocate: yes
Technologies: Golang, MySQL, MongoDB, HTML, CSS, Git, AWS, GCP, She'll script.
Resume/CV: https://myr.sh/w.html
Email: bleemayer@gmail.com
During the COVID19 pandemics I wrote an app to help my mom cook with anything she had at home, so she could go fewer times to the supermarket, considering her heavy smoking and old age, the best is to avoid exposure.
The app is just a search where you input the ingredients you have and you get a list of possible food you can cook with it. I crawled over 6000 recipes over the network. In fact I have over 120k recipes in Portuguese but can't display them due to legal restrictions. After some time I decided to create a site and open-source it:
I added some recipes in english as well.
If Gmail and other big providers reject email with correct DMARC, DKIM and SPF then these technologies are not doing their jobs. Why have this if you can't trust them? We need something new here, something really secure.
I am self hosting my email and had the luck that after setting up DKIM I'm no longer being sent to spam. I think it worths the effort.
Every project that tells users to install it by `curl <some.url> | sh` gives me goosebumps. This is a serious security concern, projects should not enforce this. IMHO this project should be installed either by cloning the repo and building or by providing packages for most common distros.
Phrack always impresses me. All editions are awesome, even the ones that teach you how to make a free call on a public phone in 1989.
I'm a contractor employee and my employer uses Deel for contracts. Their fees are really high. I pay almost 100$ each month just to make a transfer. So I won't doubt they have this ARR.
I would take paycut to work for some open source projects/foundations like the linux foundation, GNU, raspiberry pi and so on.
I have some services:
- my portfolio website https://blmayer.dev with my mail server on the m. subdomain, a web interface on mail.
- one git host on https://derelict.garden with a git. subdomain.
I plan to add more services and a database to it. All hosted on a pi zero w. In the past I got 77 days of uptime. I think the mail part is the nicest: I can have as many emails as I want, so I create one for each website I signup.
18 paragraphs to finally get the answer on a 2 line sentence.
If your web app is not very heavy you can use a Rpi to serve it, else get something more powerful. Either way I recommend:
1. Having a no break with surge protection: I have my router and Rpi connected to a no-break, so even if the power goes down my site stays up.
2. Configure port forwarding in the router: I forward port 443 to some higher port, so in the Rpi I don't need root for anything.
3. If your traffic is very high consider getting another internet link.
I am getting a 500 status code.
DLC for autos. This reminds me of Destiny.
My home setup uses port forwarding and it is much safer than DMZ, that exposes your entire device. I forwarded port 443 to a higher port on my RPi so I can serve TLS traffic using an unprivileged port, without the need of a root user, this alone is a great security improvement.
Setting this up was done on my router, and was really easy, the advantage over DMZ is that I stay behind my router's firewall and DoS protection system and other protections.
I had dynamic IP from my ISP so I had to use a DDNS service, I chose ddclient[1], which is a very simple and ease to setup daemon. And it really works, never had DNS issues.
Now I acquired a static IP plan from my ISP, so I could ditch DDNS, the result is a simpler setup. It is being a pleasure to self-host. If my setup has any security holes please let me know. :-)
All in all the hardest part was buying the plan on my ISP, their customer service sucks.
PS.: In Brazil it is illegal for ISPs to block users from doing home servers or block some ports, but all major ISPs do it, so buying a static IP plan as a company was the easy solution. Plans for companies normally come with all ports unlocked and NAT disabled.
---
Edit: Fix typos.
I am on the same path as you so my 2 cents are:
- I am using my raspberry Pi for hosting my services
- I had to configure my router and talk to my ISP to remove NAT restrictions (this was the hardest part! really hard.)
- The other router part was setting up port forwarding and firewall which were pretty easy to do
- For git I am doing it from scratch, as I just want to create a web interface, basically I run git-http-backend and a go server [1]
- If you do not want to do git from scratch I recommend using cgit.
--- [1](https://saucecode.bar/posts/09-hosting-your-git-server.html)