Raccoon Ninja
open-menucloseme
Home
Dev
Tech Support
Games
General
More icon
About the Author F.A.Q Privacy
🌎 🇨🇦/🇺🇸
English Português
tiktok mastodon github linkedin paypal rss
  • There’s a new feature on Whatsapp…and you should turn it off asap!

    calendar Jan 30, 2017 · 2 min read · socialMedia android location instantMessage whatsApp whatsapp  ·
    Share on: twitter facebook linkedin copy
    There’s a new feature on Whatsapp…and you should turn it off asap!

    Welcome to the digital age, where privacy is a commodity and your location is the new currency! In the latest spin from WhatsApp Beta (version 2.17.38), we’re diving into a feature that seems tailor-made for the overzealous: real-time location sharing with your group friends. While it might sound like a page out of an Orwellian novel, fear not! We provide a guide on how this feature functions, why it might raise more than a few eyebrows, and most importantly, how to reclaim your digital footprint by disabling it. Stay tuned as we navigate the murky waters of WhatsApp’s newest update.


    Read More
  • Oracle Error ORA-01461

    calendar Jan 30, 2017 · 1 min read · database oracleErrors error troubleshooting oracle dev powerBuilder  ·
    Share on: twitter facebook linkedin copy
    Oracle Error ORA-01461

    Encountered an Oracle database headache that’s got you scratching your head? We dive into the nitty-gritty of resolving two pesky error messages: ‘ORA-01461: can bind a LONG value only for insert into a LONG column’, and its more straightforward cousin, ‘ORA-01704: string literal too long’. This post walks you through the steps to uncover and fix the cause behind these errors, highlighting the role of Bind settings and NLS-LANG configuration. It’s a concise guide designed to navigate you through troubleshooting with ease and clarity, ensuring that your database operations run smoothly again.


    Read More
  • [Oracle] Please connect as the PowerBuilder Catalog Owner

    calendar Jan 29, 2017 · 1 min read · grant database table tip error troubleshooting oracle dev powerBuilder  ·
    Share on: twitter facebook linkedin copy
    [Oracle] Please connect as the PowerBuilder Catalog Owner

    Ever bumped into an Oracle connection hiccup while working your way through PowerBuilder? Fear not! This quick yet insightful guide walks you through two straightforward solutions to overcome this hurdle. Whether you’re adjusting your database profile or tweaking a .ini file, we’ve got you covered!


    Read More
  • PowerBuilder Crashes on Debug

    calendar Jan 29, 2017 · 1 min read · crash tip error troubleshooting breakpoint dev powerBuilder debugging  ·
    Share on: twitter facebook linkedin copy
    PowerBuilder Crashes on Debug

    Ever faced an unexpected crash while debugging in PowerBuilder? Fear not, as we delve into a light-hearted yet informative guide to troubleshoot this pesky problem. From clearing breakpoints to resetting your layout, follow these expert steps endorsed by Mr. Chris Pollach to ensure a smooth coding journey. Let’s conquer those crashes together!


    Read More
  • Failed to login invalid session (try restarting your game)

    calendar Jan 28, 2017 · 1 min read · failed games troubleshooting dev login minecraft  ·
    Share on: twitter facebook linkedin copy
    Failed to login invalid session (try restarting your game)

    Ever faced the dreaded ‘Failed to log invalid session’ error mid-game? Fear not! Our latest post dives into two simple yet effective fixes to get you back in the game in no time. Whether you’re a casual player or a server admin, these straightforward solutions will have you overcoming this hiccup with ease. Let’s explore how to swiftly resolve this common gaming obstacle.


    Read More
  • [Appeon] Failed to initialize PBMemMgr

    calendar Jan 28, 2017 · 1 min read · appeon deploy pbMemoryManager error troubleshooting dev powerBuilder  ·
    Share on: twitter facebook linkedin copy
    [Appeon] Failed to initialize PBMemMgr

    Encountering an error during deployment is akin to a small bump on the development road—a common scenario when numerous teams are working simultaneously. But fear not, for the solution is simpler than you might think. This brief guide walks you through an effortless yet effective fix to one of the most common deployment roadblocks: the Appeon Deploy Error. Packed with a light-hearted tone but tackling the issue with the seriousness it demands, we invite you on a quick journey to smoother deployment experiences, regardless if it’s Incremental or Full Deploy that’s giving you a hard time.


    Read More
  • How to install Minecraft server on Ubuntu

    calendar Jan 27, 2017 · 4 min read · linux server install terminal ubuntu games java dev minecraft  ·
    Share on: twitter facebook linkedin copy
    How to install Minecraft server on Ubuntu

    Ready to embark on a Minecraft adventure right from your own Ubuntu machine? This cheerful guide will walk you through the quick steps of setting up your very own Minecraft server using simple command lines. Whether you’re a Java aficionado or a CLI newbie, you’ll find everything you need to know about adding repositories, installing the right Java version, and launching your Minecraft server. Let’s dive into the fun part and get your server up and running in no time!


    Read More
  • Increment/Decrement operators in Python

    calendar Jan 22, 2017 · 1 min read · increment python tip dev decrement  ·
    Share on: twitter facebook linkedin copy
    Increment/Decrement operators in Python

    Welcome to a quirky exploration of the rather mysterious realm where increment (++i and i++) and decrement (i– and –i) operators dwell! If you’ve stumbled upon this post, you’re probably entangled in the intriguing world of coding, specifically Python, and its preference for simplicity over complexity. Through a lighthearted yet earnest guide, we’ll demystify the incremental and decremental operators that other programming languages flaunt and how Python chooses to streamline these operations. Grab your digital shovel, and let’s dig into the subtleties of coding simplification!


    Read More
  • Exiting a PowerBuilder application with ExitCode

    calendar Jan 19, 2017 · 1 min read · exit process dev powerBuilder returnCode  ·
    Share on: twitter facebook linkedin copy
    Exiting a PowerBuilder application with ExitCode

    Welcome to the world of PowerBuilder, where simplicity meets efficiency! Today, we’re diving into a handy guide on manipulating exit codes within your applications. Whether you’re seasoned in the realm of development or a curious newcomer, this post promises a straightforward journey through utilizing external functions and the ingenious LongParm attribute. So, let’s roll up our sleeves and decode the secrets to customizing your application’s exit process with a sprinkle of coding magic and a touch of practicality.


    Read More
  • Converting a text file into a List with Python!

    calendar Jan 19, 2017 · 1 min read · dev textFile python convert  ·
    Share on: twitter facebook linkedin copy
    Converting a text file into a List with Python!

    Embarking on a journey through the vast world of Python programming, this post offers a crisp walkthrough on handling text files with ease. Whether you’re diving in for the first time or brushing up on your skills, this guide on reading a text file, stripping away the nuisances of break-line characters, and molding the content into a handy list, is tailored just for you. Dive in to simplify your Python workflows!


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Breno RdV photo

