Skip to content

Commit

Permalink
fuq gtalens
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed May 15, 2024
1 parent 56da12d commit c18e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtav-interactive-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3>2024 - 05 - 10 / 23:22</h3>
<div id="faq"></div>
<h2>FAQ</h2>
<h3>- Why did you make this?</h3>
<p>In short: I ran into GTALens' completion limit. In full: I know why they made that a thing and I know why they made themselves make that a thing. They created themselves a problem by saving data on their servers, which cost money to maintain, and instead of moving this data to the local browser storage they decided to make a subscription. I absolutely despise this marketing, so, seen the lack of open source Interactive maps, I tried to make what I could of their minified Vue source code and other interactive maps out there to make a good, up to date, open source one.</p>
<p>In short: I ran into GTALens' 250 completed marks limit. In full: I know why they made that a thing and I know why they made themselves make that a thing. They created themselves a problem by saving data on their servers, which cost money to maintain, and instead of moving this data to the local browser storage they decided to make a subscription. I absolutely despise this marketing, so, seen the lack of open source Interactive maps, I tried to make what I could of their minified Vue source code and other interactive maps out there to make a good, up to date, open source one. If you're a GTALens developer reading this: Fuck you. I like your work on GTACars, I like your work on these small useless statistical tools (like the map, which I had to remake for my own use, or the weather tool, which I remade out of spite), but fuck you, for pushinga feature that could've been completely free into your subscription service. Also fuck you for using Vue, because you made me lose more hours of my life than I should've lost; Client side code shouldn't be hidden, it should be as readable as possible, because users need to know what is happening on their machine. Your lack of willingness to use Vanilla JS shouldn't result in a worse product.</p>
<h3>- How do I contribute?</h3>
<p>If you know anything about JavaScript, or coding really, just make a pull request on the github page. Otherwise, contact me on discord @fallbackita27 (or anywhere else really) and I'll see what could be done. I'll eventually make a roadmap.</p>
<h3>- I found a bug!</h3>
Expand Down

0 comments on commit c18e044

Please sign in to comment.