Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MM
Posts
15
Comments
101
Joined
1 yr. ago

Privacy @lemmy.ml

Google Play Sandbox on GrapheneOS: how easy and practical is it?

  • every news from the US in 2025 sounds like an episode of House of Cards. We're not even done with the year yet man

    • Epstein file doesnt have anything
    • missing minutes from CCTV because the camera "reset" everytime.
    • a new NASA director who never had any space experiences. Dont worry though, the guy starred in an MTV series.
    • ICE. I guess no need to explain further: unjust, racist, shit tons of money.
    • denaturalization is a thing now , apparently.

    and a lot more. The fucked up part is we are not even done with trump, he still has 3.5 years left !

  • oh dear another victim falls to the church of emacs....

    Anyway.....

    Be prepared to invest at least 3 months to do all the research (i.e find working code snippets online) and tweak to your likings. This is assuming you dont know elisp. If you do then it will be faster. Think now with AI, you can write these codes even faster

    Org mode is the best. It is just a text file when open with other text editor: very lightweight and very easy for version control. The magic happens when you are in emacs, you can:

    1. Create a list of task and subtask and susubtask. This is easy
    2. Create a fully working latex document with all the stuffs required like the include packages. You can then compile that latex and view WiTHIN emacs. You can even configure so code on left, pdf on right and a keystroke will compile and refresh the pdf .
    3. The notes are not only text notes. You can create programming notes. So something like this, excuse my wrong syntax it has been a while:
    • Your header with text

    ** your subheader with text

    *** your subsubheader, instead of text, you now have a code block. It looks like this, again syntax maybe wrong

    #+begin_python

    print("Hello")

    #+end_python

    AND you can run that code above and have it output to WITHIN emacs. But that is not all, you can have the codeblocks communicate with each other:

    Say you have a block A that does some computations and generate a vector. Say it is complex calculations and you need the block in C++ for speed.

    Then you have block B which is a Python block that uses Matplotlib to plot. You can feed result of A into B so B can plot.

    1. Last but not least, you can CREATE A BASIC TABLE LIKE EXCEL AND HAVE IT DOES THE CALCULATIONS ON ROWS/COLUMNS. sorry caps... this feature blows my mind everytime. So in a text file, you can very quickly create

    |--dates----|-----Spending---|

    | Monday | 40 |

    | Tuesday| 100 |

    emacs can format the table very nicely and very quicky. Much nicer than I have above, 100%.

    Then, you can tell it to sort, add, subtract, multiply or whatever to the table. You can swap rows, swap columns with just a keystroke.

    If you want to go even further, you can create an Agenda table where one of the columns is a due date. Then I believe you can schedule the tasks and sync them with Google Calendar. So your phone gets the reminders too.... There is an app on Android that allows you to edit the Org mode file directly too..

    FUCK now I need to get back to emacs. Havent used it for months but this post shows up. I blame you (jk).

  • wait you dont actually need to know French or Danish? How's the local perception of English speaking foreigners, i.e. is it offensive to respond in English if the waiters/locals ask in French?

    Tbh the language barrier is 1 of the reasons holding me back. Havent tried for positions in France and Denmark yet, but for the ones I looked in Germany and Spain, you need to know German or Spanish. Even the job ads are in German/Spanish...

  • Android @lemmy.world

    What do you use as email app on Android, specifically for Gmail?

    Privacy @lemmy.ml

    What's the recommended Android browser for privacy in 2025, that is also usable for day to day tasks?.

    Linux @lemmy.ml

    Is KDE actually good or it is overrated? Or I was just unlucky because of prebuilt distros?

    Linux @lemmy.ml

    Random freeze on Fedora i3 flavor (ver42)

    No Stupid Questions @lemmy.world

    Why do some drivers turn off the signal sound so quickly?

    Linux @lemmy.ml

    Need help for very different fonts rendering on the same setup (i3wm + i3status) on 2 different machines (Fedora and Arch) with FontAwesome 6

    Linux @lemmy.ml

    How do I map "caplock to escape but shift+caplock = normal caplock", like Gnome has?

    Linux @lemmy.ml

    Need advice on my setup: msata and 2.5 ssd.

    Linux @lemmy.ml

    If you have to pick only one Desktop Environment and use it till your computer breaks, what would you choose?

    Linux @lemmy.ml

    Those who use DWM, how do you get the autostart scripts to work?

    Linux @lemmy.ml

    Need help with setting up full disk encryption (FDE) where /home is on another drive.

    Linux @lemmy.ml

    Is it ok to split home on another drive?

    Linux @lemmy.ml

    What are your lockscreen/suspend setup for window manager (i3wm for me) that has the least problems?.

    Linux @lemmy.ml

    How do you use token to access github in a basic terminal?