Breno RdV

Software developer and tech enthusiast. I write about software development, tech, and other things I find interesting.
About the author

Recent Posts

  • I just learned #Rust by creating a bunch of CLI tools, and it was amazing! (#cli #rustlang #dev #devlog #programming)
  • Unleashing the Power of Flags in C# and ReactJS: Why This Simple Trick Changes Everything! (#csharp #dev #flags #dotnet #enums #reactjs #javascript #typescript)
  • How multiple enumeration is killing your performance in C# (#csharp #dev #performance)
  • What is yield and yield from in Python (#dev #python)
  • Basics of Asyncio in Python (#dev #python #asyncio #concurrency #tutorial)
  • Using Python and OpenAI to generate and resize images (#dev #python #openai #ai #aiart)
  • How to speed up a Python function (#python #cache #dev)
  • A gotcha when measuring distance between objects in Godot. (#dev #gameDev #godot)

Categories

DEV 32 GENERAL 5 TECHSUPPORT 3 GAMES 2

Tags

DEV 32 PYTHON 12 POWERBUILDER 8 TROUBLESHOOTING 8 ERROR 7 TIP 3 APPEON 2
All Tags
ADBLOCK1 ADMIN1 ADOBE1 AI1 ALIGN1 ANDROID1 APPEON2 APPLICATIONWINDOW1 ASYNCIO1 BOOK1 BREAKPOINT1 BUG1 CACHE1 COMMANDLINE1 CONCURRENCY1 CONVERT1 COROUTINE1 CRASH1 CSHARP2 CSS1 DATABASE2 DATAWINDOW2 DEBUGGING1 DECREMENT1 DEPLOY2 DEV32 DISABLE1 EBOOK1 ENUMERATION2 ERROR7 EXIT1 FAILED1 FAQ1 FILEOPERATIONS1 FREE1 FUNCTION1 GAMEDEV1 GAMES2 GDSCRIPT1 GENERAL1 GENERATOR1 GENERATORS1 GODOT1 GOOGLE1 GRANT1 HOSTSFILE1 HTML1 IDE1 INCREMENT1 INSTALL1 INSTANTMESSAGE1 ITERATOR1 JAVA1 JAVASCRIPT1 LINUX1 LOCATION1 LOGIN1 MENU1 METACLASS1 MINECRAFT2 OPENAI1 ORACLE2 ORACLEERRORS1 PATHLIB1 PBMEMORYMANAGER1 PBWEBSERVICES1 PERFORMANCE2 POWERBUILDER8 PROCESS1 PYINSTALLER1 PYTHON12 REACTJS1 READING1 RETURNCODE1 RUST1 SCRIPTING2 SERVER1 SITERELIABILITYENGINEERING1 SKETCHUP1 SOCIALMEDIA1 SOLVED1 SUPPORT1 TABLE1 TERMINAL1 TEXTFILE1 TIP3 TROUBLESHOOTING8 TUTORIAL2 TYPESCRIPT1 UBUNTU1 VERTICAL1 WEB1 WEBDESIGN1 WEBSERVICE1 WHATSAPP1 WIKI1 WINDOWS2 YIELD1
[A~Z][0~9]
Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved.

Copyright 2025 COPYRIGHT © 2008–2018, STEVE FRANCIA AND THE HUGO AUTHORS; ALL RIGHTS RESERVED.. All Rights Reserved

to-top