HN user

electricant

613 karma
Posts67
Comments64
View on HN
github.com 9d ago

Llambda.lisp an LLM Engine in Pure Common Lisp

electricant
3pts0
github.com 2mo ago

Show HN: Adblock-rust Manager – Firefox extension to enable the Brave ad blocker

electricant
95pts47
eli.thegreenplace.net 5mo ago

Rewriting Pycparser with the Help of an LLM

electricant
4pts0
www.phoronix.com 8mo ago

SUSE Developer Working to Reimplement SSH Using the Zig Programming Language

electricant
6pts0
blog.scaramuzza.me 10mo ago

The car is not the future: On the myth of motorized freedom

electricant
71pts114
news.ycombinator.com 1y ago

Ask HN: What do you do with your list of articles links?

electricant
4pts10
calyxos.org 1y ago

Our progress on CalyxOS after the release of Android 16

electricant
3pts0
osmand.net 1y ago

OsmAnd's Faster Offline Navigation

electricant
3pts1
hothardware.com 1y ago

Lawsuit Accuses Meta of Training AI on Torrented 82TB Dataset with Pirated Books

electricant
3pts1
news.ycombinator.com 1y ago

Ask HN: What would you do with a 130 ton locomotive?

electricant
25pts47
bugs.debian.org 1y ago

Debian Orphans Bcachefs-Tools

electricant
7pts1
www.bigmessowires.com 2y ago

FC8 – Faster 68K Decompression (2016)

electricant
68pts10
fermatslibrary.com 2y ago

A Brief History of NTP Time: Confessions of an Internet Timekeeper

electricant
3pts0
www.phoronix.com 2y ago

Rust-Written Linux Scheduler Showing Promising Results for Gaming Performance

electricant
98pts111
news.ycombinator.com 2y ago

Ask HN: Anyone Using Peltier Dehumidifiers?

electricant
1pts5
www.bigmessowires.com 2y ago

The Tetris Max High Score Contest, October 14

electricant
1pts0
www.bigmessowires.com 2y ago

FC8 – Faster 68K Decompression (2016)

electricant
34pts3
www.bigmessowires.com 2y ago

Mac ROM-Inator II Restock and Partnerships

electricant
70pts29
github.com 2y ago

Replacement Firmware for Dyson V10 Batteries

electricant
2pts0
news.ycombinator.com 3y ago

Tell HN: Always Backup Your Data

electricant
2pts1
www.phoronix.com 3y ago

It's Recommended to Avoid Using the Open-Source Nvidia Driver on Linux 6.3

electricant
6pts0
www.linux.it 3y ago

Running Any Distro on Debian

electricant
1pts0
github.com 3y ago

Computer designed in 2022 made to look like 1977

electricant
1pts1
www.phoronix.com 3y ago

Red Hat Stops Shipping LibreOffice in Future RHEL Limiting Fedora Lo Involvement

electricant
2pts0
www.bigmessowires.com 3y ago

Reflections on Orders of Magnitude

electricant
3pts0
radicale.org 3y ago

Radicale: Small but powerful CalDAV and CardDAV server

electricant
2pts0
rmlint.readthedocs.io 3y ago

Fast tool to remove duplicates and other lint from your filesystem

electricant
2pts0
www.bigmessowires.com 3y ago

Atari 2600 Hardware Acceleration

electricant
3pts0
lore.kernel.org 3y ago

Intel Laptop Users Should Avoid Linux 5.19.12 to Avoid Damaging the Display

electricant
350pts239
pypi.org 3y ago

Accrocchio.py: library to mark and being notified of smelly code

electricant
2pts0

I have a pi 3 B+ running as an LTE to WiFi gateway. I'm not using the native WiFi but the ethernet is connected to an openwrt router.

Since I had ram to spare it also does:

- dhcp

- caching DNS + filtering

- Mqtt server

- GPS-based NTP server

- Openvpn server to my nas (at a different location) and vps

Author here. Having read the comments let me clarify that I'm not advocating for a world devoid of cars. I'd like that cars could be an option not a must. I totally see that cars are here to stay especially where really needed. But who decides when they are really needed? The owner of course! However, I think that we could perhaps shape our lives for walking/cycling and incentivize public transport whenever possible.

Consider storing all your passwords in a password manager. I can recommend pass synchronized with git on PC and smartphone but many other services are available. Then, write your master password (or encryption key password) somewhere your family knows where to find in case of need. This way you do not have to store the full password database in plaintext but only the main password. If you add/delete a password you do not have to print anything again.

Let me disagree. IMHO cursive is faster than print once you get the hang of it.

However my point is valid for print too I guess.

Regarding time saved and the fact that they are two different systems, I don't get it. Time saved for what? They are not so different, cursive is built on top of print, just optimized for not lifting the pen from the paper too often (hence it is supposedly faster to write).

I built a series of iot sensors and actuators for home heating. All based around the same modular firmware and hardware concept [0].

We have 3 of those boards scattered around the house and one sitting outside reporting external temperature, humidity, pressure and air quality. The 3 boards inside measure the same values as well but also control the heating system.

Finally, all the data is sent to a raspberry pi over mqtt for logging. Data is presented over a web interface which also allows to set the desired temperature.

Oh, and also a clock with date and time synchronized over NTP showing the external temperature and humidity. Super useful to get dressed in the morning ;) [1]

[0] https://github.com/broken-giobbe/ceci [1] https://github.com/electricant/ESP8266_NTP_clock

Ironically, I bought a refurbished Google pixel last year just because it supported calyxos. Never looked back. Just recently they added support for more devices which is great.

If you don't run anything Google on your device, you'll discover that an oldish (~4 years old) phone is plenty.

Some app recommendations: * mapping: osmand * e-mail: k-9 mail * app stores: f-droid + Aurora store * contacts & calendar sync: davx * camera: open camera * YouTube: newpipe

I built my home server in 2013 and it is still going strong. It is based around an ASRock E350M1 with integrated AMD E350 dual-core processor [0].

It sports 4GB RAM an old 64 GB SSD for the operating system (debian) and three 2 TB HDDs in a btrfs RAID1 array giving ~3TB of usable space which is plenty for my own needs.

It runs the following services:

- DNS server (unbound + custom domain filtering)

- Syncthing

- OpenVPN client & server

- PostgreSQL + lighttpd + PHP for various small websites

- Samba & NFS

- Transmission (for linux distros of course)

[0] https://www.asrock.com/mb/AMD/E350M1

"If you want something well done you'd better do it yourself"

No matter what there's always a tradeoff between having something in life the way you like it with lots of effort or rely on somebody else. But when you rely on other people they'll do stuff the way _they_ like.

It's both a motto that encourages me to try new things and invest time doing them but also to respect other people's work and point of views.