Login
Discover
Waves
Decks
Plus
Login
Signup
Noah the Goodra
@jfmherokiller
47
nerdy gooey coder that posts furry content sometimes
Followers
158
Following
8
Resource Credits
Available
Used
Location
In a pokeball
Website
https://jfmhero.me
Created
2017-08-19 18:45
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
jfmherokiller
programming
2020-11-15 04:17
how to use vtnetcore in a commandline app
this is an expanded explaination to the issue here The basic idea i chose was to make it parse away all the vt escape sequences and output a final string to the console. the telnet part came from here
$ 0.090
13
1
jfmherokiller
technology
2020-10-11 23:45
how to access the firebase database emulator from the .net implementation of the realtime database
this is a follow up to my previous post wherein i solved the issue atleast partially using a caddy server and the config setup below localhost { #the route where you want the emulator to be accessed at
$ 0.052
8
jfmherokiller
technology
2020-09-27 00:40
tips for deserializing json using newtonsoft.json
I just want to share a few tips when deseralizating json strings using the newtonsoft.json library. setup a root object that contains all objects on the server side This is mainly a stylistic choice, but
$ 0.060
12
jfmherokiller
programming
2020-09-02 04:49
a tip for programming when dealing with databases
if you are dealing with databases and doing alot of insertions/selections from a single "client" try to only open the database connection only once instead of repeatedly. It can sometimes mean
$ 0.157
9
jfmherokiller
programming
2020-07-27 19:24
A way to extract strings from the body of a method in c#
Have a modifed script i use for extracting strings from MSIL methods at runtime. original source here I mainly modified it so it doesnt throw as many null refrence exceptions (see the // commented code
$ 0.067
10
2
jfmherokiller
programming
2020-07-17 05:33
a helpful template for cmake if you are trying to upgrade a project which uses autoconf
I just wish to share part of a large cmake file im working on to handle the process of converting an an old project (this is kind of part of the protomuck thing) to a newer cmake backed format. INCLUDE
$ 0.062
6
jfmherokiller
technology
2020-07-15 18:17
A method of fixing the fps issues in deadly premonition 2
Warning this method could reduce the lifespan of your switch or get you banned. It will also most definately drain your battery much faster so keep your charger handy if you play in handheld mode. with
$ 0.187
6
jfmherokiller
technology
2020-07-15 01:22
how the money value is stored in deadly premonition 2
I just want to share some interesting pointers if you want to make cheats for this game concerning the money value specifically. First of all it is not stored in the same way you read it on the screen.
$ 0.057
4
1
jfmherokiller
programming
2020-07-12 20:26
I implmented gmcp and mdsp support in protomuck
I did it by taking this library and reworking a good portion of the server to incorporate it. I also added a forth command to update msdp variables. example program with the function : hello-world (the
$ 0.299
10
jfmherokiller
programming
2020-07-07 18:38
A short list of gripes I have with lua as a language
Spotty IDE support: as far as my own expirence has shown, lua seems to have very flaky IDE support even for basic syntax checking. Baked in API: this somewhat plays into the first issue wherein due to
$ 0.062
2
2
jfmherokiller
programming
2020-07-07 07:21
a script for mudlet to setup channel specific chat modes
This script allows you to change where your command text is sent based on defined channels (it works really well with a tabbed chat window) local Chats = { "New", "Pub", "OOC",
$ 0.150
10
2
jfmherokiller
technology
2020-06-30 06:01
rpcs3 cheats for infamous
Version: 1.2 PPU-97355e97c701cea87a0ed08bce085cac4949dade: InfamouseCheats: Games: All: All: [ All ] Author: NA Notes: my Infamouse cheats, CitizenMortality,ObjectElectrisity,InfinateElect Patch Version:
$ 0.056
3
1
jfmherokiller
programming
2020-06-29 08:04
how to modify an object in a table in inform 7
I want to share a trick I learned handling inform7 stories when you want to make debug commands unresolvecheat is an action applying to one topic. understand "unresolve [text]" as unresolvecheat.
$ 0.339
9
2
jfmherokiller
programming
2020-06-28 04:05
deploying to github releases from travisci-windows
this post will be kind of short but basicly the trick to getting it to work requires travis.yml file that looks like language: cpp notifications: email: false matrix: include: - os: osx osx_image: xcode11.3
$ 0.057
8
1
jfmherokiller
programming
2020-06-27 19:50
clang on windows (installed via scoop) is unable to find headers (a copy from stackoverflow I wrote myself but can still be helpful)
Trying to compile a simple hello world example using clang on windows fails and i dont know why since the command below displays locations that contain possible headers. C:\Users\peter\Downloads>clang-cl
$ 0.069
6
1
jfmherokiller
programming
2020-06-25 09:48
the beginings of adding libchdr to pcsx2
following the post i made on github here I wish to explain how i came about with the code in better detail. Header portion #pragma once #include "AsyncFileReader.h" //include the core header
$ 0.077
6
2
jfmherokiller
programming
2020-06-16 19:19
A method of making the satisfactory mod manager work with steam
This is my method of fixing the mod manager it works by patching one file. First if you do not have it already install nodejs which can be done here Once it is installed and you have nodejs and npx on
$ 0.196
8
jfmherokiller
programming
2020-06-10 19:48
how to get audio working for a wsl2 client using pulse audio on windows
First I want to say this is a partial continuation of the previous blog post about fixing pso2 and if that guide worked and now you have a working setup here is the next part where you get working audio.
$ 0.230
26
jfmherokiller
programming
2020-06-10 08:06
a possible way of making your browser work while also running pso2
Before starting this guide your chome window may look like this: After finishing this guide you will have something like this: First I want to admit this guide will use alot of harddisk space (possibly
$ 0.146
6
jfmherokiller
programming
2020-06-06 03:10
a method of getting ttyd working on windows.
Id just like to share a method i figured out in terms of getting ttyd (a web based terminal) running under windows with minimal dependencies first things first you will need ttyd you can find the windows
$ 0.219
11
2