Discover gists
| Log uploaded on Tuesday, October 20, 2020, 10:19:56 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:1.0.4.0]: 0Harmony(2.0.2), HarmonyMod(1.0.4) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Simple Search Bar(gguake.ui.simplesearchbar): 0Harmony(av:2.0.2,fv:1.2.0.2), SimpleSearchBar(1.0.0.3) | |
| Achtung!(brrainz.achtung)[mv:3.0.8.0]: 0Harmony(2.0.2), 0MultiplayerAPI(av:0.2.0,fv:0.1.0), AchtungMod(3.0.8) | |
| Color Coded Mood Bar(PorqueNoLosDos.ColorCodedMoodBar): ClassLibrary(0.0.0) | |
| Replace Stuff(Uuugggg.ReplaceStuff): Replace_Stuff(1.0.0) | |
| Dubs Mint Menus(Dubwise.DubsMintMenus)[mv:1.2.768]: 0Harmony(2.0.2), DubsMintMenus(av:1.2.7596.26698,fv:1.0.0) |
| Log uploaded on Tuesday, October 20, 2020, 10:19:47 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:1.0.4.0]: 0Harmony(2.0.2), HarmonyMod(1.0.4) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Simple Search Bar(gguake.ui.simplesearchbar): 0Harmony(av:2.0.2,fv:1.2.0.2), SimpleSearchBar(1.0.0.3) | |
| Achtung!(brrainz.achtung)[mv:3.0.8.0]: 0Harmony(2.0.2), 0MultiplayerAPI(av:0.2.0,fv:0.1.0), AchtungMod(3.0.8) | |
| Color Coded Mood Bar(PorqueNoLosDos.ColorCodedMoodBar): ClassLibrary(0.0.0) | |
| Replace Stuff(Uuugggg.ReplaceStuff): Replace_Stuff(1.0.0) | |
| Dubs Mint Menus(Dubwise.DubsMintMenus)[mv:1.2.768]: 0Harmony(2.0.2), DubsMintMenus(av:1.2.7596.26698,fv:1.0.0) |
| pragma solidity >=0.4.22 <0.7.0; | |
| /** | |
| * @title Storage | |
| * @dev Store & retrieve value in a variable | |
| */ | |
| contract Storage { | |
| uint256 number; |
| default menu.c32 | |
| prompt 0 | |
| timeout 300 | |
| ONTIMEOUT local | |
| label 1 | |
| menu label ^1) Install RHEL 8 with Local Repo | |
| kernel rhel8/vmlinuz | |
| append initrd=rhel8/initrd.img method=http://192.168.130.2/rhel8 devfs=nomount |
| class Tenth { | |
| constructor(param) { | |
| console.log("I got param as", param); | |
| this.name = param + " Ahuja"; | |
| } | |
| sayHello() { | |
| console.log("Hello, ", this.name + ".");//Output: Hello, Ahliya Ahuja. | |
| } |
Please post your Discord username/ID
Here's the appeal in two parts, I noticed this is easier to view
Ban wasn't justified. Mod was lied to and no investigation was conducted. I was banned right on the spot. Here's a detailed account of what happened.
- I hop into public room 1, where these guys, I remember one's name is John Smith, and this other girl named MEG or meggan. Some context: The guys in there were all saying the N word and saying "faggot" and shit like that, also "kill your self, pick up a gun and just blow your brains out". I leave for 2 minutes to get a mod and then rejoin. I said in the lounge chat "can we please have a mod in public room 1".
- I return and am trying to get a word in and I see 1 guy by the name of " A I D A N" has been server muted and I ask why. It's a literal shit show in the room. Can barely understand and hear anything, people constantly saying "KYS faggot" and "go hang n(word)" shit like that. Every derogatory word in the dictionary you can think of. They were a
Augur Trading on L2 Specification
Goal
The security of the Augur v2 Oracle was designed to be independent of trading, so long as sufficient trading fees can be extracted such that the total REP market cap grows to be able to maintain security of the oracle via Augur's forking mechanism. Because of this design decision it is possible to moving Augur v2 Trading off of Layer 1 (ethereum) and on to any other plaform under the constrain that the assets used for trading must be locked up on ethereum when participating.
Also, since releasing Augur v2, work has been done to implement support for multiple collateral types in Augur. This feature is referred to as "ParaAugur", meaning Parallel Augur. This implementation allows multiple trading implementations, collateralized in arbitrary tokens, to pool their Open Interest such that the security guarantees above remain true. This opens the opportunity for side-chains to interact with a specific collateralization of Augur depending on their use case, and also open
Why should we unban you from the server?
Here's the appeal in two parts, I noticed this is easier to view
Ban wasn't justified. Mod was lied to and no investigation was conducted. I was banned right on the spot. Here's a detailed account of what happened.
- I hop into public room 1, where these guys, I remember one's name is John Smith, and this other girl named MEG or meggan. Some context: The guys in there were all saying the N word and saying "faggot" and shit like that, also "kill your self, pick up a gun and just blow your brains out". I leave for 2 minutes to get a mod and then rejoin. I said in the lounge chat "can we please have a mod in public room 1".
- I return and am trying to get a word in and I see 1 guy by the name of " A I D A N" has been server muted and I ask why. It's a literal shit show in the room. Can barely understand and hear anything, people constantly saying "KYS faggot" and "go hang n(word)" shit like that. Every derogatory word in the dictionary you can think of. They we
Installing Postgres via Brew
Pre-Reqs
In your command-line run the following commands:
brew doctorbrew update

