Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

This weekend is the perfect time to get your #eurobsdcon submissions done!


Gli ultimi otto messaggi ricevuti dalla Federazione
  • @kiaun very cool

    read more

  • read more

  • @swetland I used to have the job title "Robot Psychologist" at a past job, but in retrospect that may have hurt my career as my next two jobs had me start at their "junior programmer" rung equivalents. I do wonder sometimes how things might have gone different if I picked "Principle Engineer" instead.

    read more

  • @codinghorror We can and have taxed the wealthy before. It was highly successful. We do not do so today, but have several proposals (improved capital gains tax, for example) that address this. We also have states beginning to implement additional taxes on those with high income. (See Washington State's "Millionair Tax")

    The challenge is that it's a political fight to get these established - more so since Citizens United.

    Also... the programs being crap is not because they need to be complex. If it were, we would not be having a social security crisis. They are crap because we give poor people crap.

    If you have ever sampled procucts across the spectrum, you might notice how anything directed at poor people is full of advertisements, scams and upselling. This is considered lucrative, even though we are selling services to individuals who cannot afford the bells and whistles.

    We specifically design benches to be uncomfortable. There was even a toilet designed to be uncomfortable.

    But this is about government services, not just what we find acceptable.

    So to bring us back, I need to call out how much scruteny poor people are under to prove their poorness is not a moral failing instead of the fact they are paid less than enough to meet the poverty line - a line chosen to describe not "Who has enough", but instead "Who is literally starving".

    And why? Because of the "Welfare Queen Myth".

    So no. I do not trust us with any means testing. I will not until we fix existing means testing.

    read more

  • @delegatevoid oh another thing people have been pointing out. all of these companies are burning obscene amounts of money to offer these services way way way way way below the cost of operating them. my understanding is investors generally want to eventually see a return on investment.

    read more

  • @illogical_me @codinghorror

    Lack of stigma and universality are two good reasons supporting UBI vs GMI... *but* in my humble opinion everything else supports GMI vs UBI. Social services should strive to find everyone in need of support and request GMI for them. Payment should be in plain money, not coupons or a "poor man's card".

    Does it leave room for cheating? Sure, like every policy does. Far smaller room than building a road or purchasing jet fighters, anyway.

    read more

  • @aeva A coworker of mine who worked on VM stuff had "Virtual Machinist" as the title on his business cards back in the day, which I always thought was brilliant.

    read more

  • @illogical_me @codinghorror

    FWIW - "finalistic" policies do cause clear inflation (i.e., there are examples on how giving 200€/month to help pay rent to everyone under a minimum income ends up raising avg housing prices by 200€/mo).
    GMI should not have the same effect... to an extent, as in many markets, housing takes most family income and any additional income would go towards paying rent.

    (I am not an economist. Nor do I want to)

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    14 Views
    Time Machine inside a FreeBSD jailLearn how to back up your Mac by setting up a Time Machine instance inside a FreeBSD jail using BastilleBSD and Samba. A quick and "painless" way to leverage ZFS snapshots for your macOS backups.https://it-notes.dragas.net/2026/01/28/time-machine-freebsd-jail/#ITNotes #FreeBSD #Apple #Backup #Data #OwnYourData #Server #TimeMachine #Tutorial #zfs #BastilleBSD #Bastille #Samba
  • blackship

    Uncategorized freebsd jails
    1
    0 Votes
    1 Posts
    10 Views
    blackship― a FreeBSD jail orchestrator with TOML configuration, dependency management, state machine lifecycle control, ZFS integration, VNET, and jailfile templates.<https://github.com/seuros/blackship> via <https://old.reddit.com/r/freebsd/comments/1q2symh/the_black_ship_a_jail_orchestrator_with/>– The Black Ship#FreeBSD #jails
  • 0 Votes
    1 Posts
    8 Views
    Started to touch FreeBSD jail and Bhyve VMs, using them for some programming project. Damn, if only I have such unlimited power near 15 years ago, when I was in university!Need to have a building environment with some libraries for FastCGI and PostgreSQL installed? No problem, write a Bastillefile which enables sshd and mounts my catalog with projects inside the jail via the nullfs magic. Then create thin jail, apply this template to it and boom — I have a ready development environment with ssh access and all necessary stuff. Just connect to it and build the program, all necessary sources are already here.Need to test program on the NetBSD? No problem — just create Bhyve VM with preinstalled netbsd template, then install OS with comp set and setup some services: Nginx, PostgreSQL, spawn-fcgi, etc… Then type C-x d /ssh:drag0n@10.0.0.2:~ in the Emacs, copy sources via Dired and I can test my program on the environment, as close as possible to the my home server.All things looks so integrated in the OS and console software are so good, that it is incomparable with my Docker trips at work When programming become fun again #FreeBSD #bhyve #Bastille
  • 0 Votes
    1 Posts
    11 Views
    The FreeBSD platform was merged into the OCI runtime spec!FreeBSD is now an official target for OCI containers (it’s been working in Podman as an unofficial target for a while).#FreeBSD #OCI