The Lounge 0001 [From the Beginning]

no truer words were ever spoken by a programmer.

2 Likes

See im one of the nice hackers. I would hack into peoples routers and disable WPS and even switch them from WEP to WPA

2 Likes

Once I push this change the timeā€™s will be correct for the RAPTR demo.

Before the dates were set in the year 2028 for some reason.

2 Likes

Heed this warning before its too late

2 Likes

yeah Iā€™ve seen that video.

But using ISO-8601 time strings, they include locale in them. I basically donā€™t have to deal with it, the real bitch is having to use these proper strings with the HTML5 form API, because someone thought it was a great idea to only use 24hr time instead.

2 Likes

This is why we need one universal world time XD

1 Like

latest build is in

> [email protected] build /home/luke/code/src/github.com/dynamic-gravity/raptr-project
> node build/build.js

Hash: b1a555e5058cd86016f4
Version: webpack 3.11.0
Time: 29723ms
                                                  Asset       Size  Chunks                    Chunk Names
               static/js/vendor.ec4717274bc4579e282d.js    1.52 MB       0  [emitted]  [big]  vendor
                  static/js/app.70762c2187a19dab104f.js    32.3 kB       1  [emitted]         app
             static/js/manifest.2ae2e69a05c33dfc65f8.js  857 bytes       2  [emitted]         manifest
    static/css/app.9cc96f536e0f903a999c340564b60918.css     251 kB       1  [emitted]  [big]  app
static/css/app.9cc96f536e0f903a999c340564b60918.css.map     377 kB          [emitted]         
           static/js/vendor.ec4717274bc4579e282d.js.map    4.19 MB       0  [emitted]         vendor
              static/js/app.70762c2187a19dab104f.js.map    94.2 kB       1  [emitted]         app
         static/js/manifest.2ae2e69a05c33dfc65f8.js.map    4.97 kB       2  [emitted]         manifest
                                             index.html  665 bytes          [emitted]         

WARNING in ./src/components/logs.vue

2 Likes

just toss a marker some random place in the ocean, call that 00:00 UTC, have everyone on earth use it and if it turns out that you live on the other side of the planet then too bad, you wake up at 17:00 AM.

2 Likes

How about the part where it drops the leading zero off single digits? That made me blow my top the other day.

You had to prepend a zero to it, stringify, then slice the last two digits. fucking javascript.

2 Likes

i mean there would be no issue with that.

cool. i wake up at 1300 in the morning and goto bed 0100. Morning is still morning but the time i wake up at changes. that is it.

If you like in the UK and i live in Japan and we say we are going to meet in New york at 1800 then you know for sure what 1800 they are talking about

2 Likes

I use the date-fns library.

The zeros I had to add were at the end for the seconds.

3 Likes

I know, it would be excellent. I would totally be down for waking up at 19:00AM. Would force everyone to learn 24-hour time. It turns out that the earth takes around 24 hours to turn, not two sets of 12.

2 Likes

I like to use builtins when I can, but I might have to check that shit out.

anyways, Iā€™ve got 30 hours of work to do in 16. Iā€™m going to stop being distracted on this forum for a bit.

3 Likes

Timezones and daylight savings are so close to being erased from the face of this earth. It just needs a bit more push

1 Like

yeah, all I really had to do was craft the string manually. But I had other conditions to check for before sending to the API.

See. Knew you would like it here even though you were reluctant.

4 Likes

yep this needs to happen but I donā€™t see any push for that especially by governments. really all that needs to happen is for everyone to decide timezones are stupid and to just stop using them.

1 Like

yep. Honestly the hardest thing is getting people to forget the fact that just because its 0800 does not mean that the sun is getting ready to come up

1 Like

I still need to create a tutorial for discourse

1 Like

Yes but thatā€™ll come with time, it should be much better overall for everyone once everyone gets used to it though. donā€™t even have to change anything apart from mentally what that time means in your region.

1 Like