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/)S

spinning_disk_engineer

@ spinning_disk_engineer @lemmy.ca

Posts
12
Comments
40
Joined
12 mo. ago

  • I believe that even if it were GPL licensed you could do that, since you're only running it on your server, not publishing it. Of course, for this very reason, most copylefted server software uses the AGPL, which does require source code of a network service to be made available.

  • While this is true, it's also worth noting that the original is permissively licensed. You can change it if you want, it's just that most people don't bother. Presumably changing the image would be as simple as replacing the three files in /web/static/img, but maybe that would look weird for some reason.

  • I generally agree, but I'd avoid gmail with very few exceptions. They are going to read your email, so whether your solution as another protonmail account, an alias, simplelogin, or another service entirely, it's almost certain to be an improvement. Keep in mind that you can tell gmail to forward your emails, for anyone who hasn't updated their address book yet.

  • It is an option, but not a particularly good one seeing as it's run by amazon. I personally use Signal just because it's popular, but Wire seems equally good, and I'm glad they exist to provide competition.

  • I do that early game, but eventually I need night vision for combat, and then I just stop.

  • The server is physically connected to my laptop with only a switch in between. However, my Qubesos config has two routers (one of which is a firewall) between the hardware and what I'm actually working on. I checked with curl, and I have access to ports 2049 and 111, as well as the webui on 443.

  • Linux @lemmy.world

    nfs under QubesOS

  • Edit: Oops, I assumed an Earth day is 1 second instead of 86,000 seconds

    I don't think that one's been made for Youtube yet.

  • The Signal messenger and protocol. @lemmy.blahaj.zone

    Advice for desktop-primary use

  • Privacy @lemmy.dbzer0.com

    Should I use the default firefox on Qubes OS

  • You can daisy chain displayport, as long as you have the bandwidth for it. I think the real issue is not how many monitors, but just how many pixels you're trying to drive. Since secondary monitors are typically 1080p, the whole collection of them should be the same as a 4k main monitor.

  • Are you talking about business email or personal email. For myself, I use mailbox.org, which is based in Germany (relatively good in the modern world). They also provide encryption at rest by pgp if you request it, which isn't nothing I guess.

  • This template I got from the internet does, though this file is almost certainly not the problematic part.

     latex
        
    Source
    
    %%%%%%%%%%%%%%%
    % This CV example/template is based on my own
    % CV which I (lamely attempted) to clean up, so that
    % it's less of an eyesore and easier for others to use.
    %
    % LianTze Lim (liantze@gmail.com)
    % 23 Oct, 2022
    % 24 Aug, 2024 -- Updated X (Twitter) icon
    \documentclass[a4paper,skipsamekey,11pt,english]{curve}
    
    % Uncomment to enable Chinese; needs XeLaTeX
    % \usepackage{ctex}
    
    
    % Default biblatex style used for the publication list is APA6. If you wish to use a different style or pass other options to biblatex you can change them here. 
    \PassOptionsToPackage{style=ieee,sorting=ydnt,uniquename=init,defernumbers=true}{biblatex}
    
    % Most commands and style definitions are in settings.sty.
    \usepackage{settings}
    
    % If you need to further customise your biblatex setup e.g. with \DeclareFieldFormat etc please add them here AFTER loading settings.sty. For example, to remove the default "[Online] Available:" prefix before URLs when using the IEEE style:
    \DefineBibliographyStrings{english}{url={\textsc{url}}}
    
    %% Only needed if you want a Publication List
    \addbibresource{own-bib.bib}
    
    %% Specify your last name(s) and first name(s) (as given in the .bib) to automatically bold your own name in the publications list. 
    %% One caveat: You need to write \bibnamedelima where there's a space in your name for this to work properly; or write \bibnamedelimi if you use initials in the .bib
    % \mynames{Lim/Lian\bibnamedelima Tze}
    
    %% You can specify multiple names like this, especially if you have changed your name or if you need to highlight multiple authors. See items 6–9 in the example "Journal Articles" output.
    \mynames{Lim/Lian\bibnamedelima Tze,
      Wong/Lian\bibnamedelima Tze,
      Lim/Tracy,
      Lim/L.\bibnamedelimi T.}
    %% MAKE SURE THERE IS NO SPACE AFTER THE FINAL NAME IN YOUR \mynames LIST
    
    % Change the fonts if you want
    \ifxetexorluatex % If you're using XeLaTeX or LuaLaTeX
      \usepackage{fontspec} 
      %% You can use \setmainfont etc; I'm just using these font packages here because they provide OpenType fonts for use by XeLaTeX/LuaLaTeX anyway
      \usepackage[p,osf,swashQ]{cochineal}
      \usepackage[medium,bold]{cabin}
      \usepackage[varqu,varl,scale=0.9]{zi4}
    \else % If you're using pdfLaTeX or latex
      \usepackage[T1]{fontenc}
      \usepackage[p,osf,swashQ]{cochineal}
      \usepackage{cabin}
      \usepackage[varqu,varl,scale=0.9]{zi4}
    \fi
    
    % Change the page margins if you want
    % \geometry{left=1cm,right=1cm,top=1.5cm,bottom=1.5cm}
    
    % Change the colours if you want
    % \definecolor{SwishLineColour}{HTML}{00FFFF}
    % \definecolor{MarkerColour}{HTML}{0000CC}
    
    % Change the item prefix marker if you want
    % \prefixmarker{$\diamond$}
    
    %% Photo is only shown if "fullonly" is included
    \includecomment{fullonly}
    % \excludecomment{fullonly}
    
    
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    
    
    \leftheader{%
      {\LARGE\bfseries\sffamily Your Name Here, Ph.D.}
    
      \makefield{\faEnvelope[regular]}{\href{mailto:example@gmail.com}{\texttt{example@gmail.com}}}
      % fontawesome5 doesn't have the X icon so we use
      % the simpleicons package here instead; but some 
      % font size adjustment might be needed
      \makefield{{\scriptsize\simpleicon{x}}}{\!\href{https://x.com/overleaf_example}{\texttt{@overleaf\_example}}}
      \makefield{\faLinkedin}
      {\href{http://www.linkedin.com/in/example/}{\texttt{example}}}
    
      %% Next line
      \makefield{\faGlobe}{\url{http://example.example.org/}}
      % You can use a tabular here if you want to line up the fields.
    }
    
    \rightheader{~}
    \begin{fullonly}
    \photo[r]{photo}
    \photoscale{0.13}
    \end{fullonly}
    
    \title{Curriculum Vitae}
    
    \begin{document}
    \makeheaders[c]
    
    \makerubric{employment}
    \makerubric{education}
    
    % If you're not a researcher nor an academic, you probably don't have any publications; delete this line.
    %% Sometimes when a section can't be nicely modelled with the \entry[]... mechanism; hack our own and use \input NOT \makerubric
    \input{publications}
    
    \makerubric{skills}
    \makerubric{misc}
    
    \makerubric{referee}
    % \input{referee-full}
    
    \end{document}
    
      
  • For the sake of accuracy: Incoming emails from external services are initially not encrypted. It's only truly zero knowledge for either emails sent by another tuta user, or for emails that have already been received.

    That being said, they don't record this information unless specifically required by a court order, which to my knowledge has never happened. I understand that they make the decision of whether your account is spam within 48 hours, and after that it is in the clear. I created my account over Tor, didn't use it much at all for the first few days, and have been using it fine since. That's only one data point of course.

  • Linux @lemmy.world

    Setting up LaTeX on debian?

  • Interesting that this happens in Ireland, which is known for capitulating to big tech (because they're a tax haven). Almost like this is not actually about restricting the ability of big tech to cause damage.

  • I'm not entirely sure what you're trying to say here. To clarify, telegram uses a store-forward architecture, meaning that it deletes messages from the server once they have been received by everyone. Until that time, the messages are stored on the server in plaintext, unless you're using a secret chat. They do this to avoid having to exchange keys between different clients, but what that really means is that it isn't actually private most of the time.

  • By default, yes. It is possible to create a so-called secret chat, which is standard for signal and similar, but that's something you have to manually do. Furthermore, it's not even possible to make secret chats for groups. When it was initially released, I was cautiously optimistic that it could turn into a good, secure application, but knowing it's been this long and it hasn't, I wouldn't consider that likely.

  • HID means a human interface device, so most commonly a keyboard, but remote controls can and do use the same protocol just fine.

  • It's easy to find a TV with USB-C input, though not universal. That still uses the DP protocol, and cables with different connectors on opposite ends are both cheaper and more common than those with HDMI as a result. Also, this is only even an issue if HDMI 2.0 isn't fast enough for you, so old devices aren't a concern.

  • I've never actually used CEC, but everything I've seen says it's just like a USB HID, correct? According to wikipedia, there already exist USB to CEC adapters.

  • Yes, but that adds more cost. I don't have any hard data on this, but it feels like their current solution works fine, since anyone using more data than 2160p60, who also won't accept chroma subsampling, probably is already using DP. Maybe this is a direction to pressure the HDMI forum, since unlike AMD, valve's drivers are actually open source on the majority of their users' machines. And if things change in the future, external adapters or proprietary adapters are both solutions.

  • All of these supposed advantages are solved by USB-C though. Even the length is higher (5m, I believe). I'd be fine if the DisplayPort connector is gone, but the actual standard is just better for most purposes.

  • Privacy @lemmy.ml

    Encryption at rest w.r.t. email

  • Privacy @lemmy.ml

    Are jmp.chat eSIM adapters unique

  • Privacy @lemmy.ml

    Domain names for catch all email aliases

  • Android @lemmy.world

    How does carrier locking work?

  • Privacy @lemmy.ml

    Rayhunter in Canada

  • Music and audio production @lemmy.ml

    Converting a playlist into a single audio file on linux

  • privacy @lemmy.ca

    Metadata on typewriters?

  • BudgetAudiophile @lemmy.world

    Suggestions for wireless in ear headphones