Skip to content

Commit

Permalink
update talk titles and blogpost for fh266 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuajunyu authored Oct 23, 2024
1 parent 45b4e42 commit cc6340f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
37 changes: 37 additions & 0 deletions content/post/2024-10-24-friday-hacks-266.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "Friday Hacks #266, October 25: On OS design for fast I/O and Music Content Identification"
date: 2024-10-23 11:44:15.5144
author: Chua Jun Yu
url: /2024/10/friday-hacks-266
summary: Learn more about Operating Design for fast I/O and Music Content Identification!
---

**Date/Time:** Friday, October 25 at 7:00pm SGT<br />
**Venue:** <a href="https://maps.app.goo.gl/AfQPqS11RgqwVaKE9">Seminar Room 3, COM1-02-12, NUS</a><br />
**Sign-up Link:** [Sign-up here](https://hckr.cc/fh-266-signup)<br />

> **Food 🍕 and Drinks 🧋 will be served!**
<img src="/img/2024/fh/266-1.jpg" alt="Friday Hacks #266 Poster 1" /><br />


## 1) Operating System Design for Fast I/O

Traditional operating systems consider I/O as slow operations. Over the last decade, I/O technology has improved significantly. Yet, CPU performance scaling has stalled due to physical limitations. So, traditional OS designs have created performance bottlenecks in I/O processing. I will discuss recent attempts to redesign the OS I/O architecture to address this challenge, focusing on the separation of control and data plane in the OS, and hardware offloading techniques to eliminate the bottlenecks.

### Speaker Profile 🎙️

Jialin Li is the Sung Kah Kay Assistant Professor in the School of Computing at NUS. Jialin received his PhD from the University of Washington, and bachelor's degree from the University of Michigan. His research has been awarded the OSDI '14 Jay Lepreau Best Paper Award and the NSDI '15 Best Paper Award.<br /><br />

<img src="/img/2024/fh/266-2.jpg" alt="Friday Hacks #266 Poster 2" /><br />


## 2) “Hey XXX, What Song Is This?” - A Gentle Introduction to Music Content Identification

We probably have used apps like Shazam, Google Assistant, or Alexa to ask the question, "Hey, what song is this?" when we hear a new song we like in public. In this talk, we’ll explore how systems work to identify music in seconds. We'll cover audio fingerprinting, the algorithm that allows machines to quickly recognize songs from short clips, even in noisy environments. We’ll dive into the AI technology that enable these systems to recognize covers remixes. Whether you're new to the topic or curious about the tech, this session offers a simple, clear look at how music content identification works.

### Speaker Profile 🎙️

Hao Hao is a machine learning engineer at BandLab Technologies, applying AI/ML to assist music creation workflow and enhance intelligent musical analysis.<br /><br />

👋 See you there!
7 changes: 4 additions & 3 deletions data/friday_hacks/friday_hacks_2425_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ hacks:
from: Technical Co-Founder, NodeFlair

- venue: <a href="https://maps.app.goo.gl/AfQPqS11RgqwVaKE9">Seminar Room 3, COM1-02-12, NUS</a>
blog_post: /2024/10/friday-hacks-266
topics:
- speaker: Jialin Li
title: TBD
from: Assistant Professor, NUS Computing
title: Operating System Design for Fast I/O
from: Assistant Professor @ NUS Computing
- speaker: Hao Hao Tan
title: TBD
title: '"Hey XXX, What Song Is This?” - A Gentle Introduction to Music Content Identification'
from: BandLab Technologies

- nohack: NUS Well-Being Day
Expand Down
Binary file added static/img/2024/fh/266-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/2024/fh/266-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc6340f

Please sign in to comment.