-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update talk titles and blogpost for fh266 (#688)
- Loading branch information
Showing
4 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.