🚀 Seen my posts and want more? Dive deep into the issues with Big Tech at Escape Big Tech!

💡 Need FOSS-focused software solutions? Reach out on Matrix at @dannym:balooga.xyz!

  • 2 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • Danny M@lemmy.escapebigtech.infotolinuxmemes@lemmy.world:wq!
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    edit-2
    7 months ago

    I prefer the extremely intuitive:

    [C-R]=system("grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9")

    or

    i:!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9[esc]Y:@"[cr]

    It just rolls off the fingers, doesn’t it?

    Edit: damn it lemmy didn’t like my meme because it assumes that characters between angle brackets are html tags :( you ruined it lemmy

    EDIT 2: rewrote it, just assume that square brackets are buttons not characters


  • in this case the instruction set is extremely small (and includes open source verilog, so you could even fab it yourself)

    quote from the website:

    The CPU of the TKey is a modified version of PicoRV32, 32-bit RISC-V running at 18 MHz. Modifications includes a fast 32x32 multiplier implemented using the multiplier blocks in the iCE40 DSPs as well as a HW trap function.

    The supported instruction set supported by the CPU is a subset of RV32I. Specifically it includes compressed instructions, but excludes instructions for:

    • Counters
    • System
    • Synch
    • CSR access
    • Change level
    • Trap redirect
    • Interrupt
    • MMU

    The instruction set implemented by the CPU also includes multiplication instructions from the RV32IC_Zmmul (-march=rv32iczmmul) extension. Division is not supported.

    Any illegal, unsupported instruction will halt the CPU. The halted CPU is detected by the hardware, which will blink the RGB LED with red to indicate the error state. There is no way for the CPU to exit the trap state besides a power cycle of the device.

    Note that the CPU has no support for interrupts. No instructions, ports or logic.






  • I’d like to correct you by saying that GPL is DEFINITELY enforceable in countries other than america. I can’t say about every country (tho that will be the case with every license), but for instance it’s definitely enforceable in europe. For example in Germany and France there have been a few lawsuits that the FSF helped carry out against immoral companies.

    GPL Enforcement Cases - FSFE

    If you’re in Germany the Institute for Legal Questions on Free and Open Source Software is a law firm that literally works only on enforcing the GPL, FOSS licenses and other technological human rights that are being ignored by big tech.

    If you want to be even more sure about European Enforcement you may want to checkout the EUPL v1.2 which is GPLv3 compatible.

    In other countries, such as Japan, the GPL is also enforceable, so long as you treat it the same way as copyright, so you’re willing to sue companies that you know are stealing from you (the FSF can help you if you can’t afford it).

    Russia and China don’t care, but… it’s Russia and China, that’s not really news, is it? :)

    EDIT: I will write a full article about the legal enforce-ability of FOSS licenses such as the GPL before the end of the year


  • MIT is a terrible license that only got popular because of the popularity of the anti-open source movement in the last decade.

    one could write books about what’s wrong with the MIT license.

    It could even theoretically be argued that MIT has in some ways allowed big tech companies to proliferate, by effectively allowing them to take open-source code, modify it, and then close it off in their proprietary software. What does this mean? It means that the work of countless dedicated open-source developers can be co-opted by companies that have done almost none of the work, reaping several billions of dollars, while the developers who actually did the work make no money. It’s like opening your doors wide only to have someone come in, take your stuff, and sell it back to you.

    In contrast, in licenses like the GPL, there’s a requirement that if you use GPL-licensed code and modify it, your new code also has to be open-source under the GPL.




    • In Australia, a kilogram of apples weighs two kilograms
    • In Australia, gravity is an opinion
    • In Australia, if you have three kangaroos and two koalas you have 9 wombats
    • In Australia, if you pay $15 for a $20 dollar meal the restaurant owes you $400
    • In Australia, right angles are 69 degrees
    • In Australia, 1 is more than 2 except when you write it on its side
    • In Australia, a minute is 2 seconds long, which is 24 hours out of the 6 hours in a day
    • In Australia, the square root of any number is “a dingo’s breakfast”
    • In Australia, dividing by two doubles the number, as sharing is caring.
    • In Australia, if you travel north you’ll end up south
    • In Australia, the shortest distance between two points is the scenic route
    • In Australia, a watch moves counter clockwise, to remind you not to live in the past.
    • In Australia, counter clockwise always means the following order: 1, 26, 55, 0, 0, 0, 9999, kangaroo, spider, mate
    • In Australia, your left hand is always your right, because we don’t like to leave any hand behind.
    • In Australia, the speed of light is adjustable depending on how bright the sun is shining.
    • In Australia, when you whisper, the sound travels faster than when you shout

  • I don’t want to believe this, my brain is refusing to process that statement, I have stared at that article in a state of disbelief for a minute. Surely someone can’t be that stupid, right?

    I have heard plenty of brain dead arguments by anti-encryption people, but this is by far the stupidest. There is no way, there is just no way that he’s so… I want to say brain dead, but that would imply that there is even a brain there for it to be dead.

    Regardless of political affiliation, or even the individual’s stance on encryption, surely there can’t be a single person that heard that statement and didn’t laugh at it, right?

    Perhaps the Australian stereotype of being upside down holds some truth, considering his… utterance; he must walk on his hands and constantly get bit by snakes and attacked by drop bears on his daily commute, that’s the only explanation for how someone can make such a statement







  • Reminder that Google is supposedly a real tech company, yet they’ve failed at:

    • Podcasts
    • Whiteboards
    • Domains
    • AB testing tools
    • Phone services
    • Phone contracts
    • Physical albums
    • Copying other companies
    • Copying other companies
    • Chatbots
    • A different chatbot
    • Social media
    • Social media
    • Social media
    • Social media
    • Gaming
    • Video calls
    • Video calls
    • Video calls
    • Music
    • Music
    • Selling routers
    • Making TV Shows
    • Selling TV Shows
    • Streaming TV Shows
    • Surveys
    • Video hosting
    • File storage
    • Website building
    • Bookmark managers
    • Shopping
    • VR
    • VR
    • Home assistants

    (No, I don’t have any repetitions, yes I missed a few)


  • Bonus tip:

    ci" means change inside “” ca" means change around “”

    the " can be replaced with any of: ({[wspbt

    For changing inside or around parentheses, curky brackets, square brackets, words, sentences, paragraphs, code blocks and HTML tags respectively.

    So for example if you want to replace all parameters in a function call you just do ci(

    But that’s not all, the c is one of the possible operators, but not the only one.

    di{ deletes the content of a block ya[ copies the content of something inside square brackets g~iw swaps the case of a word guis makes a sentence lower case gUip makes a paragraph upper case

    And the most useless one: g?at replaces the content of an HTML tag with its rot13