• 0 Posts
  • 173 Comments
Joined 2 months ago
cake
Cake day: March 22nd, 2025

help-circle
  • Back in the day when it mattered, we did it like

    #define BV00		(1 <<  0)
    #define BV01		(1 <<  1)
    #define BV02		(1 <<  2)
    #define BV03		(1 <<  3)
    ...etc
    
    #define IS_SET(flag, bit)	((flag) & (bit))
    #define SET_BIT(var, bit)	((var) |= (bit))
    #define REMOVE_BIT(var, bit)	((var) &= ~(bit))
    #define TOGGLE_BIT(var, bit)	((var) ^= (bit))
    
    ....then...
    #define MY_FIRST_BOOLEAN BV00
    SET_BIT(myFlags, MY_FIRST_BOOLEAN)
    
    


  • Yes. This is basically the core of why capitalism eats itself.

    You don’t have to be evil or short-sighted to be a CEO, but if you don’t do evil and short-sighted shit to pump the share price there’s a high probability the board will replace you with someone who will.

    This is why I believe the government should hold stock and sit on the boards of any company that gets publicly listed. Much easier than tying yourself in knots with an adversarial system of complex regulations.









  • When my parents bought in the UK in the early 80s, the average family house was £20k. But mortgage rates at the time were ~20%, meaning you had to pay £4k per year just to cover the interest alone, and the average salary was below £6k.

    Yes, interest came back down after a few years, but a lot of people learned about Negative Equity during those years.



  • I was sort of on Mike Goldman (the challenge giver)'s side until I saw the great point made at the end that the entire challenge was akin to a bar room bet; Goldman had always set it up as a kind of scam from the start and was clearly more than happy to take $100 from anyone who fell for it, and so should have taken responsibility when someone managed to meet the wording of his challenge.



  • skisnow@lemmy.catoLate Stage Capitalism@lemmy.worldTaxes
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    4 days ago

    Great idea. What kind of business, I wonder? Telecoms company? Bank? Train network? Carmaker? Steel refiner? Power plant? Newspaper? Mobile phone manufacturer? Television? Oh wait, all of those industries are already heavily rigged in favour of the status quo.

    Or by “start a business” did you mean buy a van and hire a local school leaver to help you do some landscaping and HVAC?