given how many idiots are in that photo AND how many Republicans are in the line of succession (99% + 1 RFK Jr), we might as well beg for a Red Wedding a la GoT style.
i 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
yeh… like that worm in your head huh
what did they do to ma boi Clippy
bro… even bank robbers wear stuff better.
First they come for the students, then next they’ll come for the usual business visas.
I guess it’s time to make my porn site bookmarks public for the sake of a visa. Maybe I should join a MAGA group on Facebook and praise our lord and savior, DJT.
On a serious note, does this cover ALL social media, including whatsapp too? So it is literally “you surrender everything just to study”. That’s fucked up.
Best thing I’ve done: delete Facebook/Meta. It was very difficult because you kept coming back… Think I “deleted” 20 times and still crawled back to login. Yeh…
So I came up with a plan to purposely delete and lock myself out of it.
This was like 5 yrs ago, I didnt have much uploaded photos so the process was easy. First, I changed the email on Facebook/Meta to a temporary one. Then I went further to use some random password create a new password.
Then I deleted the account with that temporary email and random password and closed the browser. Finally, I nuked my entire OS and reinstall a new one, just in case if the cache contains data about the email and password.
These ads on messaging services are out of control
so… back to owl mail then?
where do you get your YT Revanced from?
Ads on youtube are getting even more stupid. Does anyone get those ads about “procastinations” and “ADHD”? It starts off with some songs like “Procastination isnt your fault…” and some dolls dancing? So annoying
just remember which side is the opening, or you’ll accidentally tear the wrong side
agree completely. But I recently broke my phone screen, the usual Samsung green screen of death, and I wish I had that turned on to copy the data over lol.
For any modern laptops, it is very rare to find one with dual SSD. I guess for your case it is different, my old 2012 Thinkpad can take dual drive too but it is slow.
I would think he and RFK planned everything. The fact that RFK ran as a “3rd candidate” was just a facade. Remember how he spent months running ads, promoting himself as a much better candidate? It’s all part of the show.
so much for “dems and deep state” arguments. Where are the opinions of Breibart Steve Bannon or other right wing commentators on this? Ben Shapiro?
Guess they’re all a bunch of pussy. Too scare to say anything to upset their boss, the mighty Donald
Sway is fine. I still prefer i3 because I still use many X applications.
Now for this meme specifically, sway and i3wm are actually easy to understand once you know the basic key chords. Sway in particular can also allow drag and drop to tile manually without shortcuts.
Dwm though is a nightmare for Linux beginners let alone those who never use Linux before. I3 needs a .config file, so newbies can read it and figure out the key bindings. On Dwm? It doesnt need one because the system can just run the compiled dwm executable. So if you really want to make it more secure: configure dwm to your likings => compile it => delete the source folder. Nobody will know wtf is going on, except you.
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 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.
|--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).