Just a regular Joe.

  • 0 Posts
  • 484 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle









  • Some countries do it simply: You can hire from abroad if (a) you can demonstrate problems hiring in the local market for that position, and (b) the position is at/above market rates.

    There’s still room to game the system, but it’s no longer a ridiculously low bar. And there is scope for investigations and legal action, which most companies try to avoid.

    (Don’t get me started on social insurances… the US super majority seems irrecoverably brainwashed, and would probably cheer on non-contributions by gainfully employed foreigners)


  • JoetoMemes@lemmy.mlThe Oligarch Messiah
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    15 days ago

    Just wait until they release the list … it’ll have a few holes.

    Unfortunately, it’s very hard to trust any such list. If he had any sense, he would have also added a few extra names over the years of people who he just didn’t like, or those he wanted to manipulate. Scumbags be scumbaggy, whether rich or poor.

    That said, all implications and accusations should be thoroughly investigated, and if corroborated by victims and/or witnesses, and then be brought to public trial or just made public if the reasonably accused is dead.


  • I don’t think you need separate laptops, but a separate router may be useful.

    If you use Linux, you can have apps isolated to their own lightweight network namespaces (like containers), using different VPNs. Otherwise VMs can serve a similar purpose on Windows and Macs.

    Iptables can also be used to block traffic, and force it through proxies (which can be whitelisted by uid/gid) or VPNs.

    If you want a more secure VPN setup, I’d even recommend having the VPN(s) running on the router (eg. portable OpenWRT setup) so your laptop never gets offered a public IP / connects directly to network. Put a proxy on it for special (eg. DNS based) routing exceptions, like banking from real IP, reddit via the US, etc.



  • In the EU, there are typically three levels of VAT, with members having some leeway to choose which applies to what.

    Health services, public transport, rentals/housing and education are often exempt, while most groceries and medications are at a reduced rate. eg. Germany has 7% and 19% as the reduced and normal rates.

    Income taxes are additional and (in most EU countries progressive). Social insurances are often separate, and similarly progressive.

    This works alongside the basic welfare nets, which ensures that people have just enough to survive if they fell through the cracks. Without this net, even the reduced rates on groceries would seem punitive.

    Not every EU country is equal, but there is a goal to provide these societal safety nets alongside fair taxation, which is invested back in society.






  • And a developer with admin rights will never admit that they’ll quit on short notice in a few months, leaving hard to support snowflakes, each based on the latest cool fad at the time of writing.

    Both k8s and aws native services can be chaotic and snowflaky… An organization should be working to standardize the tech stack and deployment tooling across teams as much as possible.

    K8S is an opportunity to standardize, but the potential is often not realised. Platform Engineering is now the latest kid on the block, trying to address the next layer of challenges. We’ll see how this looks in a few years…