Hacker Newsnew | past | comments | ask | show | jobs | submit | mixmastamyk's commentslogin

It's what puts graphics on the screen. If you are not interested in hacking or developing it, there's not much else to know except X11 is deprecated and Wayland is not finished, leading to this suboptimal situation.

I tried this for getting windows to open where I want them instead of the center of the screen. Couldn't figure it out in five minutes. Though I'll probably try again, this shouldn't be a problem.

Yes. It solves the "surveillance tech company needs to make quarterly goals" problem, and the "politician needs to look like they are doing something about crime" problem.

Bank records are readily available, large cash transactions as well.

Need a subpoena/warrant for those records. Don't know the intricacies of that, but I doubt a judge would grant the warrant unless they had the person dead-to-rights and were going after a bigger fish higher up on the chain.

Warrants were never hard to get for a good-faith case and increasingly ignored for others.

Location: Southern California / Pacific Time

Remote: Ok

Willing to relocate: Yes, w/ expenses

Technologies:

    Expert:
        Python, PostgreSQL, Linux
        Django

    Near:
        HTML, CSS, JavaScript
        Flask, FastAPI
        HTTP, Sockets
        Rust, Java
        Containers
        Hardware

    Familiar:
        Electronics
        C, C++
        Windows, macOS
        Just took a Machine Learning (ML) class.

    Interests / Experience:
        Software Development
        Data Engineering
        Distributed Computing
        Graphics / data pipelines
        Vfx, Aerospace
        Project Management
        Training / Mentoring
        QA, SysAd, SRE, DevOps
        and more.
Résumé/CV:

    https://www.dropbox.com/scl/fi/hxygjtb1vrwuwnznzn2vd/mgm_resume25pw.pdf?rlkey=kv6e5gljiz3p8jym9ztgirc1a&st=6p05kj9g&dl=1
    Password: "resume_2025" (no quotes)
Email: See resume.

Seasoned full-stack developer here—focused on solving problems:

▸ Recently finished a multi-year modernization of the backend platform for congress.gov, specifically their substantial ETL (Extract, Transform, Load) data pipeline.

▸ Worked at a number of Internet-facing companies during high-growth periods. Can do it all.

▸ Have extensive experience designing, developing, and maintaining distributed graphics production pipelines for visual effects companies, under harsh deadlines.

▸ Have trained and mentored developers, tech-folk, and end-users as well.

▸ Love building reliable, well-documented, and maintainable systems.

Let’s crush your issues! Cheers,


Nice work all. But am quite unhappy with their new map. Doesn’t work with my hardened machine with webgl off or my old phone. For some obscure reason, the button to try the “legacy” map (from last month) does not come up most of the time. So several times recently the site has been inaccessible to me.

I remember when Apple computers were shipping four year old CPUs not long ago... was a couple of the Pro workstations? Times have changed.


Uncles don’t let relatives buy less than 16gb ram. That has been my standard since ~2010 and our 2013 mbp is still running fine because I insisted on it.

I prefer FW for freedom reasons, that’s worth a few hundred as well as the ram. Would also wait for the new intel chipset that is more efficient however.

Finally I think the FW 12 is weirdly positioned, as the 13 is already thin and light. For a tablet, I recommend the Star Labs Starlite instead. Both in same package? Clunky.

Guess I’d recommend a used FW 13 and Starlite instead. That’s what I have now and no real reason to upgrade, and freedom to tinker is off the charts, perfect for a student.


> Uncles don’t let relatives buy less than 16gb ram. That has been my standard since ~2010 and our 2013 mbp is still running fine because I insisted on it.

Just last weekend I bought 8gb ram thinkpad t14 for an elderly relative. 240 EUR.

It replaces his thinkpad x220 where the fan and ssd slowly dies.

I doubt it becomes an issue, and if it does then I can upgrade it later.


You can do it once and spend an extra hundred dollars or do it twice, including occasional restrictions to the user. Poor tradeoff imho.

This is a young person with a long life ahead, we shouldn’t buy disposable ewaste with a short life.


Someone has to buy that (presumably second-hand) laptop to prevent it from becoming e-waste. 8GB can be plenty for a student, most don't need much beyond a browser and PowerPoint. Many of my university colleagues were using new $5,000+ MacBook Pros exclusively for Google Docs, that seems more wasteful to me.

8gb ram is not enough for normal browsing if you are forced to use windows 11 which eats easily half of it.

> we shouldn’t buy disposable ewaste with a short life.

Indeed. That makes two of us.


MacBooks don't need as much ram - I have an m1 air with 8gb of ram and it's perfectly serviceable, I can even run IntelliJ on it...

I never run out of memory on macoOS on my M1 Air 16GB. Now that I use Asahi on it, I had plenty of OoM crashes.

macOS is really good at memory management, including the compression and offloading to the fast SSD.


Do you use Firefox? I have a theory that there's some kind of Firefox-aarch64-linux-specific memory leak but I haven't been able to track it down. I have a 16GB x86-64 Thinkpad and I rarely get OOM issues, whereas my 32GB M1 MBP running Asahi is always on the brink of OOM.

But is it FF that is taking all the RAM? If you restart it, how long until it fills again?

You have a buggy program. Zswap has been available for quite a while.

>You have a buggy program.

As in memory leak? No.

> Zswap has been available for quite a while.

Zsawp is not Zram, which is a distant relative of the macOS on-the-fly compression I was talking about. Zram is buggy and still advised against regular use (https://www.reddit.com/r/AsahiLinux/comments/1i3mdrw/comment..., https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-...). Zsawp itself is enabled by default in Asahi.

Zram and Zsawp are mutually exclusive on Linux. On macOS, both concepts coexist – except macOS is able to compress individual memory pages (https://news.ycombinator.com/item?id=38300432) on the fly. Zram is a compressed RAM block device with a hard capacity limit.

There is really no comparison here at this point. macOS is vastly superior in that regard.


zswap works well in my experience. Don't need both. Combined with systemd-oomd I haven't had a swapping or memory issue in many years. 16gb here with VMs and lots going on. This doc clears some things up:

https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-...


> Combined with systemd-oomd

That's my whole point: on Linux a process gets killed to prevent a system lock up if you're about to run out of memory or swap. That never happens on macOS, as long as you have some SSD left, period.


That’s not what I want (rogue program swapping until disk full), nor do I think most people want. Current zswap+oomd behavior is the best choice imho.

I'm yet to see a linux distro with memory configured correctly out of the box. (I haven't looked too hard, but the defaults are abysmal.)

Still can't help the fact memory management on macOS is vastly better with its use of pages compression and unlimited swap.

Interesting. I'm now working on some admin scripts and will add this to the list.

Compared to what? Not really true, and hard on the swap drive. Penny-wise meet pound.

Well it's still kicking just fine years later, shrug

Yes. People forget it was a response to abominations such as Yahoo Answers, which quickly devolved into a cesspool of mouthbreathers, haha. Also expert-sexchange/quora which tried-to/often-did hide the answers.

Without its "tough love" Stack would have had a similar trajectory. Maybe a few policies here and there were problematic but overall it was and continues to be a huge benefit to the developer/IT community.


Yahoo answers gave us MBMBAM. For that I will always be thankful.

Also "how is babby formed".

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

Search: