jonathanvmv8f

joined 2 years ago
[–] [email protected] 2 points 1 week ago

I can feel you brother.

[–] [email protected] -1 points 1 week ago

I found this captcha in the YouTube player a few days back.

[–] [email protected] 5 points 4 weeks ago

All this time I was wondering what black sorcery DST was performing to magically "add more sunlight" when it was simply the matter of setting the clock 1hr early.

I would rather go with having separate schedules for winter and summer for everything; even thinking about adopting DST is nauseating for me. I enjoy having a uniform time scale independent from external environmental factors.

Thank you very much for sharing this link.

[–] [email protected] 3 points 4 weeks ago (5 children)

Someone please ELI5 Daylight Savings for me? I simply can't wrap my head around it no matter how many times I try to read any explanation about it. I don't even know if my own region follows it (probably not given I would've understood it otherwise).

[–] [email protected] 3 points 1 month ago (1 children)

This isn't related to the context of the post, but I recall giving a review in an earlier post regarding the blog site. Assuming you (positive-intentions) are the same person as the author of the previous post (xoron), It's impressive how you came this far with your blog and apps since then.

Your blog post about bottom-up browser state management was particularly interesting because I was dealing with indexedDB before and ended up going with a wrapper while I personally wanted to work with a custom solution. The explanations for the code snippets are to-the-point, easy to follow and overall well written which I really appreciate as a person not experienced in reading blogs.

Also I enjoyed your in-house illustrations. Keep up the great work!

 

The clones retain the same physical attributes and memory as the original 'you' just before the replacement. From the clone's perspective, it would be as if you swapped places with another person with no context of the situation that person was in, except it's with every living person on earth, everyone but you cease to exist and the original 'you' isn't affected in any way.

How would you imagine the world to become after this? How would the society act now that it has become entirely composed of 'you's? How would you and your clones live the rest of your lives in such a world?

[–] [email protected] 1 points 1 month ago

With regard to what if every person on earth gets a similar buffer: Assuming everyone initially becomes aware of this feature, I would imagine communities would pool up their storage by connecting them via references to other member's name or identity (similar to linked lists). They could store their collective thoughts in the form of megathreads similar to how Twitter users do it, in plain text or making use of links to Babel pages as suggested in another comment.

Intelligence agencies would be extremely efficient in cramming information in their limited shared buffers. Imagine they observe 'CakeShoeRock' written in the buffer and immediately conclude they are in a time loop because they anticipated this exact scenario and developed a comprehensive set of protocols and a system of condensed code words to follow for the same in advance.

[–] [email protected] 5 points 1 month ago (1 children)

I hate having to toggle off legitimate interests off vendors too. The very premise of this option has been anti-consumer from the beginning.

[–] [email protected] 1 points 1 month ago

Now it makes sense. The transparent nature of the image obscured the outline of the switch in my screen from which I was initially unable to identify that it represented the different cases of viewport width of the switch.

Thanks for the clarification!

[–] [email protected] 2 points 1 month ago

I can relate to this too. I try to fight the site out of spite by furiously clicking on the back button of the browser to get me to the home page, and it does show the page for a split second before undoing the redirects and pulling me back to the page I was originally in. In the end I have to succumb to using the website's own navigation buttons to incrementally head back to the starting page.

[–] [email protected] 2 points 1 month ago

Sometimes it becomes a race between me and the site implementing infinite scroll to see if I can reach the footer before the site can load more content; the only time I curse my internet connection for being good

[–] [email protected] 3 points 1 month ago (1 children)

The part about having proper print layout of the site is actually interesting to me. I just learned about it recently and was curious about how there was explicit CSS support for this. This introduces an entirely new perspective on how a website should be designed to offer reliable print support that I am willing to learn.

[–] [email protected] 4 points 1 month ago

I agree with this to some extent. For even wider lines of text occupying the entire desktop screen, it actually becomes hard for me to discern which line I am currently reading, causing me to start reading the entire line all over again.

 

I wish to understand what elements or aspects of the design of modern websites the end users are annoyed from. Though you are free to express your personal opinions, it would be even more insightful if you could provide objective criticism and suggestions for alternative implementations so that I may incorporate the same in my current and future projects to make them as user friendly as possible.

Some criticisms I have encountered a while back include:

  • Switches being basically checkboxes with more ambiguous active state
  • Scrolling animations that prohibit user from linearly scrolling through the page

Make sure that the opinion is not

  • Related to business/legal matters e.g. Cookie consent notices, ad banners etc.
  • Too vague e.g. Poor website layout
  • Highlighting objectively bad practices e.g. Lack of accessibility features

I recognise I could have followed a design system for this question, but I want to understand the situation from the perspective of the end users to see if they have a differing view on what a convenient user experience should be like.

 
 

I saw a comment yesterday about how IT admins have to restrict the privileges of other developers on their machines and was surprised by knowing this. I simply thought that employees in the software industry were essentially at equal parity in terms of their departments, and that the admin department was there just to centralise all the work done by other departments and keep track of the status of their systems. I did not think there would be a need to apply childlocks on other employees' systems as I assumed that a person working at an industry like this would have basic computer literacy to know what is safe and permissible by company policy to execute and what is not.

This may come off as being too naive of me, but I genuinely want to understand how the hierarchy in such a company is actually like. I always thought of workspaces in the software industry to divide labour laterally and there would be no need for administrative powers apart from the management to exist, at least in regard to regulating other workers' actions beyond normal workspace policies. It would be extremely kind of anyone to shed light on this matter.

 
 

What does the launcher do with regard to the operation of the game that cannot be done within the actual game itself? Is it due to a technical limitation or simply there for the convenience of the players? Are there alternatives to such methods of starting the execution of games?

 

Imagine you wake up in the body of a famous and influential person in the bedroom where that person sleeps in. You know nothing about that individual prior to this incident apart from the fact that they are considered a high profile person.

Your only chance of survival here is to act like that person in front of their family, friends and the public for the rest of the unforeseeable future. How do you ensure you learn to imitate the personality of the individual by arousing the least amount of suspicion?

 

I don't know what to write in both of these pages before I publish my project. I would greatly appreciate if someone would help me in this regard as I know nothing about the legal side of hosting open source apps nor do I want to spend too much time on this.

For context, my project is a web app that I specifically made sure to be as private as possible. All data generated by the user is made to be completely stored locally in the browser with no trackers or analytics installed. The data can be modified and deleted as per the user's will along with the ability to import and export the data as JSON files. A local account is required to save progress else the data will be wiped on exiting the site and the core functionalities of the site do not depend on whether an account has been created or not. The only privacy risk would be occasional loading of external resources like image links which I couldn't find a viable alternative to.

Frankly this is just a small side FOSS project which I do not intend to capitalise on. I still want to mention the TOS and the Privacy Policy just in case, but I couldn't be bothered to write all this legal matter by hand.

 

I am working on a small web app that stores user data locally using indexedDB which can be imported/exported by making use of JSON files. Since I plan on adding updates to the site, I want to know what best practices I should follow to make sure my app can allow importing of user data from older versions. It could be related to how I should define the properties of my user data object to make it future proof, or any library or tool I could implement that would make this migration process easier.

Do keep these points in mind:

  1. I am using NextJS to build this application and Dexie to manage indexedDB
  2. Without going into details, the user data file makes use of heavily nested objects and arrays and most likely won't fit in a cookie or even in the local storage API
  3. This web app acts as a proof of concept which must only make use of the aforementioned core technologies, regardless of whether more efficient alternatives exist or not.
 

I want to introduce some of my friends to Minecraft. They have never heard of it before and I am having trouble explaining them from the beginning since the scope of the game is very vast.

I want to give them a preview of the game before they start playing themselves, so I would prefer a video explaining the same. I tried to search for it on YouTube but I could personally find no video that could explain the premise and potential of the game from scratch. I tried to explain them via playing the game on my device too but that was of no meaningful help either since I have no personal worlds or builds to show.

Could someone please help me recommend some useful resource for this matter? I am sure they will come to love it once they get to properly understand it.

view more: next ›