<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Joey Litalien</title>
    <description></description>
    <link>http://joeylitalien.github.io/</link>
    <atom:link href="http://joeylitalien.github.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 08 Mar 2026 03:33:31 +0000</pubDate>
    <lastBuildDate>Sun, 08 Mar 2026 03:33:31 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Some notes on the post-Ph.D. CS job market</title>
        <description>&lt;p&gt;I have (somewhat) recently undergone the rather painful process of finding a job after completing my Ph.D.. I initially wrote these notes around November 2024 after signing with Tesla, but somehow I forgot to publish them. Now that I am almost a year into my professional career, I revisited some sections and decided to share. It appears that numerous resources are available for interview preparation in software engineering positions, but fewer are available for more research-oriented roles. Hopefully, these notes are useful to current Ph.D. students seeking employment as they near graduation.&lt;/p&gt;

&lt;p&gt;The following is based on my personal experience interviewing at tech companies. Obviously, &lt;strong&gt;my sampling is sparse and incomplete&lt;/strong&gt; (the inverse would be a bit damning), so your milage may vary. Importantly, this write-up is based on my &lt;strong&gt;own understanding&lt;/strong&gt; and may exhibit strong biases. Make what you want of it.&lt;/p&gt;

&lt;h1 id=&quot;types-of-job&quot;&gt;Types of job&lt;/h1&gt;

&lt;p&gt;Generally speaking, there are four types of positions one may wish to pursue after a Ph.D. in computer science and machine learning. This list is nonexhaustive, but it can give an idea of the possibilities.&lt;/p&gt;

&lt;h2 id=&quot;research-scientist&quot;&gt;Research scientist&lt;/h2&gt;

&lt;p&gt;This is the natural continuation of a Ph.D., where you are expected to conduct novel research within the company and make some progress vis-à-vis long-term company goals. Your key responsibilities include defining a research agenda that aligns with the company’s missions, prototyping and implementing novel research ideas, and sometimes publishing your findings in journals and conferences. Your performance will primarily be based on publication throughput and tech transfer (i.e., the process of converting research ideas into useful technologies for customers), or a combination of the two. Publication prioritization will heavily depend on the company.&lt;/p&gt;

&lt;h2 id=&quot;research-engineer&quot;&gt;Research engineer&lt;/h2&gt;

&lt;p&gt;This is similar to a scientist position, but your main duties are centered around assisting and supporting the researchers. In some companies, the line between research scientists and engineers may be a bit fuzzy or completely inexistent. Your performance may not be based on generating new research ideas, but rather on implementing and optimizing them for more immediate applications. You still need to stay up-to-date with the latest research trends, but you will not be evaluated based solely on your publications. You can still be a co-author on research publications, but rarely the main author. Since this job is more engineering-focused, the expectations on programming skills may be slightly higher than for scientist roles. Some companies, however, apply the same coding interviews across the board.&lt;/p&gt;

&lt;h2 id=&quot;software-engineer&quot;&gt;Software engineer&lt;/h2&gt;

&lt;p&gt;This is the default job for computer science and software engineering majors. With a Ph.D., you can generally work on cutting-edge technology, and the development may be more interesting than the one you would do with just a bachelor’s degree. This is not always the case, though. These roles generally do not have a research component. Here, your job will revolve heavily around coding as you will mainly develop and support one of the company’s products. This type includes machine learning engineers, which may involve more math in their routines.&lt;/p&gt;

&lt;h2 id=&quot;professor&quot;&gt;Professor&lt;/h2&gt;

&lt;p&gt;This is the academia route. You will most definitely need a post-doc to be competitive, as very few professor positions are available worldwide. In most instances, you will have to relocate. God bless your soul and good luck.&lt;/p&gt;

&lt;h1 id=&quot;recommended-timeline&quot;&gt;Recommended timeline&lt;/h1&gt;

&lt;p&gt;It is recommended to start applying on jobs &lt;strong&gt;at least 5-6 months&lt;/strong&gt; before your expected Ph.D. defence date. Depending on market conditions, &lt;strong&gt;this may take longer.&lt;/strong&gt; You should also start practicing &lt;a href=&quot;https://leetcode.com&quot;&gt;Leetcode&lt;/a&gt; &lt;strong&gt;at least 2-3 months before that&lt;/strong&gt; if you want to improve your chances of getting full interview loops. This sounds crazy at first until you get absolutely demolished by your first live coding interview (yes, I’m speaking from experience).&lt;/p&gt;

&lt;p&gt;Research scientist positions tend to be a bit more flexible regarding starting dates, as the impact of your work will be less immediate. Pure engineering positions, on the other hand, tend to be more stringent. For scientist roles, employers may wait up to a month for a candidate decision after an offer is extended. In my experience, this is less true for engineering positions, where employers generally expect a response within a few days or weeks at most, as their needs are more urgent. As usual, this may greatly vary depending on the company. If you are in doubt, you can ask your recruiter at the end of the HR screening round (see below).&lt;/p&gt;

&lt;p&gt;A normal interview process with a company can take anywhere between &lt;strong&gt;1-3 months&lt;/strong&gt;, from time of application to an official offer. Different stages of the interview may span several weeks, but it is also possible that everything gets scheduled over just a few weeks. Generally, you will provide time slots for each stage, and the recruiter will assign and coordinate all interview rounds. If you have competing offers, companies will tend to move more quickly through the interview process if they believe you are a good fit.&lt;/p&gt;

