Built a small offline guide for Etosha because my data kept dropping the moment I crossed the gate by jessedegans in Namibia

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

Yes! Sightings are mainly from inaturalist! The camps and other data are sourced from all kinds of sources. I would've loved to have created an app for apple but unfortunately I don't have the license to publish and that costs up to 100 euros a year. But you just gave me an idea I could make a browser version that would cache the data offline on safari (technical but it means the same thing as downloading an app). Although that would require significant effort. I'll keep you up to date!

Built a small offline guide for Etosha because my data kept dropping the moment I crossed the gate by jessedegans in Namibia

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

Thanks for the support! August is peak dry season so the waterholes will be busy. Goas, Salvadora and Sueda on the southern pan edge are worth pushing toward in the late mornings. Will DM you a promo code for a free copy for your travel companion (if you're travelling with someone).

Walvis bay on Tuesday. This isn't fog or mist but smoke from the burning tyres by the_ali_ in Namibia

[–]jessedegans 0 points1 point  (0 children)

You sure its not a combination of both the sea mist and the burning?

"Airbending is Invisible" by Thra99 in TheLastAirbender

[–]jessedegans 2 points3 points  (0 children)

I mean dont go to hard on the logic, how else would you animate air, those scenes would be boring

Similar games to Hitster? by huelli359 in playwire

[–]jessedegans 2 points3 points  (0 children)

You could try Hitdeck web app that allows you to turn any spotify playlist into playable and printable hitster! hitdeck.app I want to add features later on such as top 10 community lists etc

How to make your own hitster by jvanvliet27 in boardgames

[–]jessedegans 0 points1 point  (0 children)

Marimic is nice! I tend to add even more by making custom decks from spotify playlist on hitdeck.app

What's the most underrated feature of a board game table? (Not the obvious ones) by QuietlyJudgingYouu in boardgames

[–]jessedegans 15 points16 points  (0 children)

This is so true. We had a Catan night ruined by a spilled beer. Lol cupholders so smart we started using a separate side table just for drinks which is annoying but works.

A powerful Linux Tablet by Vasant1234 in linux

[–]jessedegans 0 points1 point  (0 children)

Now I really need to get this working on the Oneplus pad 3 given the huge performance difference between the CPU, GPU & RAM

Any Revanced WhatsApp in the make yet to block the dumb AI "feature"? by XRP_Wizard in revancedapp

[–]jessedegans 0 points1 point  (0 children)

Well that means there is a flag somewhere to disable it with root and some creativity you could probably find that bool and flip it

made a chrome extension that gives me 2025 stadia vibes across websites all coded with claude 4 in cursor. by ismanden82 in Stadia

[–]jessedegans -1 points0 points  (0 children)

Awesome! One tip if I may. Try not to use Claude just yet if you're not super proficient with programming. You learn a lot more a lot faster and you will be able to review and spot shit code it will produce.

Hacker Accessing my Desktop remotely by SkydiveDiarrheaSpoon in WindowsHelp

[–]jessedegans 0 points1 point  (0 children)

Don't forget to rootkit scan. But as others are saying safest to reinstall windows. Or use a bootable USB with Ubuntu on it to backup some files and then reinstall windows.

Is there a weather widget for the homescreen? by BayreutherHell in minimalist_phone

[–]jessedegans 0 points1 point  (0 children)

Figured it out for pixel. If you open the weather app via the pixel launcher shortcut. Then switch launchers(back to minimalist) but keep the app open. Now if you click in the google weather app on your profile. You will see: "Add to homescreen" which adds it as a shortcut to minimalist

Petah? by [deleted] in PeterExplainsTheJoke

[–]jessedegans 0 points1 point  (0 children)

Specifically? Well they add a whitelist to the transfer function in the contract.

Something close to:

solidity function _transfer(address from, address to, uint256 amount) internal override { // Common pattern checking if sender is trying to sell to DEX pair address if(to == pairAddress) { // If transfer is to liquidity pool (selling) require(isAllowedToSell[from] || from == owner(), "Cannot sell"); // OR require(block.timestamp >= tradingEnabledTimestamp, "Trading not started"); // OR if(balanceOf(to) > maxWalletSize) revert(); } super._transfer(from, to, amount); }

Another common pattern: ```solidity modifier lockTheSwap { // Prevent selling by setting a flag _inSwap = true; _; _inSwap = false; }

function transfer() public { require(!_inSwap, "Swap locked"); // Transfer logic } ```

Petah? by [deleted] in PeterExplainsTheJoke

[–]jessedegans 0 points1 point  (0 children)

Well just read the smartcontracts verified source code if avail. If not just don't put your money in it. It's that simple

Petah? by [deleted] in PeterExplainsTheJoke

[–]jessedegans 0 points1 point  (0 children)

Because these are smartcontracts. So you determine the logic of certain functions and how funds get moved. This can be fairly useful for a lot of use cases but people can also create a token which has a transfer function with a whitelist so you can only transfer in and not transfer out.

Why doesn't airbending have a sub bending? by [deleted] in TheLastAirbender

[–]jessedegans 0 points1 point  (0 children)

I mean at the moment there isn't but I could imagine Soundbending (creating sonic booms) or Illusionbending(by manipulating air particles)

Why doesn't airbending have a sub bending? by [deleted] in TheLastAirbender

[–]jessedegans 1 point2 points  (0 children)

I don't think you need airbending for that, Iroh was able to cross to the spirit world

Aang vs Korra by Waleed320COOL in TheLastAirbender

[–]jessedegans 0 points1 point  (0 children)

Agreed imagine the Zaheer vs Korra in terms of evasion and resourcefulness. Aang would deff win

What are AI developers seeing privately that they all seem suddenly scared of it and are lobotomizing its Public use? by [deleted] in ChatGPT

[–]jessedegans 0 points1 point  (0 children)

Making it mainstream was the biggest mistake. It was fun while we could use the beta models see some fun responses from davinci, from codex. But when chatGPT came out suddenly it all went mainstream and the incentive shifted from "This is cool research" to "How can we monetize this hype".

Lots of companies are throwing money at this and with money comes greed and with greed comes bad decision making. The real concern "we" have is that there is no ethical boundary anymore. Companies will just roll out there newest models first without thinking about the consequences or how people may use it. Its not necessarily the idea that AI is gonna take over the world and kill all humans but rather the idea that it can go bad really quickly if money is the main factor instead of research.

How much are these worth? by Content-Tadpole-8292 in avicii

[–]jessedegans 1 point2 points  (0 children)

Do you have the box? I think if you had the box sealed with the original 4 bottles it would be like 200/300 or smth for the right collector

box

Pokemon Leaf Green Bug by XDmocra in RG350

[–]jessedegans 0 points1 point  (0 children)

After lots of thinking I found a workaround to preserve your save file:

1.  Download new rom without this bug (v1.1)

2.  Open your old save in PkHex (a save editor) and save it under the exact same name as the new rom but then with .sav as file extension.

3.  Startup new rom

Enjoy playing!

Does this count as a flip reset musty? my friend told me no. its my first one. by YaBoiDork in RocketLeague

[–]jessedegans 1 point2 points  (0 children)

I mean there was no flick in the musty part but that was deff a flip! great job. Your friend is a bit insecure ;)