Skip to content

Commit e5c8081

Browse files
committed
chore: Update my uses data
1 parent 0ec8599 commit e5c8081

File tree

1 file changed

+53
-17
lines changed

1 file changed

+53
-17
lines changed

app/data/usesData.ts

Lines changed: 53 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@ const uses = [
3333
link: "https://www.amazon.in/Phantom-Storage-AMOLED-Display-Processor/dp/B0BZCG8FNL",
3434
},
3535
{
36-
name: "iPhone 12",
37-
specs: "A14 Bionic, 128 GB, iOS 18.3.1",
36+
name: "iPhone 17 Pro (Cosmic Orange)",
37+
specs: "A19 Pro, 256 GB, iOS 26.0.1",
3838
description:
39-
"This is my primary phone, using since 4 years, still running great",
39+
"Recently upgraded to this beast, using as daily driver, love the performance and camera",
4040
type: UsesTypes.Mobile,
4141
category: [UsesCategories.Personal],
42-
link: "https://www.flipkart.com/apple-iphone-12-blue-128-gb/p/itm02853ae92e90a",
42+
link: "https://www.flipkart.com/apple-iphone-17-pro-cosmic-orange-256-gb/p/itm76fe37ca9ea8c",
4343
},
4444
{
45-
name: "Samsung S21 FE 5G",
46-
specs: "Exynos 2100, 128 GB, Android 14, One UI 6.1",
47-
description: "My secondary phone, love Samsung but hate Exynos",
45+
name: "Nothing Phone (3) (Black)",
46+
specs: "Snapdragon 8s Gen 4, 256 GB, 12 GB, Android 16, Nothing OS 4.0",
47+
description: "Using it as my secondary personal phone, particularly love Nothing OS",
4848
type: UsesTypes.Mobile,
4949
category: [UsesCategories.Personal],
50-
link: "https://www.flipkart.com/samsung-galaxy-s21-fe-5g-graphite-128-gb/p/itm7be0f72fff180",
50+
link: "https://www.flipkart.com/nothing-phone-3-black-256-gb/p/itm0c32a18b0df8a",
5151
},
5252
{
5353
name: "iPad Air 3rd Gen",
54-
specs: "A12 Bionic, 64 GB, WiFi, iPad OS 18.3",
54+
specs: "A12 Bionic, 64 GB, WiFi, iPad OS 26",
5555
description: "Use it for media consumption and casual reading",
5656
type: UsesTypes.Mobile,
5757
category: [UsesCategories.Personal],
5858
link: "https://www.amazon.in/Apple-iPad-Air-10-5-inch-Wi-Fi-64GB/dp/B07PY3WB42",
5959
},
6060
{
6161
name: "Apple Watch Series 6",
62-
specs: "44 mm, GPS, Watch OS 11.3",
62+
specs: "44 mm, GPS, Watch OS 26",
6363
description:
6464
"Perfect iPhone companion, use it for sleep & fitness tracking",
6565
type: UsesTypes.Mobile,
@@ -69,7 +69,7 @@ const uses = [
6969
{
7070
name: "Dell G15 7588, 2018, 15.6 inch",
7171
specs:
72-
"i7 8th Gen, 16 GB RAM, 512 nvme SSD, 1 TB SATA SSD, Geforce GTX 1060, Endeavour OS",
72+
"i7 8th Gen, 16 GB RAM, 512 nvme SSD, 1 TB SATA SSD, Geforce GTX 1060, Ubuntu 25.04",
7373
description:
7474
"Never buying a gaming laptop again, use it for hosting home media server",
7575
type: UsesTypes.Computer,
@@ -78,7 +78,7 @@ const uses = [
7878
},
7979
{
8080
name: "Mac Mini, 2024",
81-
specs: "M4 Pro, 24 GB RAM, 512 GB SSD, Mac OS Sequoia",
81+
specs: "M4 Pro, 24 GB RAM, 512 GB SSD, Mac OS Tahoe",
8282
description:
8383
"A cute little beast, use it for personal projects and casual browsing",
8484
type: UsesTypes.Computer,
@@ -100,11 +100,33 @@ const uses = [
100100
link: "https://www.flipkart.com/logitech-mx-master-3-ultrafast-scrolling-ergonomic-4000-dpi-wireless-hybrid-mouse/p/itm47d093e35a83b",
101101
},
102102
{
103-
name: "Apple AirPods Pro",
104-
description: "Use it for comfort and ease, mostly for calls",
103+
name: "Sony WF-1000XM5",
104+
description: "My goto TWS for music while traveling and working out, way better than AirPods Pro",
105105
type: UsesTypes.Audio,
106-
category: [UsesCategories.Work, UsesCategories.Personal],
107-
link: "https://www.flipkart.com/apple-airpods-pro-magsafe-charging-case-bluetooth-headset/p/itm0847811966368",
106+
category: [UsesCategories.Personal],
107+
link: "https://www.amazon.in/Sony-WF-1000XM5-Cancelling-Headphones-Multi-Point/dp/B0C33XXS56",
108+
},
109+
{
110+
name: "Moondrop Aria 2 (Silver)",
111+
description: "Fantastic in-ear monitors, to satisfy my audiophile needs, currently my favorite",
112+
type: UsesTypes.Audio,
113+
category: [UsesCategories.Personal],
114+
link: "https://www.headphonezone.in/products/moondrop-aria2",
115+
},
116+
{
117+
name: "Truthear x Crinacle - ZERO:RED",
118+
description:
119+
"Great neutral sound signature, perfect for gaming and listening EDMs",
120+
type: UsesTypes.Audio,
121+
category: [UsesCategories.Personal],
122+
link: "https://www.headphonezone.in/products/truthear-x-crinacle-zero-red",
123+
},
124+
{
125+
name: "FiiO KA13",
126+
description: "Compact DAC and Amplifier for listening Hi-Res audio on my IEMs",
127+
type: UsesTypes.Peripheral,
128+
category: [UsesCategories.Personal],
129+
link: "https://www.headphonezone.in/products/fiio-ka13",
108130
},
109131
{
110132
name: "Sony WH-1000XM4",
@@ -114,6 +136,13 @@ const uses = [
114136
category: [UsesCategories.Personal],
115137
link: "https://www.sony.co.in/electronics/headband-headphones/wh-1000xm4",
116138
},
139+
{
140+
name: "Apple AirPods Pro",
141+
description: "Use it for comfort and ease, mostly for calls",
142+
type: UsesTypes.Audio,
143+
category: [UsesCategories.Work, UsesCategories.Personal],
144+
link: "https://www.flipkart.com/apple-airpods-pro-magsafe-charging-case-bluetooth-headset/p/itm0847811966368",
145+
},
117146
{
118147
name: "Sony PlayStation 5",
119148
description: "Perfect for my casual gaming, expanded with 2 TB SSD",
@@ -260,9 +289,16 @@ const uses = [
260289
category: [UsesCategories.Personal],
261290
link: "https://open.spotify.com/download",
262291
},
292+
{
293+
name: "Apple Music",
294+
description: "Perfect for Hi-Res Audio listening",
295+
type: UsesTypes.Software,
296+
category: [UsesCategories.Personal],
297+
link: "https://www.apple.com/apple-music/",
298+
},
263299
{
264300
name: "iTerm2",
265-
description: "Because CLI is fun",
301+
description: "Because CLI is the way to go",
266302
type: UsesTypes.Software,
267303
category: [UsesCategories.Work, UsesCategories.Personal],
268304
link: "https://iterm2.com/",

0 commit comments

Comments
 (0)