&lt;h1 id=&quot;typical-interview-process&quot;&gt;Typical interview process&lt;/h1&gt;

&lt;p&gt;Every tech company will have a different interview process for candidates. There seems to be, however, a common pattern between them. Below, I list the most frequent steps I’ve learned to navigate; however, note that the order and nature of these interviews are always company-dependent. Smaller companies may also have fewer rounds than larger ones. In almost all instances, you will get a subset of the following steps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If what follows feels overwhelming and borderline abusive, it’s because it is for the most part. However, when you consider that 1) research/engineering positions in big tech companies pay upward of 200k USD for Ph.D. grads (sometimes even 300k+ with stocks) and 2) CS has never been this popular, you may start to understand why. It’s a supply-and-demand problem, so breaking the barrier to entry will be tough. The cost of hiring a bad employee is necessarily &lt;strong&gt;much higher&lt;/strong&gt; than passing on a good candidate, so companies will always double-down on this.&lt;/p&gt;

&lt;h2 id=&quot;hr-screening&quot;&gt;HR screening&lt;/h2&gt;

&lt;p&gt;The first round is almost always with a recruiter. They are only 30 minutes on average. The recruiter will provide a more detailed explanation of the position and may ask you to summarize your work experience and general interests to assess your fit. The tone is mostly casual and the recruiter will lead the discussion for the most part. This is also where they will ask some logistics questions for relocation (if applicable) and if you are interviewing with other companies. One of the primary purposes of this interview is to provide you with details regarding the full interview process going forward, so you can prepare adequately. At the end, be prepared to ask at least 1-2 questions about the role (e.g., team size, team location, management style), as (good) recruiters will always save time for these.&lt;/p&gt;

&lt;h2 id=&quot;research-talk&quot;&gt;Research talk&lt;/h2&gt;

&lt;p&gt;For research scientist roles, you will be asked to give a research talk to the team. This may also apply to engineering positions (this was the case at Tesla). The format of this talk will be provided by the HR recruiter, but it varies between 20-50 minutes. You will be asked to present what you have done during your graduate studies. Some companies may want you to discuss a specific project to dive more into the specifics. For research talks, this is somewhat similar to a Ph.D. defence, but the questions you will get from the audience will be nowhere near as precise. The audience will primarily consist of your potential manager, your team, the HR recruiter, and possibly a few other individuals in adjacent roles. It may also be recorded and broadcasted to a larger audience within the company. It is your time to flex your best and shiniest results, emphasizing broader impact. Importantly, you must highlight some research avenues you would like to explore if you were given the role. Of course, make sure this aligns with the position you are applying for.&lt;/p&gt;

