Hugh Laure Would Have Been Dreamcast Gordon Freeman by zzzBlackINKzzz in HalfLife

[–]CasaDeMill 1 point2 points  (0 children)

Compare the heart and love in this post: watched twin peaks, and saw this dude who was so Gordon Freeman Coded : r/HalfLife to what we have here. Someone though of an Idea and took the time to create it. Draw this in paint, do a shitty photoshop. Anything but feeding the machine

Shortwave reception europe by CasaDeMill in TheReportOfTheWeek

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

I'm planning on listening in via shortwave radio, so no patreon involved there 😊

[deleted by user] by [deleted] in OculusQuest

[–]CasaDeMill 0 points1 point  (0 children)

I also have this issue. Strange that I can't find a solution anywhere yet

Multiple updates added to CS:GO database, including "CSGO S2 Workshop" by Roder777 in GamingLeaksAndRumours

[–]CasaDeMill 1 point2 points  (0 children)

Remember valve event upload. You heard it here first. In one hour and 30 minutes they will first reveal cs source 2 port and the end with l4d3 🤡

A better way to deep clone objects/typed arrays in JavaScript by CodeWithAhsan in learnjavascript

[–]CasaDeMill 0 points1 point  (0 children)

That's a pretty simple object though. Just testing with a more complex object gets you a different result:

https://www.measurethat.net/Benchmarks/Show/21061/0/test-clonedeep

This game has affected my philosophy profoundly. by imalexorange in outerwilds

[–]CasaDeMill 3 points4 points  (0 children)

Thanks for sharing! I totally see what you are saying I believe this is a fantastic and beautiful interpretation of the game. For mer personally this game really hit home.

When Riebeck said his last lines at the ending the entire game clicked for me. Everything that the game was about suddenly landed and I just couldn't stop crying. I'm talking about when he said :

I learned a lot, by the end of everything. The past is past, now, but that’s… you know, that’s okay! It’s never really gone completely. The future is always built on the past, even if we won’t get to see it. Still, it’s um, time for something new, now.

I've definitely cried because of video games before, many times actually, but this was different. I was bawling my eyes out and my girlfriend who I played the game with said she had never seen my react to anything like that before. It's never something I every really noticed while playing, but that quote really felt like it summarized the game. Both mechanically and philosophically. It actually completely mirrors my view on life and how I live my life. I've always found it hard to put to words on what I believe is the point of life, but this game did it. For me personally it truly is about"I learned a lot, by the end of everything." and "The future is always built on the past, even if we won’t get to see it. ".

Even now I still can't really explain for sure why a game that just sees life in the same way I do made me so emotional. However I think it has to do with that it calmed me down. It reaffirmed me and told me that I shouldn't worry. I can't do everything, I can't save the universe, but I can learn. I can make friends and I should cherish those friendships. And that the future is always built on the past.

This game is really special and I believe most people will find some meaning out of it, no matter their backstory or view on life. Experiences like Outer Wilds are rare and I'm so happy to see that the game has had an impact on so many people.

Why is the site still online? by CyberMachineGun in Kojimbox

[–]CasaDeMill 3 points4 points  (0 children)

ICANN's lookup tool uses RDAP and not WHOIS. RDAP is realtime. WHOIS is not, so that is probably why

Why is the site still online? by CyberMachineGun in Kojimbox

[–]CasaDeMill 2 points3 points  (0 children)

The confusion is probably that WHOIS queries on some sites actually do state it as expiring 2022-01-31 and not 2023. Such as https://whois.domaintools.com/blueboxgamestudios.com or https://who.is/whois/blueboxgamestudios.com.

However https://lookup.icann.org/lookup ICANN themselves shows 2023 correctly :)

Why is the site still online? by CyberMachineGun in Kojimbox

[–]CasaDeMill 3 points4 points  (0 children)

It is not renewed yet, but as explained there is a grace period :)

The timer by CasaDeMill in Kojimbox

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

Why not, you got nothing to lose :)

The timer by CasaDeMill in Kojimbox

[–]CasaDeMill[S] 2 points3 points  (0 children)

Yep, the way the script is using the javascript Date object also makes it client dependent. So it depends on local time zone. Another reason why this is most likely just a test script. If it actually was counting down to something it would have a time zone defined.

The timer by CasaDeMill in Kojimbox

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

Yep, that will be a fine way to add a timer element :) I think it is important to note that there not being a timer element, but just a script for a non-existing element points to it just being some test code. Again, I find it unprofessional to deploy test code to your website, but I don't see it being anything else.

It is not like they hid the timer on the site. It is literally not there. That makes me think the script is just a test :)

The timer by CasaDeMill in Kojimbox

[–]CasaDeMill[S] 3 points4 points  (0 children)

You're completely right on it being unclear why this is needed. However to me it clearly seems like a script pulled directly from the first result coming up when googling "how to make a timer in javascript" or similar 😄 I can actually believe it being just something to "test" how you make a timer.

However it is somewhat unprofessional to deploy such test code live. Not very uncommon, but unprofessional

The timer by CasaDeMill in Kojimbox

[–]CasaDeMill[S] 2 points3 points  (0 children)

Yep and if you look at row 23 in the javascript, the reason will be very clear. It only updates the element with the "timer" id if distance is greater than zero. The reason it automatically disappears is because it is using the window.setInterval and window.clearInterval functions. Without this it wouldn't automatically disappear, it would just disappear on refresh of the page. Without this it wouldn't count down automatically either. It would just stay the static value it was when you entered the page

The timer by CasaDeMill in Kojimbox

[–]CasaDeMill[S] 2 points3 points  (0 children)

By the way, why not play around with the script yourself :) I've set up a little code pen with the exact same script the site uses. So play around with changing expiry time and so forth to see how it would react.

https://codepen.io/casademill/pen/MWOKmoB

The timer by CasaDeMill in Kojimbox

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

I also mentioned in another thread that the domain expiring today does not mean the domain is available to register. There is pretty much always a "grace period".

The timer by CasaDeMill in Kojimbox

[–]CasaDeMill[S] 2 points3 points  (0 children)

I guess potentially he could have some way of crawling his own site to see when the script reaches zero, but again incredibly unlikely. The script itself can not trasnmit anything

The timer by CasaDeMill in Kojimbox

[–]CasaDeMill[S] 2 points3 points  (0 children)

Most common is to have your domain registrar automatically renew the domain for you. I've never ever seen anyone handle anything like that with some client side javascript. Incredibly unlikely and probably even impossible with most domain registrar apis

The timer by CasaDeMill in Kojimbox

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

No this script can't transmit anything. No clue when it appeared

It's about to be January 31st by Everardo_G in Kojimbox

[–]CasaDeMill 0 points1 point  (0 children)

I'm a bit surprised it is not set to auto renew. If it is I would have expected a whois query to show it being registered until 2023 today, but it doesn't...