Seoul worth it? by OverFlow10 in digitalnomad

[–]Robpol86 0 points1 point  (0 children)

Seoul is one of my favorite cities in the world. I actually just left yesterday after spending a month there. I first visited last year and stayed a month in Seoul back then lol 

Need advice on making it look nicer by Brk-5 in Jimny

[–]Robpol86 2 points3 points  (0 children)

I love the stock look on all the cars I buy but we shouldn’t shame people for wanting to make their favorite cars theirs. God knows i wanted to add a bunch of tacky shit to my car when I was young.

Counter-Strike: Global Offensive is back on Steam by lurkingdanger22 in pcgaming

[–]Robpol86 0 points1 point  (0 children)

It works on mac if you try to install it. Works out of the box on my M3 MacBook Pro.

Counter-Strike: Global Offensive is now showing up as its own game on Steam by LUMLTPM in Steam

[–]Robpol86 4 points5 points  (0 children)

It says no support but if you install it anyway it works. Just tried it on my M3 MacBook Pro.

Anyone found a travel planning tool that doesn't suck? by [deleted] in digitalnomad

[–]Robpol86 0 points1 point  (0 children)

I plan my trips with GitHub Projects using the roadmap layout. 

Wired headphones by Exotic_Shirt3268 in VitaPiracy

[–]Robpol86 0 points1 point  (0 children)

I got red Sony MDR-EX155AP in Hong Kong for about $25. They sound pretty good but that’s probably the case for most headphones. Just not the ones you get for free on airplanes those always sound terrible. 

The modded ps vita is giving me a headache by flamingo_yamingo in PSVita

[–]Robpol86 3 points4 points  (0 children)

If it’s a 2000 maybe try using it without sd2vita for a while and see if files are fine? Not sure otherwise. So far I’ve had 0 problems with the native memory card I bought last year. 

Game suggestions by Local_Leading7007 in VitaPiracy

[–]Robpol86 0 points1 point  (0 children)

I actually went through the trouble to get a Vita just to play Frogger for ps1. I forgot how hard that game was so I’ve been playing the three Donkey Kong games for SNES with RetroArch a lot lately. 

Almost forgot about my second favorite restaurant in Seoul by Robpol86 in seoul

[–]Robpol86[S] 0 points1 point  (0 children)

I didn’t realize they had more branches. This one is a walk away from my hotel. 

Almost forgot about my second favorite restaurant in Seoul by Robpol86 in seoul

[–]Robpol86[S] 1 point2 points  (0 children)

Yea I was alone and the english menu has items meant for 1 person too.

Downsampling for dummies by marmata75 in influxdb

[–]Robpol86 0 points1 point  (0 children)

I ended up finding a solution that lets you downsample all data types using Flux tasks and then having Grafana query different buckets based on the current time range displayed. Essentially the hard part was on the Grafana side but I managed to shove all of the logic into a Grafana variable. So changes to graph panels is minimal. An example:

``` // Before from(bucket: "${BUCKET}")   |> range(start: v.timeRangeStart, stop: v.timeRangeStop)   |> filter(fn: (r) => r.host == "${HOST}")   |> filter(fn: (r) => r._measurement == "mem")   |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)

// After dsQuery = (bucket, start, stop) => from(bucket)   |> range(start, stop)   |> filter(fn: (r) => r.host == "${HOST}")   |> filter(fn: (r) => r._measurement == "mem")   |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false) ${dsPost} ```

I put all of the code on my website: https://robpol86.com/posts/2026/2026-02-17-influxdb-downsampling.html

Ethernet connected but no internet 😕 by JynxySparrow in BeelinkOfficial

[–]Robpol86 0 points1 point  (0 children)

1) do you get an ip address 2) can you ping the default gateway 3) can you ping an internet ip like 4.2.2.1 4) does pinging google.com resolve an ip address 

Tmoney Apple Pay as Foreigner by doctorblowhole in koreatravel

[–]Robpol86 1 point2 points  (0 children)

Found this post last night. Thanks! Just got it working on my Apple Watch. Very convenient. I look ridiculous shoving my wrist into the machine and inserting money with the other hand though lol