&lt;p&gt;Here’s a cute recipe that works well (courtesy of &lt;a href=&quot;https://x.com/docmilanfar/status/1846717186519585202&quot;&gt;Peyman Milanfar on X&lt;/a&gt;):&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Short overviews of a few of your works, drawing a common theme across them, if there is one (15 mins).&lt;/li&gt;
  &lt;li&gt;Deep dive into one project (20 mins).&lt;/li&gt;
  &lt;li&gt;Summarize &amp;amp; talk about what you think are important new directions to pursue in research and how these could have an impact on the team and the products of the company (5-10 mins).&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;general-coding&quot;&gt;General coding&lt;/h2&gt;

&lt;p&gt;Most companies will want to assess your coding skills, and the industry standard for this is &lt;a href=&quot;https://leetcode.com&quot;&gt;Leetcode&lt;/a&gt;-style questions. Anything you could be asked on an undergraduate-level algorithms and data structures exam is fair game, from linked lists to graph traversal to dynamic programming. Since a Ph.D. is not about being an expert in all of these, performing well on this round requires  practice. There are uncountably many guides online on how to get better at these types of interviews, but the bottomline is: practice and voice out your approach. &lt;strong&gt;Do not take this step lightly and start early&lt;/strong&gt; (a few months before applying). It can be as little as 15-30 minutes a day, but try to be consistent. You may strongly disagree with this industry practice, but you will undeniably run into Leetcode live coding interviews at some point during the hiring process, so you’d better be prepared.&lt;/p&gt;

&lt;p&gt;Live coding interviews are usually scheduled early in the process, and getting to the next round is, more often than not, conditional on your success here. This interview typically lasts 45 minutes to 1 hour and is conducted in &lt;a href=&quot;https://coderpad.io&quot;&gt;Coderpad&lt;/a&gt;. Generally, you can choose the programming language you’re most comfortable with unless the job has specific requirements (e.g., C++-only roles). Depending on the job title, you may not need to be perfect on all problems to reach the next round. It is possible to do well on these without much practice, but the outcome will be almost entirely based on luck. It is unpleasant, it is brutal at times, but it is a necessary step, so just bite the bullet and hit the Leetcode grind.&lt;/p&gt;

&lt;h2 id=&quot;technical-knowledge&quot;&gt;Technical knowledge&lt;/h2&gt;

&lt;p&gt;This is an interview with a technical team member (e.g., your potential manager), typically conducted after the coding interview. The goal of this interview is to assess your knowledge on the topic related to the role you are applying for. The interviewer may ask more in-depth questions about your Ph.D. and/or internship work. They may also give you hypothetical problems to solve just to pick your brain and see how you approach them. There is generally more than one technical interview, and your interviewers will touch on different subtopics (e.g., computer graphics, machine learning). These tend to be more verbal, but there may be a live coding portion that will correlate with the questions asked. There is no good way to prepare, as the breadth is simply too large to do anything meaningful beforehand. Be ready to talk about your accomplishments (problem → solution → outcome) and your research. Try to make it relevant to the role, but don’t force it if that’s not possible. Technical interviews tend to be scheduled back-to-back as 1:1’s with team members, so be prepared for a half-day of interviews.&lt;/p&gt;

&lt;h2 id=&quot;system-design&quot;&gt;System design&lt;/h2&gt;

&lt;p&gt;Only a few companies may do this (e.g., Meta, Amazon), but this is where you will be asked a question that is intentionally ambiguous, aiming to design a larger system that may be more product-oriented. This is essentially to scope out how you would approach larger hypothetical systems from a top-down perspective, considering requirements such as scalability, consistency, and privacy, among others. Examples for SWE include designing a ticket booking app or an ML-based recommendation system. For research-oriented roles, it is usually more of a discussion relevant to the role and your background. There are no right answers, as the goal is to assess your problem-solving skills with specific requirements in mind. In this interview, you might use &lt;a href=&quot;https://excalidraw.com&quot;&gt;Excalidraw&lt;/a&gt; to draw the design of your system and how users will interact with it. There is usually a lot of engagement with the interviewer in this round.&lt;/p&gt;

&lt;h2 id=&quot;behavioral&quot;&gt;Behavioral&lt;/h2&gt;

&lt;p&gt;In general, this is the final interview, and it is where the interviewer will quiz you on various situations involving human interactions. This can include anything related to conflict resolution, navigating ambiguity, receiving and giving feedback, company mission alignment, and more. Common sense is your best friend here, but be prepared to answer questions you’ve probably never been asked before. Be strategic and prepare stories that fit many questions, such as “tell me a time you had a conflict at work and how you resolved it”. These interviews can range from 15 to 45 minutes. People like to suggest the STAR method (Situation → Task → Action → Result), but personally, I prefer the SPSIL approach (Situation → Problem → Solution → Impact → Lesson) to answer. In the absence of a real-life story to answer the question, answer hypothetically. &lt;strong&gt;Never make up something on the spot,&lt;/strong&gt; interviewers will see right through this with follow-up questions. It can be useful, however, to slightly blend and merge some stories together if you are completely blanking on a question.&lt;/p&gt;

&lt;h2 id=&quot;security-check&quot;&gt;Security check&lt;/h2&gt;

&lt;p&gt;Depending on the company and team you wish to join, you may have to deal with highly sensitive intellectual property (IP) and customers’ private data. While most companies will have security training courses to be completed upon joining, some have started conducting short interviews during the hiring process to make sure you fully understand what’s at stake. More often than not, this is folded in the behavioral round, but sometimes it will be a separate round with a security investigator. This round is quite short (15-30 minutes) and will ask you certain questions regarding restricted material handling. An example question could be: “If you see an employee using company material for their side hustle, what would you do?”. Again, just use your common sense.&lt;/p&gt;

&lt;h1 id=&quot;the-offer&quot;&gt;The offer&lt;/h1&gt;

&lt;p&gt;If you made it this far, congratulations! Now it is time for the good stuff: negotiating base salary, sign-on bonus (if applicable), and awards (e.g., cash awards or stock options). Nowadays, job postings in tech will include the salary range for the role, so there should be no surprise there. If that is not the case, you may ask the recruiter in the screening round to save yourself the hassle: “I noticed there is no salary range for this role, could you tell me a bit more about this?”. Be polite and courteous. Most notable companies will accept providing this information to candidates.&lt;/p&gt;

&lt;p&gt;Now, I don’t have a lot of experience here, but here’s what people seem to agree on. Upon receiving an offer and meeting with your technical recruiter, &lt;strong&gt;let them do the talking first.&lt;/strong&gt; The general rule of thumb is to &lt;strong&gt;never accept an offer on the spot.&lt;/strong&gt; Always take a few days to think about it, if you can. &lt;strong&gt;Always try to negotiate,&lt;/strong&gt; but do so carefully. The recruiter will either say this is the best they can do, accept your counteroffer, or suggest something in between. &lt;strong&gt;Don’t be greedy;&lt;/strong&gt; the salary will already be quite good in most cases. Asking an unreasonable amount can kill the offer entirely (yes, this actually happens, according to &lt;a href=&quot;https://www.reddit.com/r/cscareerquestions/comments/1egciw4/has_anyone_here_actually_had_their_offer/&quot;&gt;reddit&lt;/a&gt;). In doubt, you can check &lt;a href=&quot;https://www.levels.fyi&quot;&gt;levels.fyi&lt;/a&gt; for ballpark estimates, but keep in mind that there is self-selection bias there.&lt;/p&gt;

&lt;p&gt;In an ideal world, you would synchronize job interviews and receive multiple competing offers that you can leverage. In reality, this can be quite difficult to achieve as companies have vastly different hiring timelines. This is especially true for research scientist positions, as they are not always looking to hire immediately and may instead let the pool of applicants grow indefinitely until the right ones come along. Recruiters will often ask about your interviewing situation with other companies in the first round. They will then adapt the pace accordingly. Also, be sure to mention any other important deadlines you may have (e.g., thesis defense, paper submission) so that there are no surprises.&lt;/p&gt;

&lt;p&gt;You will typically be asked to decide to accept or decline an offer &lt;strong&gt;within 1 week to 1 month&lt;/strong&gt;, so make sure that you are clear with the deadlines this involves. Keep your recruiter informed about other offers that may arise, so you can re-negotiate when a better opportunity presents itself.&lt;/p&gt;

&lt;p&gt;Finally, remember that different states have different income tax rates. For instance, a higher base salary in California (25.7% tax) does not necessarily mean a better deal than a lower base salary in, e.g. Washington (18.5% tax). You can use &lt;a href=&quot;https://www.forbes.com/advisor/income-tax-calculator&quot;&gt;this tool&lt;/a&gt; to calculate your after-tax income for the US. This is a no-brainer, but you should always factor in the cost of living in your final decision.&lt;/p&gt;

&lt;h1 id=&quot;keeping-a-pulse-on-the-market&quot;&gt;Keeping a pulse on the market&lt;/h1&gt;

&lt;p&gt;The post-grad job market for computer scientists is &lt;strong&gt;entirely dependent on the economy.&lt;/strong&gt; This can change drastically in a matter of a few months and there is nothing you can do about it. It can be cruel, and you don’t get to choose the timing. For instance, you may receive emails from recruiters well before you plan on graduating. This signals you are in-demand for the &lt;strong&gt;current job market&lt;/strong&gt; but sadly it does not mean anything regarding the &lt;strong&gt;future job market&lt;/strong&gt;. Always remember this.&lt;/p&gt;

&lt;p&gt;As an example, neural scene representations were a very hot topic from 2020-2022 with the advent of NeRF. Companies were hiring hundreds of people in this domain. Then, LLMs emerged a year later, and generative AI ultimately dominated the vast majority of computer vision job postings by early 2024. Companies absolutely love the AI hype and constantly ride new waves. Today, it’s GenAI; who knows what it will be tomorrow? When the hype dies down, big tech companies just lay off people and rehire them elsewhere a few years later… by then, it’s too late. This was a harsh reality check for me: even with three research internships at top companies (NVIDIA, Reality Labs, and Adobe), it can be extremely difficult to land an interview, depending on market conditions and graduation timeline. For the record, I only got an interview at 1/3 of the companies I interned at and did not get an offer, despite strong referrals. I like to think the story would’ve been a bit different two years ago, but maybe I’m delusional.&lt;/p&gt;

&lt;p&gt;Be prepared to navigate this environment and stay attuned to the market to minimize disappointments. This may further inform &lt;strong&gt;when&lt;/strong&gt; you actually graduate. There is no need to rush graduation if the market is not in your favor. For example, the majority of tech companies went into a &lt;a href=&quot;https://www.nytimes.com/2022/11/09/technology/meta-layoffs-facebook.html&quot;&gt;hiring freeze in early 2023&lt;/a&gt; when the stock market took a dive in late 2022; graduating there would have been a terrible timing for new hires. If you have some wiggle room on your defence date and are privileged enough to have funding to continue, be strategic and use it.&lt;/p&gt;

&lt;h1 id=&quot;tips--tricks&quot;&gt;Tips &amp;amp; tricks&lt;/h1&gt;

&lt;p&gt;There is an almost-infinite supply of tips online to prepare for SWE interviews, but here are a few that I found particularly useful:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Interviewing requires preparation: you will not land your dream job simply off a good publication record alone.&lt;/li&gt;
  &lt;li&gt;Practice Leetcode daily (yes, for real).&lt;/li&gt;
  &lt;li&gt;Adapt your resume to make it relevant to job, and make a 1-page version for more engineering-focused roles where publications may not be as central.&lt;/li&gt;
  &lt;li&gt;If you interned at a company, make sure to mention this in your application.&lt;/li&gt;
  &lt;li&gt;If the company as an explicit referral system (e.g., Meta), by all means use it.&lt;/li&gt;
  &lt;li&gt;While interning at a company, ask about the full recruiting process and take notes for the future.&lt;/li&gt;
  &lt;li&gt;Keep applying on new job postings daily/weekly even if you have secured an interview somewhere.&lt;/li&gt;
  &lt;li&gt;If you have some traction on social media (e.g., BlueSky, X, LinkedIn) due to prior publications, make a post about you seeking employment.&lt;/li&gt;
  &lt;li&gt;For live coding interviews, explain your reasoning as you code. It is fine to pause and ponder a bit, but most of the time you should be talking and describing what you are trying to achieve.&lt;/li&gt;
  &lt;li&gt;If you are not sure how an interview will be conducted, ask for more details from your recruiter. Remember, they want you to succeed, too!&lt;/li&gt;
  &lt;li&gt;Look up your interviewers beforehand so you can ask them relevant questions at the end.&lt;/li&gt;
  &lt;li&gt;Try not to visualize or to get emotionally attached to the role before getting an offer (harder than it sounds).&lt;/li&gt;
  &lt;li&gt;Use ChatGPT to come up with:
    &lt;ul&gt;
      &lt;li&gt;Mock questions for technical knowledge and system design for your area of expertise.&lt;/li&gt;
      &lt;li&gt;Good questions to ask your interviewers at the end of rounds.&lt;/li&gt;
      &lt;li&gt;Memory joggers to find good stories to tell in the behavioral round (this worked surprisingly well for me).&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;example-questions-to-ask-your-interviewers&quot;&gt;Example questions to ask your interviewers&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;What’s the best thing that happened to you here since you’ve joined?&lt;/li&gt;
  &lt;li&gt;What’s one thing you dislike about working here?&lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;Better (and more honest) answers usually come from experienced employees, so check seniority first.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;How does the team balance between research and tech transfer?&lt;/li&gt;
  &lt;li&gt;Are there any clear incentives to publish within the company?&lt;/li&gt;
  &lt;li&gt;Who creates deadlines and where do they come from?&lt;/li&gt;
  &lt;li&gt;How is the research team structured? Who leads and decides the general direction?&lt;/li&gt;
  &lt;li&gt;How often do priorities change within the company?&lt;/li&gt;
  &lt;li&gt;How often are employees evaluated? What makes your best researchers stand out in these evaluations?&lt;/li&gt;
  &lt;li&gt;Is this an entirely new role, or would I be replacing someone who left? If the latter, why did they leave?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;some-personal-statistics&quot;&gt;Some personal statistics&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;80 applications sent over 3 months between August–October 2024 across Canada, USA &amp;amp; Europe, primarily targeting rendering and ML roles.&lt;/li&gt;
  &lt;li&gt;48 no answers / 23 rejected / 8 interviews granted / 1 interview declined (after accepting Tesla’s offer).&lt;/li&gt;
  &lt;li&gt;7 did not move forward or no offer / 1 offer (Tesla, accepted).&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sat, 13 Sep 2025 17:00:00 +0000</pubDate>
        <link>http://joeylitalien.github.io/general/2025/09/13/phd.html</link>
        <guid isPermaLink="true">http://joeylitalien.github.io/general/2025/09/13/phd.html</guid>
        
        
        <category>general</category>
        
      </item>
    
      <item>
        <title>Music highlights from 2024</title>
        <description>&lt;p&gt;We’re already in December, so it’s time to reflect a bit on the absolutely amazing year we’ve had for unconventional club music. Between &lt;a href=&quot;https://www.youtube.com/watch?v=CKfy0uzQpfA&quot;&gt;Djrum&lt;/a&gt;’s &lt;a href=&quot;https://djrum.bandcamp.com/album/meanings-edge&quot;&gt;first EP&lt;/a&gt; in six years, three albums by &lt;a href=&quot;https://www.youtube.com/watch?v=-xSWEzKFmLQ&quot;&gt;Skee Mask&lt;/a&gt; on &lt;a href=&quot;https://iliantape.bandcamp.com&quot;&gt;Ilian Tape&lt;/a&gt; along with tons of wicked releases on the label, &lt;a href=&quot;https://tratratrax.bandcamp.com/&quot;&gt;TraTraTrax&lt;/a&gt; pushing cracking latin sounds from Columbia, and Joy Orbison’s &lt;a href=&quot;https://tossportal.bandcamp.com/track/flight-fm&quot;&gt;bassy anthem&lt;/a&gt;, we’ve been nothing but spoiled with quality tunes in 2024.&lt;/p&gt;

&lt;p&gt;I’ve kept a (rather long) list of releases that stuck with me this year, with a few of them discovered through the wonderful &lt;a href=&quot;https://reddit.com/r/theoverload/&quot;&gt;/r/TheOverload&lt;/a&gt; sub (credit where credit’s due). Not here to make any sort ranking—I’ll let &lt;a href=&quot;https://ra.co/&quot;&gt;RA&lt;/a&gt; and &lt;a href=&quot;https://mixmag.net/&quot;&gt;Mixmag&lt;/a&gt; do just that—but simply wanted to highlight some favorites, with &lt;strong&gt;bold&lt;/strong&gt; indicating my personal favs. The focus is mainly on genres such as UK bass, left-field, house, garage and minimal techno, which is what I like to play.&lt;/p&gt;

&lt;p&gt;As always, if you want to support your favorite producers and DJs, please consider &lt;strong&gt;buying their music,&lt;/strong&gt; especially on &lt;a href=&quot;https://isitbandcampfriday.com/&quot;&gt;BandCamp Fridays&lt;/a&gt;.&lt;/p&gt;

&lt;h1 id=&quot;original-tracks&quot;&gt;Original tracks&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://spacelab.bandcamp.com/track/tiptoe&quot;&gt;Adam Pits – TipToe&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://batutimedance.bandcamp.com/track/zeal&quot;&gt;Batu – Zeal&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://klassewrecks.bandcamp.com/track/sargassum&quot;&gt;Bufo Bufo – Sargassum&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://burial.bandcamp.com/track/burial-phoneglow&quot;&gt;Burial – Phoneglow&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://caribouband.bandcamp.com/track/honey&quot;&gt;Caribou – Honey&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://djrum.bandcamp.com/track/crawl&quot;&gt;Djrum – Crawl&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://hardlinesounds.bandcamp.com/track/switch-it&quot;&gt;Dual Monitor – Switch It&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://felipegordon.bandcamp.com/album/flutes-of-gold&quot;&gt;Felipe Gordon – Flutes of Gold&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://floatingpoints.bandcamp.com/album/del-oro&quot;&gt;Floating Points – Del Oro&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://fourtet.bandcamp.com/album/three&quot;&gt;Four Tet – Skater&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gigifm.bandcamp.com/album/movimiento&quot;&gt;GiGi FM – Gabriella&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://invt.bandcamp.com/track/ascenso-dub&quot;&gt;INVT &amp;amp; K-LONE – Ascenso Dub&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://isgwan.bandcamp.com/track/phishing&quot;&gt;IsGwan – Phishing&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://jameskmusic.bandcamp.com/album/blinkmoth-july-mix&quot;&gt;James K – Blinkmoth (July Mix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://tossportal.bandcamp.com/track/flight-fm&quot;&gt;Joy Orbison – flight fm&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://hotmeal.bandcamp.com/track/back-to-the-groove-feat-dj-deeon&quot;&gt;Justin Jay, coldsweat &amp;amp; DJ Deeon – Back to the Groove (feat. DJ Deeon)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://koreless.bandcamp.com/album/deceltica&quot;&gt;Koreless – Deceltica&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://leodtrax.bandcamp.com/track/untitled-06&quot;&gt;Leod – Untitled 06&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nehzarecords.bandcamp.com/track/ez-tool-2&quot;&gt;LU2K – Ez Tool 2&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://megra.bandcamp.com/album/open-up-the-door&quot;&gt;Megra – Open Up The Door&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://klassewrecks.bandcamp.com/track/000-baby&quot;&gt;Mr. Ho – 000 Baby&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nicknoexit.bandcamp.com/track/bikini&quot;&gt;Nick León &amp;amp; Erika de Casier – Bikini&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://notiondj.bandcamp.com/track/tv-dreams&quot;&gt;Notion – TV Dreams&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://objekt.bandcamp.com/track/chicken-garaage&quot;&gt;Objekt – Chicken Garaage&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://pearsonsound.bandcamp.com/track/hornet&quot;&gt;Pearson Sound – Hornet&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://araisaris.bandcamp.com/track/bonk&quot;&gt;Plus One – Bonk&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://dekmantel.bandcamp.com/track/signo&quot;&gt;Polygonia – Signo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://prioricamp.bandcamp.com/track/wake-ft-james-k&quot;&gt;Priori – Wake (feat. James K)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://bambounouofficial.bandcamp.com/track/dub-affectif&quot;&gt;Priori &amp;amp; Bambounou – Dub Affectif&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://rhyw.bandcamp.com/track/drool&quot;&gt;Rhyw – Drool&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://shanticeleste.bandcamp.com/track/ice-cream-dream-boy&quot;&gt;Shanti Celeste – Ice Cream Dream Boy&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=OwvltlSAiJE&quot;&gt;Shinichi Atobe – Dub 6(six)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://iliantape.bandcamp.com/album/iss010-iss010&quot;&gt;Skee Mask – Dub Shneider / The Bills&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://tomvr.bandcamp.com/track/function&quot;&gt;Tom VR – Function&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://shybairns.bandcamp.com/track/music-for-a-while&quot;&gt;Tommy 2000 – Music for a While&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://verraco.bandcamp.com/album/breathe-godspeed&quot;&gt;&lt;strong&gt;Verraco – Sí, Idealízame&lt;/strong&gt; / 0∞&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://villagersound.bandcamp.com/track/pig&quot;&gt;Villager &amp;amp; Waleed – Pig&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://wax10001.bandcamp.com/track/90009a&quot;&gt;Wax – 90009A&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://dekmantel.bandcamp.com/track/how-does-it-make-you-feel&quot;&gt;Young Marco – How Does It Make You Feel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;remixes--edits&quot;&gt;Remixes &amp;amp; Edits&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://sallyc.bandcamp.com/track/odd-symphony-olsvang-r-remix&quot;&gt;Bella – Odd Symphony (Olsvang​è​r Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://bertieau.bandcamp.com/track/carabiner-ciels-reoriented-dub-2&quot;&gt;Bertie – Carabiner (Ciel’s Reoriented Dub)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://bjork.bandcamp.com/track/oral-olof-dreijer-remix&quot;&gt;Björk &amp;amp; Rosalía – Oral (Olof Dreijer Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://tomvr.bandcamp.com/track/charli-xcx-360-tom-vr-edit&quot;&gt;Charli XCX – 360 (Tom VR Edit)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://humanmovement.bandcamp.com/track/daboor-shabjdeed-inn-ann-human-movement-syg-edit&quot;&gt;Daboor &amp;amp; Shabjdeed – Inn Ann (Human Movement SYG Edit)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://doctorjeep.bandcamp.com/track/macumba-wata-igarashi-remix&quot;&gt;Doctor Jeep – Macumba (Wata Igarashi Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://jaspertygner.bandcamp.com/album/eyes-villager-remix&quot;&gt;Jasper Tygner – Eyes (Villager Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://koreless.bandcamp.com/track/seven-jorg-kuning-bicton-barns-mix-1&quot;&gt;Koreless – Seven (Jorg Kuning Bicton Barns Mix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://pinopena.bandcamp.com/album/pino-pe-a-remixes-vol-1-2&quot;&gt;Martyn – Masks (Pino Peña Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://martyn.bandcamp.com/album/vancouver-verraco-rhyw-remixes&quot;&gt;Martyn – Vancouver (Verraco’s MDE Reshape)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://muskila.bandcamp.com/album/ok-fatma&quot;&gt;Muskila – Ok, Fatma (Siu Mata Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://objekt.bandcamp.com/album/ganzfeld&quot;&gt;&lt;strong&gt;Objekt – Ganzfeld (Piezo Remix)&lt;/strong&gt; / Ganzfled (Djrum Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://kalaharioystercult.bandcamp.com/track/sub-lux-sansibar-remix&quot;&gt;Priori – Sub Lux (Sansibar Remix)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://regularfantasy.bandcamp.com/album/so-sweet-spriitzz-remix&quot;&gt;Regularfantasy – So Sweet (Spriitzz Remix)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;eps&quot;&gt;EPs&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://iliantape.bandcamp.com/album/it061-multiplex&quot;&gt;Atrice – Multiplex&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://bambounouofficial.bandcamp.com/album/c-r-u-s-h&quot;&gt;Bambounou &amp;amp; Priori – C.R.U.S.H.&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://batunickleon.bandcamp.com/album/yiu&quot;&gt;Batu &amp;amp; Nick León – Yiu&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://specrecords.bandcamp.com/album/carre-air-sign-spe-c-015-20&quot;&gt;Carré – Air Sign&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://0207carrier.bandcamp.com/album/in-spectra&quot;&gt;Carrier – In Spectra&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://naffrecordings.bandcamp.com/album/tildas-goat-stare&quot;&gt;Ciel &amp;amp; CCL – Tilda’s Goat Stare&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cclurl.bandcamp.com/album/plot-twist&quot;&gt;CCL – Plot Twist&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cloudsteppers-ca.bandcamp.com/album/aqua-hotel-ep&quot;&gt;Cloudsteppers – Aqua Hotel&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://croftnolara.bandcamp.com/album/worktops&quot;&gt;Croft – Worktops&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://exitrecordsuk.bandcamp.com/album/exitvs009-dbridge-vs-forest-drive-west&quot;&gt;dBridge &amp;amp; Forest Drive West – dBridge vs Forest Drive West&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://djrum.bandcamp.com/album/meanings-edge&quot;&gt;Djrum – Meaning’s Edge&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://doctorjeep.bandcamp.com/album/mecha&quot;&gt;Doctor Jeep – Mecha&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://facta.bandcamp.com/album/so-is-the-sun&quot;&gt;Facta – So is the Sun&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://htoo.bandcamp.com/album/cycle&quot;&gt;H TO O – Cycle&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://harba.bandcamp.com/album/despair-ep-2&quot;&gt;Harba – Despair&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://invt.bandcamp.com/album/opm007-invt-x-introspekt-tectonica&quot;&gt;INVT &amp;amp; Introspekt – Tectónica&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://kangdingray.bandcamp.com/album/polar-ep&quot;&gt;Kangding Ray – Polar&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://iliantape.bandcamp.com/album/itx032-burn-heal&quot;&gt;Mantra – Burn &amp;amp; Heal&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nectax.bandcamp.com/album/body-talk-ep&quot;&gt;Nectax – Body Talk&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://olofdreijer.bandcamp.com/album/coral&quot;&gt;Olof Dreijer – Coral&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://futureretrolondon.bandcamp.com/album/fr040&quot;&gt;Outrage &amp;amp; Sonar’s Ghost – FR040&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://pearsonsound.bandcamp.com/album/which-way-is-up&quot;&gt;Pearson Sound – Which Way Is Up&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://naffrecordings.bandcamp.com/album/soft-focus&quot;&gt;pondlicker – Soft Focus&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://rhyw.bandcamp.com/album/melt-in-unison&quot;&gt;Rhyw – Melt In Unison&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://iliantape.bandcamp.com/album/it067-applications&quot;&gt;Shed – Applications&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://specialrequest187.bandcamp.com/album/sr189-portal-3&quot;&gt;Special Request – Portal 3&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://iliantape.bandcamp.com/album/itx033-basis&quot;&gt;Struction – Basis&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://verraco.bandcamp.com/album/breathe-godspeed&quot;&gt;Verraco – Breathe… Godspeed&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://villagersound.bandcamp.com/album/sculptor-ep&quot;&gt;Villager – Sculptor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://villagersound.bandcamp.com/album/big-fish-ep&quot;&gt;Villager &amp;amp; Waleed – Big Fish&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;lps&quot;&gt;LPs&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://actress.bandcamp.com/album/statik&quot;&gt;Actress – Statik&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://principediscos.bandcamp.com/album/guetto-star&quot;&gt;DJ Lycox – Guetto Star&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://floatingpoints.bandcamp.com/album/cascade&quot;&gt;Floating Points – Cascade&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://huercosplonk.bandcamp.com/album/one-day&quot;&gt;Loidis – One Day&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://lowendactivist.bandcamp.com/album/municipal-dreams&quot;&gt;Low End Activist – Municipal Dreams&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://roberthenke.bandcamp.com/album/studio&quot;&gt;Monolake – Studio&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nalasinephro.bandcamp.com/album/endlessness&quot;&gt;Nala Sinephro – Endlessness&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://archives-nia.bandcamp.com/album/silence-is-loud&quot;&gt;Nia Archives – Silence Is Loud&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nidiavalentina.bandcamp.com/album/estradas&quot;&gt;Nídia &amp;amp; Valentina – Estradas&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://prioricamp.bandcamp.com/album/this-but-more&quot;&gt;Priori – This but More&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://qoaqoa.bandcamp.com/album/sauco-2&quot;&gt;Qoa – SAUCO&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://iliantape.bandcamp.com/album/itlp19-resort&quot;&gt;Skee Mask – Resort&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://syclopsbubbleteasecommunications.bandcamp.com/album/black-eye&quot;&gt;Syclops – Black Eye&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://timreaper.bandcamp.com/album/in-full-effect&quot;&gt;Tim Reaper &amp;amp; Kloke – In Full Effect&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twoshell.bandcamp.com/album/two-shell-1&quot;&gt;Two Shell – Two Shell&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;va-compilations&quot;&gt;VA compilations&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://dekmantel.bandcamp.com/album/dekmantel-ten-a-decade-of-dekmantel-festival&quot;&gt;Dekmantel Ten – A Decade Of Dekmantel Festival&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://feveram.bandcamp.com/album/its-elastic&quot;&gt;Fever AM – It’s Elastic&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://nehzarecords.bandcamp.com/album/transaere&quot;&gt;Nehza Records – Transaere&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://phtm.bandcamp.com/album/phtm-va-3&quot;&gt;PHTM – VA 3&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://tratratrax.bandcamp.com/album/no-pare-sigue-sigue-3&quot;&gt;TraTraTrax – no pare, sigue sigue 3&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twtwlondon.bandcamp.com/album/20-20-volume-3-l-p&quot;&gt;Twenty Twenty London – 20​​​/​​​20 Volume 3&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://wisdomteethuk.bandcamp.com/album/club-moss&quot;&gt;Wisdom Teeth – Club Moss&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;mixes&quot;&gt;Mixes&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=kPisPrHSwb4&quot;&gt;Avalon Emerson – All Night Long @ The Cause&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/rinsefm/hessleaudio041124&quot;&gt;Ben UFO – Hessle Audio (10 Years of Sinai Soundsystem at Trinity Centre)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/kioskradio/ben-ufo-kiosk-x-the-lot-radio&quot;&gt;Ben UFO – Kiosk x The Lot Radio x Horst Festival ’24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/benufo/ben-ufo-sustain-release-23&quot;&gt;Ben UFO – Sustain Release ’23&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/breakfast-club-music-1/ciel-b2b-priori-bfc-summer-in-the-city-2024-der-hintergarten-1&quot;&gt;Ciel b2b Priori – BFC Summer in the City ‘24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://soundcloud.com/djpythonessentialmix2024/dj-python-essential-mix-2024-01-20&quot;&gt;DJ Python – BBC Radio 1’s Essential Mix&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/pitchford-walk/eris-drewget-essential-mix&quot;&gt;Eris Drew – BBC Radio 1’s Essential Mix&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/eris-drew/eris-drew-mystery-of-the-motherbeat-vol-2-3&quot;&gt;Eris Drew – Mystery of the Motherbeat, Part 2&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=kiy05zewUpg&quot;&gt;Floating Points – Boiler Room: New York&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=QWl5-f06CdI&quot;&gt;Ian Pooley – The MUDD Show&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/climate-of-fear/invt-b2b-skee-mask-climate-of-fear&quot;&gt;INVT b2b Skee Mask – Climate of Fear ’24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/dimensionsfestival/dim300-laurine-cecilio&quot;&gt;Laurine &amp;amp; Cecilio – Dimension Festival (DIM300)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/keinobjekt/sets/dj-set-at-nowadays-ny-7-april&quot;&gt;Objekt – Live @ Nowadays&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/dkmntl/dekmantel-podcast-459-priori&quot;&gt;Priori – Dekmantel Podcast 459&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://soundcloud.com/farblue/a-far-blue-concept-by-sam-goku-textures&quot;&gt;Sam Goku – Textures (Far Blue)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Despite most not being recorded, here are the best sets I attended this year. If you have a chance to see any of them in your city, please do yourself a favor and grab a ticket.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Aurora Halal &amp;amp; DJ Nobu @ Midnight East, Tokyo (07.12.24)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=uFwB4tEM-EY&quot;&gt;Avalon Emerson &amp;amp; Friends @ Under the K Bridge, Brooklyn (04.05.24)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;DVS1 @ Stereo, Montreal (14.10.24)&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;Evian Christ @ MUTEK, Montreal (23.08.24)&lt;/li&gt;
  &lt;li&gt;Felipe Gordon @ Public Records, Brooklyn (26.10.24)&lt;/li&gt;
  &lt;li&gt;Jennifer Loveless @ Panorama Bar, Berlin (20.06.24)&lt;/li&gt;
  &lt;li&gt;Hector Oaks @ Vol. X, Montreal (24.11.24)&lt;/li&gt;
  &lt;li&gt;Octo Octa @ MUTEK, Montreal (21.08.24)&lt;/li&gt;
  &lt;li&gt;Skee Mask &amp;amp; Objekt @ SAT, Montreal (27.09.24)&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 28 Nov 2024 17:00:00 +0000</pubDate>
        <link>http://joeylitalien.github.io/music/2024/11/28/music.html</link>
        <guid isPermaLink="true">http://joeylitalien.github.io/music/2024/11/28/music.html</guid>
        
        
        <category>music</category>
        
      </item>
    
  </channel>
</rss>
