HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mvip

no profile record

Submissions

[untitled]

1 points·by mvip·3 ay önce·0 comments

SBOM Adoption on PyPI Is at 1.58%. We Can Do Better

sbomify.com
2 points·by mvip·4 ay önce·0 comments

Deep dive into your health with Apple Health MCP Server

github.com
2 points·by mvip·5 ay önce·0 comments

AI Is Eating SaaS: Building an IP Geolocation API in Two Hours in Rust

vpetersson.com
3 points·by mvip·6 ay önce·5 comments

Damn Small Link Forwarder (DSLF) – rust based bit.ly replacement

github.com
2 points·by mvip·geçen yıl·0 comments

Codex Manages My Podcast

vpetersson.com
1 points·by mvip·geçen yıl·0 comments

All Roads Lead to DSLRs

vpetersson.com
6 points·by mvip·geçen yıl·7 comments

Saving My Wrists – A 20-Year Quest for the Perfect Keyboard Setup

vpetersson.com
1 points·by mvip·geçen yıl·0 comments

A Decade and a Half of Remote Work

vpetersson.com
2 points·by mvip·geçen yıl·0 comments

Europe's Battle for Tech Sovereignty: Why OpenStack Matters [video]

vpetersson.com
14 points·by mvip·geçen yıl·1 comments

Ubuntu moving to Rust: Carefully but Purposefully Oxidising Ubuntu

jnsgr.uk
15 points·by mvip·geçen yıl·5 comments

Yocto, RockPi and SBOMs: Building modern embedded Linux images

vpetersson.com
161 points·by mvip·geçen yıl·123 comments

Using Google Forms for Waitlists and Launches

vpetersson.com
1 points·by mvip·geçen yıl·0 comments

Daniel Stenberg (Creator of Curl): From C64 Demos to Internet Transfers [video]

youtube.com
5 points·by mvip·2 yıl önce·0 comments

Past, Present, and Future of Computing with Bryan Cantrill, CTO Oxide [video]

vpetersson.com
3 points·by mvip·2 yıl önce·0 comments

Launching a Video Podcast in 2024: My Journey and Lessons Learned

vpetersson.com
2 points·by mvip·2 yıl önce·0 comments

Exclusive Interview with Mark Shuttleworth on Snaps, Debian and All Things Linux

youtube.com
5 points·by mvip·2 yıl önce·1 comments

Secure your Tailscale infra further with Mutual TLS (mTLS)

blog.viktorpetersson.com
4 points·by mvip·2 yıl önce·0 comments

My Home Server Journey – From Raspberry Pi to Ryzen

blog.viktorpetersson.com
28 points·by mvip·2 yıl önce·15 comments

On UniFi Captive Portals

blog.viktorpetersson.com
4 points·by mvip·2 yıl önce·3 comments

comments

mvip
·12 ay önce·discuss
If you like this stuff, you should check out what the guys at Mythic Beasts are doing. They’re squeezing a ton of Raspberry Pi’s into racks. They also host the Raspberry Pi website on pi’s.

We used them for a while and there are some photos here https://www.screenly.io/blog/2023/05/25/updated-qc-rig/
mvip
·geçen yıl·discuss
Sure, it's possible. But how is this different than the SEO landscape of the last 15 years? If anything, the bar is higher to succeed here as you need to trick multiple LLM/algos rather than just gamify your Google SEO game.
mvip
·geçen yıl·discuss
> But what really disappoints me and leaves me feeling hopeless for the future is how people like the author are either completely oblivious (or worse, don’t care) about the possibility and probability of such blatant manipulation.

That's a rather naive narrative. ChatGPT (in particular o3/o3-pro) is great at product research. I've found great deals on products that beats what I would find using a regular search engine.

Google research are largely SEO bloat these days. LLMs are pretty good at looking past that. Yes, sometimes it get it wrong, but more often than not it gets it right. In my research I did manually spot check things and found it to be on track.

Could I have found a better camera (and possibly a better price) if I poured hours of my time into research? Possibly. Is it worth my time? No. Just the same reason as I go to Amazon for my purchases rather than spending hours navigating shitty e-commerce sites (which btw ChatGPT will do for me).

