1st Linux? congrat. Whats your partition layout?
- 1 Post
- 26 Comments
dual boot or single boot? and is this on your main device?
mazzilius_marsti@lemmy.worldto News@lemmy.world•Trump undergoes medical exam for swelling in legs, hand bruising41·17 days agoThe entire line of succession is currently 100% Republican. It goes from Vance to RFK Jr all the way to Noem. So yes, it looks bad either way.
mazzilius_marsti@lemmy.worldtoMicroblog Memes@lemmy.world•I enjoy how clearly everyone can see what's going on, even if I know there will be no consequences.English4·17 days agoi scrolled too fast
misread “just fired” to “was fired”
so it took the model 2 tries after “Completing the square” and “Tricks” to get the " Diff of 2 squares" correct.
this mfer played for both teams
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:
-
Create a list of task and subtask and susubtask. This is easy
-
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 .
-
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.
- 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).
-
mazzilius_marsti@lemmy.worldto politics @lemmy.world•Trump Angrily Tries to Shut Down Jeffrey Epstein Questions2·25 days agooh that was just some random dudes
mazzilius_marsti@lemmy.worldto politics @lemmy.world•Top House Democrats demand release of Epstein files that mention Trump24·25 days agorelease the whole darn thing, no redacted.
mazzilius_marsti@lemmy.worldto politics @lemmy.world•Cruz’s Claim He Returned to Texas as ‘Fast as Humanly Possible’ Crumbles17·26 days agoCancun Cruz is in Greece this time, must be nice.
mazzilius_marsti@lemmy.worldto politics @lemmy.world•'Just in': Elon Musk officially launches new political party26·28 days agoA white South African dude created the American Party
ffs did somebody step on a bug in 2015 and change the whole timeline?
mazzilius_marsti@lemmy.worldtoPolitical Memes@lemmy.world•Look at these Socialists monsters.9·1 month agoprotect this man at all cost
mazzilius_marsti@lemmy.worldto People Twitter@sh.itjust.works•The entire Latino population in the U.S. is 65 million people13·1 month agoi spent 10 mins trying to think of something to post but brain is emptied
these people are fucked up in the head
is this real life?
mama and papa are fighting again
mazzilius_marsti@lemmy.worldto News@lemmy.world•Trump again brings up the idea of deporting US citizens for crimes6·1 month agoman every news headline regarding this idiot in 2025 seems like a Black Mirror episode
mazzilius_marsti@lemmy.worldto News@lemmy.world•Immigration raids leave crops unharvested, California farms at risk1·1 month agosurprised Pikachu face
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…
mazzilius_marsti@lemmy.worldto politics @lemmy.world•Congressman Brandon Gill tells mayoral candidate Zohran Mamdani "Go back to the Third World"3·1 month agoscum on earth deserves to be shot
does the upgrade
pacman -Syu
also upgrade Flatpak packages? Or you have to do them separately?