Bryan Steele 

1.4K Followers
758 Following
4.5K Posts
AKA canadianbryan. I like tinkering with #OpenBSD and occasionally other Unix-like systems. In other words, not a MCP. He/Him. 🍕💻🇨🇦
🏠https://brynet.ca
Bluesky@brynet.ca

Not great timing, I know, but I'm thinking a Intel mini PC (e.g: N150, 11th Gen i5/i7) would work for my #OpenBSD testing & hacking, Any help towards this would be greatly appreciated. 

https://www.paypal.com/donate/?hosted_button_id=ZQJC48GUPB3UU&source=url

https://www.amazon.ca/hz/wishlist/ls/2E7N6O3GTI6JF?sort=custom

Donate to Bryan Steele

Help support Bryan Steele by donating or sharing with your friends.

#MutualAid #MutualAidRequests

I could use some help, friends. I'd really appreciate sharing. 

If you can help out with the occasional pizza, that would really mean a lot to me. Monthly gifts would take care of a lot of my financial stress/anxiety as well.

https://brynet.ca/wallofpizza.html

https://www.paypal.com/donate/?hosted_button_id=ZQJC48GUPB3UU&source=url

Progress: $360 / $2500 CAD (monthly goal)

If you aren't able help with PayPal, I have an Amazon .ca wishlist with some odds & ends, computer hardware: https://www.amazon.ca/hz/wishlist/ls/2E7N6O3GTI6JF?sort=custom

(Native SegWit): bc1qzkchnc25yeqt9p24edsu5ln0mvh8hqdzdznlk2

brynet's something somewhat site - pizza wall of fame

brynet's something somewhat site - pizza wall of fame

#mutualaidrequest #mutualaid

I don't suppose that I have any #bsd #unix #foss #infosec friends out there willing to signal boost, by chance? ​ 

https://bsd.network/@brynet/114458997143046937

@as400 Or you could install openbsd-backgrounds from ports/packages, for photos taken by OpenBSD developers, not AI slop. 

https://github.com/marcespie/openbsd-backgrounds

GitHub - marcespie/openbsd-backgrounds: photos taken by OpenBSD developers

photos taken by OpenBSD developers. Contribute to marcespie/openbsd-backgrounds development by creating an account on GitHub.

GitHub
@davepolaschek I didn't think there was suitable firmware on these machines, is there 3rd party UEFI or u-boot for them? 
@davepolaschek @gumnos The arm bits haven't landed yet and AFAIK will be mostly relevant on much more recent machines.
@gumnos I'm pretty sure at least the boot core will be a performance core and thusly spared, but.. beware the footguns. 

@justine Yes, as I understand it. That would block only the LP-E cores.

hw.smt is still supported in 7.9-beta but will now print a deprecation warning. 

Theo de Raadt has introduced a new hw.blockcpu sysctl to #OpenBSD -current to offer more control over which CPU core types (Performance, Efficiency, and SMT) are available to schedule processes on. Modern Intel (and ARM) CPUs additionally have slower LP-E (low-power) cores that severely hinder system performance.

deraadt@ modified src/sys/*: Some new intel machines have a new 3rd tier of cpus called LP-E which are E-core (Atom) without L3 cache. These cpus are Lethargic, and it sucks when processes migrate to them.
This introduces sysctl hw.blockcpu= which takes a sequence of 4 letters.
S (for SMT), P (regular performance cpu), E (efficient cpu) generally 80% to 50% as fast), and L (lethargic cpu) which are even slower.
By setting this, you can select cpus to kick out of the scheduler. The default is SL.
The hw.smt sysctl remains for now but we will eventually delete it.
hw.smt changes and follows hw.blockcpu=S.
ok kettenis mlarkin

@OpenBSDAms I'm all for skipping April, if that's what we're doing.