All things considered, the agentic web will indeed change the landscape, but I for the better.
mvip
·geçen yıl·discuss
I wouldn't trust any of the baby monitors. Even some of the "best" ones, like the Owlet are questionable. You might want to get one of the smaller Unifi cameras and use their Protect product to access it remotely. Cloud accessible but all stored locally.
mvip
·geçen yıl·discuss
Shameless self-plug: I had Ken Munro from PTP on my podcast [1] in the episode 'Hacking airplanes, ships and IoT devices with Ken Munro' where we dove into GPS hacking and spoofing at length.

[1] https://www.youtube.com/watch?v=rkhCN7taMK4
mvip
·geçen yıl·discuss
Oh nice! Thanks. Will give that a try.
mvip
·geçen yıl·discuss
+1 for "full immutable system image update"

People who suggest updating individual packages (or even worse, individual deb packages for instance) have never deployed any large scale IoT/Embedded projects. These devices are very different than servers/desktops and will break in ways you can't imagine. We started out using deb packages at Screenly before moving to Ubuntu Core, and the amount of error/recovery logic we had written to recover from broken deb package state was insane at that point.
mvip
·geçen yıl·discuss
That’s neat!
mvip
·geçen yıl·discuss
I would look at Balena if you are already using Raspberry Pi’s and docker. Alternatively maybe look into ROAC but don’t know if it supports docker. The SD cards will be your biggest failure point, so select them wisely.

I’ve deployed Ubuntu Core at scale. It’s great but does have its learning curve. Theirs is also somewhat of a lock in, even if you can run everting yourself. However, their security is really good.
mvip
·geçen yıl·discuss
Yeah that’s true. But if these are embedded devices, you probably want an A/B partition scheme with full transactional updates and rollback.
mvip
·geçen yıl·discuss
Yeah it definitely isn’t straight forward. But it is complicated for good reasons given how much more complicated stuff it does behind the scenes.
mvip
·geçen yıl·discuss
There’s an official docker image, which is what I’ve been using forever a long time.
mvip
·geçen yıl·discuss
Author here. You can use influx. That’s what I’m doing. It’s just that HA doesn’t use thet by default (which is sensible for most use cases tbh).
mvip
·geçen yıl·discuss
Author here. I just use Tailscale. I’ve documented my setup here: https://vpetersson.com/2022/12/23/securing-services-with-tai...

But tldr is that you don’t need any cloud VM or other service for remote access. Works great.
mvip
·geçen yıl·discuss
Author here. Yeah that's what I'm doing too. Except i use the IKEA hub rather than USB Zigbee.
mvip
·geçen yıl·discuss
> As for lighting, I use "Circadian Lighting" which _does_ allow light groups, so I just specify the groups in yaml and it takes care of the group as a whole. I think it's probably lacking some functionality of the Adaptive Lighting plugin, but I haven't had to worry about differences in bulb types, I have a mix of Hue (80% of my bulbs) and IKEA (white only and colour).

Author here. Interesting. I wasn't able to make the groups work either with Flux or with Adaptive Lighting. Not sure why, but I didn't spend too many cycles on it tbh.

Also, good ideas on the heating. Will look at that.
mvip
·geçen yıl·discuss
Author here. The problem with SQLite is when you start having a lot of sensors. That's when SQLite failed to keep up on a Pi. Mind you, this was back on Pi 3s. It might be better today, and I know there has been performance improvements to SQLite, but for me moving to Influx for time series and MySQL for the database solved things.

Also, even on the best SD cards, you will eventually break them if you write this much.
mvip
·geçen yıl·discuss
@balloob -- author of post here. Would love to have you on my podcast to nerd out about Home Assistant (https://vpetersson.com/podcast/).
mvip
·2 yıl önce·discuss
Yeah I did evaluate a used SuperMicro server, but couldn't find any available in the UK with the specs I wanted.

Another variable is the power draw. Commercial servers tend to have a lot larger power draw (in particular say Xeon based ones).

Good shout on pikvm. I did have a look at that some time ago, but largely forgot about it.
mvip
·2 yıl önce·discuss
Nice! Yeah that's a good idea!