#general
3141 messages · Page 358 of 4
Isn't Aurora just a reskin of Yalp?
No
btw, apps can even scan for system files.. Detect root and shit like that ain't fun
I’m pretty sure yalp doesn’t have anonymous play store accounts or let’s you login with yours to download apps you have purchased
uh,
Detect root is using a security feature in android
MagiskHide exists for a reason :^)
I think I used an anonymous account with Yalp before.
phones using linux would be nice..
btw, Android apps can use any kind of native code.. which isn't as straightforward to analyse (at least for me)
Phones are already using the Linux kernel..
That's a start, I guess 😄
Only a start..
¯_(ツ)_/¯
moving away from what?
how to write shrug in IRC?
the kernel
Fuchsia doesn’t have a Linux kernel
The librem phone exists though
No, but they are actively streamlining it now
They are updating the APIs in android to be compat with fuchsia
It’s also why they have been promoting flutter
emulator support when?
Now?
Do they already have emulators running Fuscia? 
hmmmm
Works
http://textfac.es has a lot of faces
Liking the purple
( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)
Yes, those are bad for accessibility too
¯_(ツ)_/¯
(੭ु ‾᷄ᗣ‾᷅ )੭ु⁾⁾
Ahm.. how would a screen reader read that?
They list the character names if it’s supported
Consists mostly of macron
Terrible
What do yall think about this... https://twitter.com/wxdam/status/1169308075662151680
The President of the United States altered a National Hurricane Center map with a sharpie to falsely extend the official forecast toward Alabama so he didn't have to admit he was wrong in a tweet. https://t.co/i0CJcYV4yq
28387
59642
yall means you all?
hmmm
If you look close enough it does go into that state
The actual non sharpies circle
but like.. there's no need to try to enhance it with a sharpie 😄
what was it for then? 🤔 I'm a bit confused
It’s trump, he’s a bit childish it’s not meant as a serious legitimate path
hmmmmmm
The reason he's doing that is because he got that confused with another map
that showed wind speeds
Sounds about right
but he's trump so he can't just say "oh there was another map and I mixed them up"
he's gotta go "nooooooo reeeeee"
^
Yea, that’s because they keep freezing it
trump is the biggest meme and i love it
He could be the biggest, but not the tallest yet https://twitter.com/Rschooley/status/1169348607478075393
They don’t want the wall, so it’s stalled
He’s going to get a handshake next to compare handshakes
I mean hand sizes
aah nice.. found that my IRC-client has a german translation.
Also will probably fight for the outer hand position in the handshake
I’m not a fan of the wall because it also keeps people in
Oh the librem phone is finally shipping soon
Yippie
(*-`ω´- )人
https://tools.ietf.org/html/rfc1459 time to read 500 pages of RFC lul
oh only 65
neat
static {
WandsPlugin wandsPlugin = JavaPlugin.getPlugin(WandsPlugin.class);
config = wandsPlugin.getConfigurableData();
cooldownManager = wandsPlugin.getCooldownManager();
}
Read quic after
are static blocks like this ok?
lol irc names are only 9chars max?
for initialising some static fields in my util class
Never noticed
I’m not going to comment on it from a java perspective, where I think it’s fine but
No that’s not ok
JustDynlan I always do that in the constructor.. very incorrect if I want to access it before creating an instance..
Static’s should be something that is always consistent during compile time
In addition to the nickname, all servers must have the
following information about all clients: the real name of the host
that the client is running on, the username of the client on that
host, and the server to which the client is connected.
"the real name of the host" what does that mean?
If it’s consistent during that time, it shouldn’t need a constructor
Which is exactly what you are doing
btw, is there an equivalent to kotlins const fields in Java?
maybe static final?
Yes
I am assuming const in kotlin only creates one instance
Which is a weird thing since if it’s final it should be static
As no mutations will occur it’s safe to copy the pointer through multiple threads
What do you (all) think of Kotlin generaly?
In a professional way or in a hobbyist way
depends.. Dont know if Kotlin is a professional programming language (like foor example Java)
s/foor/for
Correction, <Lukas> depends.. Dont know if Kotlin is a professional programming language (like for example Java)
It’s used in enterprise world
Yes
It’s fine, professionally
so what do you think about kotlin in a professional way?
I would prefer it to have primitive types
i personally think its unneeded but thats just me 🙂
Which is something it doesn’t have and it’s really unneeded as dragon says
it converts to java bytecode anyway so might aswel just stick to java
kotlin is much "smaller" than java, not that much to write..
But it offers enough things that streamline development for some teams that it doesn’t make it a terrible option
Especially depending on what their development background is like
ok I've had about enough, time to make a util class which has the instance of the main plugin and can do stuff like delayed/repeating tasks or metadata
i'm on page 8 of the RFC and i'm already mindfucked
Typescript is also just compiled into JavaScript
What's about kotlin for Bukkit/Spigot/Paper plugins?
yeah but typescript offers type safety where as js does not
is it safe to store the BukkitScheduler in a field?
But if you don’t know the intricacies of JavaScript and how it handles types and safety Typscript is good
I view kotlin in a similar way, depending on how much you truly know about java kinda states it’s value from there. A manual vs an automatic car
If you know what you are doing you might prefer the finer control
public void runTaskLater(Runnable runnable, long delay) {
Bukkit.getScheduler().runTaskLater(plugin, runnable, delay);
}
public void runRepeatingTask(BukkitRunnable bukkitRunnable, long delay, long period) {
bukkitRunnable.runTaskTimer(plugin, delay, period);
}
this was bound to happen at some point
But on teams, especially with various levels of skill the one requiring less control is often the better choice
just use a higher language then?
Java is a higher level language
So you should at least know that stuff well
Unless you are programming for SIM cards or something
SIM-Cards are programmable?
using kotlin as an excuse because you dont know your language well is a bit of a meh lol
They have java code on them
thats like using skript cuz you dont know java
¯_(ツ)_/¯
No it’s a bit different
only a bit?
I don’t mean know nothing about java
Back to the car example
Both still require you to know how to drive the car
@potent warren completely besides the point
no u
tru
Skript doesn't require you to learn Java.
i dont know how to drive btw 🙂
The difference is, one requires you to know how to safely change gears and the other doesn’t
He is rart
no, i just dont feel like spending 16k on a car which you need to pay monthly taxes on and your expensive gas
¯_(ツ)_/¯
public transport works fine
It’s not needed everywhere
thats like using skript cuz you dont know java
hmmmm.
thats like using [Scripting Domain-Specific Language] cuz you dont know [another programming language]
Especially in places that don’t have efficient forms of public transportation
You mean that, Dark?
cuz you need to write like 20 lines to just add something to a register
I'm just waiting for .NET 5.0 so I can write my paper plugins with C#
and its syntax is just ew
We can use code generation if that was truly all
What's the problem lmao
There are literally thousands of apps that run C#
look mom im a programmer huehue
Or the semantics
Lukas, and what? It's open now..
I dont like VisualStudio..
There's Rider...
Rider sux
Ok, let’s move a lot of layers up
not even an XML designer
nd I have to download tons of stuff for using it
Well, then use OmniSharp on ONE OF THE MANY SUPPORTED TEXT EDITORS
Why don’t we all write in python
@worn ember So you're essentially saying something along these lines:
thats like using Unix shell scripts cuz you dont know Machine code
Why is it slow
you heard it here first
Python isnt fast..
cython?
Also, what's the problem with C#..... It's a good programming language..
Compiling isn’t always faster
why would i know its slow? its not like i wrote the lang lol
I dont want to donwload that fat visalstudio..
i just know its not the fastest
But you don’t know why?
I told you that there are other editors for it...
Saying python is slow in itself isn’t really accurate
You can LITERALLY USE THE OPEN-SOURCE COMPILER
lmao
It's an open platform now....
It doesn't require VS
ur mom is open
@worn ember no urs
Hmm, maybe my meaning is deprecated..
oof
So clearly, your opinion on programming languages is simply just “because they say so”
I told you that you can use Rider (from JetBrains)
Oh no, C is personal experience
it's built on top of the IJ platform and ReSharper
JetBrains.. sounds much better than M$$$
ever tried programming a microcontroller?
yes
What languages do you know
Well
Know? or able to write in?
Know
Uhm Many..
And it’s for dragon
C, Java, C#, VDSL, PHP, JS i think those are the major ones
And writing in doesn’t mean you know it
VDSL though 🤢
Lukas, Or, just... ya know... get an LSP client for your favourite text editor and use OmniSharp...
Ok, why don’t we all use JavaScript or PHP for everything
@worn ember You know how to code in Very high speed digital subscriber line?? wat
^
No
Is it HDL?
i just want to forget it tbh
That actually isn’t true, statically types languages can still have pit falls with types especially with custom types
no
VHDL
yes that one
@worn ember stop complaining about dynamically typed languages... I literally suggested youmany times to use TypeScript instead of JS on your projects...
^
That ascii face says everything /s
vhdl btw
big gae
nice transparent
Ew
what IDE did you use when working with it?
https://www.vhdltool.com/ looks cool
A VHDL syntax checker and linting tool
Actually, I almost never use an ide
inb4 vim
that looks like VS lol
It’s been years since I last touched one
@worn ember It's VSCode
oh just a plugin
Verilog was the one
It's an LSP server afaik
wait
I do a lot of compiled programming so i use gdb and just emit assembly
@worn ember You're clearly fit for CS...
bruh i changed course cuz of all that aids
I mean, there’s always web devs ;^)
i mean, its cool and all but damn is it aids to get anything to work
lemme see if i have any old programs
is that a new apple product?
just go back to working on web projects...
Unixsockets
well you go suck my DIC
If you want you can use rpc
I need it to be super fast though
Idk what you have in mind when you state ipc
with less latency as possible
I need to do lots of method calls in a short amount of time
the implementation will the least of your delay lul
Oh way higher level
YES
Ok, checkout grpc
It has a lot of clutter and wanted to do it code only..
Or a simple socket server
Look at grpc then
[I] wanted to do it code only
Like, define an interface and just call it on another process
Memory isn’t shared
And if you want a remote interface rpc is what you want
So look at grpc
GRPC has a lot of bullshit and code generation clutter
I want something super simple
D:
Rest
hmmmm
I wonder if .NET Remoting is still a thing
oof it relies on WCF and it's a bit cancer afaik
What are you trying to get a process to do?
Or rather, what kind of data are you sending?
Does it need replies? Etc
I'm trying to get my UI app to communicate with my other daemon app
If you really really need to
plot twist: I gotta make one
I'm 👏 not 👏 using 👏 Unix
lul
also, isn't an http server a bit... uh..... too much?
It’s usable on windows 10
I want something managed.... aka that runs on .NET
Use windows sockets
Although plenty of windows GUI apps actually have an http server
Just as a disclaimer, windows support is secondary in my day to day programming
I do my apps on/for Windows so ¯_(ツ)_/¯
frick forgot where i put my LED strips ;n;
Try remembering
well i thought i knew where i put them
but they're not there so now i got no clue
oof found my pokemon collection
granted my room is a mess but its organized chaos so yeah
Looses LED strips
Finds pokemon collection and gets distracted
im still looking
but i cant find em anywhere lol
i found some random numbers of girls in my drawer tho xD
and cheatcodes and old user accounts xD
I love how it took Google until Android 10 to finally let people see their WiFi passwords without needing root
Why doesnt android 10 doesnt have a creative name?
Like Pie, Nougat, and all the others..
dont know the right englisch word..
man the memories
Well, Americans don't probably have catchy dessert names that start with Q
Hi?
Bye?
Interesting.
.
@slim nymph we know how much you love Java and Lombok, but according to the universe, they can't go along with each other.. https://www.reddit.com/r/MapPorn/comments/d0aqcq/wallaces_line_represents_a_biogeographical/
(Original idea by @olive garden <--- Blame them)
(DiscordBot) Wallace's Line - represents a biogeographical transition from more... : MapPorn - 7 comments, 127 points - ecostrider, 14h ago
Nice
See? not a total steal.. I gif credits
Yes, I'm proud
😄
they did away with the dessert theme
because they couldn't think of one starting with Q lol
Hi does anybody know a very good server manager software or plugin
for automatically backups, server restarts ans similar stuff
w<

hello
hello strange duck o/
.kill Duck
turns Duck into a snail and covers them in salt.
That
poor duck..
wow
is what you get for being duck.
puts railroad spikes into simple's side.
Spikes are my kink
.lart simple
.kill Duck
pokes simple with a rusty nail.
puts Duck into a sack, throws the sack in the river, and hurls the river into space.
.kill simple
throws simple to Cthulu and watches them get ripped to shreds.
Hot
.kill simple
.kill xD
What did the duck do?
grabs Duck's head and rips it clean off their body.
.kill killer of duck
(lukas) I can't attack that.
Muahwahahahaha
.kill simple
snacks on simple's dismembered body.
Is xD an IRC-Bot or a Discord-Bot?
Why not both?
must run using one api..
.kill simple
turns simple into a snail and covers them in salt.
yes, works also in discord
Yup
It's a bridge, though most of the commands are IRC-side and then get bridged back up
Have allready thought so.
irc is for scrubs
.kill KennyTV
stabs KennyTV in the heart a few times with a butchers knife.
irc is much more customizable
s/irc is/irc-clients are
Correction, <lukas> irc-clients are much more customizable
Ahm yes. Thats a huge disadvantage.
I actually prefer sed
and Discord supports it too, but it doesn't send an IRC correction too :(
rip
nope, doesnt show up )-:
i wish it would just cancel the edit event in discord, and then send a traditional s/old/new
and then bot corrects like the good old days
dum bots
excuse me kenny
Awesome bots
throws KennyTV to Cthulu and watches them get ripped to shreds.
.kill KennyTV
crushes KennyTV with a huge spiked barrel of rocks.
.help
no u
go to #cafebabe if you wanna test commands btw
forgot my login on irc, so, that's a thing
cuz ur a noob
only tried help, but whats cafething for?
thank god google knows everything about me, including my passwords
that's the bot that's running
and im just sasying if you want to try commands that .help listed you can go in there
it's the botspam channel
oh, it has a much nicer name that xD?
Nice..
smh torrenting makes me wanna die this shet is so slow
youre sure that #cafebabe is for bot-testing?
ye
dont want to make some people angry with using the wrong one.
u all smell
no u
u
no u dont
You've luck, duck
.kill Duck
grabs a automatic pistol and riddles Duck's body with bullets.
call it Swiss Foie gras
Swiss what?
Swiss Foie gras
what is that strange thing?
something disgusting
Foie gras is fattened duck liver
.kill simple
glares at simple until they die of boredom.
Swiss (cheese) has holes in it
A duck riddled with bullets...
imagine dying of boredom
need to riddle you with bullets
That's just murder
no
it's not murder if it improves the society
rips Duck's intestines and uses them as a skipping rope.
.taco simple
hands simple a spicy soft-shell taco filled with minced beef and topped with sour cream, avocado and jalapeños!
gives simple a spicy taco
.taco
.taco simple
hands simple a mild soft-shell taco filled with various meats and topped with guacamole, sour cream and tomatoes!
gives simple a spicy taco
extra tacos
hey can anyone give me a good alternative to this... Asus ROG STRIX X370-I GAMING Mini ITX AM4 Motherboard
trying to build my first pc
yea i went on that site and found a build that ...looks good, buit the motherboard isnt in stock anywhere i look. im am sorry if im too vague with quetions im a noob with computers
look for any mini itx motherboard that supports the am4 cpu socket and the amount of ram you want to use
RAM.. Makes me want to know: How much RAM should i set as Xmx for client?
for client? idk default is probably fine but you can up it another gig or two
one Gig? never.. it would take ages to start.
aaaah.. sorry
but, i think this depends on the client? vanilla < optifine < fabric < optifabric; right?
i mean yea of course, the more stuff running in the client is going to raise the ram requirement
if you have a shitton of mods you're gonna want a lot more ram
for vanilla, whatever they give by default is more than likely fine
not sure what it is by default? 2gb?
I've mine (fabric, opifabric, worldedit-cui, shematica) I use 12GB. Think this is enough
*set to use
that's probably more than enough
I enjoy the fast starting times :D
I also dont have to run the server on the same machine, makes thins easier with only 16gigs of RAM
ugh this dr bell fucker on the resident is such a piece of shit
god damn
i hope he straight up gets hit by a bus
👀
is there a downside to having a larger power supply then needed??
ok that makes me feel better, simple
An upside is you have room to upgrade components without worrying about the PSU
is there a brand of case that is best or at least better
Look for high airflow
Power supplies don't draw their full wattage all the time
Most nicer ones are very efficient and wouldn't draw more than a lower wattage one
mini-itx motherboards are fucking small, so that would mean you have the ability to use a fucking small case
I would personally prefer a larger case, but that's down to preference
theres a small downside
And true z
power supplies are most efficient at 50-80% usage
Sometimes they're more efficient and will draw less, but that's a comparison you're really going to want model numbers for
Mostly they're more expensive and they're larger
If you're building in SFF, every inch counts
You also don't want to run it at full load though either so
It's a fun discussion really
What the fucking fuck is this show I swear to god
"every inch counts" - z750 2019
Doctor replaces labels on blood samples to distort heart compatibility readings in order to get a donor heart allocated to a different patient for another patient, after it was stolen the other way around by the chief of surgery; and now the chief of surgery is talking to the parents of a patient another doctor revived braindead in order to take that heart for the second patient
If hospitals are really like this i s2g, but i doubt the fuck out of it
Your last avatar was better chonk
Cube World will be released on Steam! https://t.co/Lap10eQVKX
Hopefully around the end of September/October 2019. #cubeworld
5060
11404
mfw insulting the chonk
mfw being chonk
real random is better than ur braincells
a cpu cooler... is that just a fan?
you can use random.org's api for true randomness, but depending on your use case and how many times you need to generate numbers it may not work for you
the fan is to move heat off the heatsink
their OSS license is 60K req/mo, but you can also pay, or use their free API which is 30k req/mo with 1k req/day limit
@raw canyon there are air coolers, which are fans, or liquid coolers, which use fans and a pump
60k 👁 👁
maybe mcmmo can truly be random now
oh nice their oss api is 60 k req/mo base and $0.00 per extra request
so, i assume, fair use then it's just straight up free
why not just make a random generator based off md_5s post dates and post length?
that would be true random
im fucking hungry
no idea if this is good, pc builder said no incompatibilties so i guess its good
cpu
AMD Ryzen 5 2600 Processor with Wraith Stealth Cooler - YD2600BBAFBOX
case
InWin Tempered Glass Mini-ITX Tower Computer Case Compatible with ATX PS2/ EPS 12V PSU Power Supply (901 Black)
power supply
EVGA 650 GQ, 80+ GOLD 650W, Semi Modular, EVGA ECO Mode, 5 Year Warranty, Power Supply 210-GQ-0650-V1
internal hard drive
Seagate Barracuda ST500DM002 500 GB 3.5 Internal Hard Drive - SATA - 7200 rpm - 16 MB Buffer
ssd
Crucial MX500 250GB 3D NAND SATA 2.5 Inch Internal SSD - CT250MX500SSD1
memory
HyperX Fury 16GB 3000MHz DDR4 CL15 DIMM (Kit of 2) 1Rx8 RGB
motherboard
Gigabyte X570 I AORUS Pro WiFi (AMD Ryzen 3000/X570/Mini-Itx/PCIe4.0/DDR4/USB 3.1/Realtek ALC1220-Vb/DisplayPort 1.4/2xHDMI 2.0B/RGB Fusion 2.0/Gaming Motherboard)
graphics card
MSI Gaming GeForce RTX 2060 Super 8GB GDRR6 256-bit HDMI/DP G-SYNC Turing Architecture Overclocked Graphics Card (RTX 2060 Super Ventus OC)
$1197.96
Any good scripts that can analyze server logs and and tell me how many hours certain players are on etc?
Not that hard to grep user info and parse but I figured I would ask if there anything out there already.
guys
why is this a thing
@void void remember when i had the llama spit issue
i think you said it was from llamas spitting at wolves?
i didnt know what they were spitting at, just that they were spitting like mad men
so theyre spitting at sheep lawl
yes
yes
there is a bunch of sheep and animals at the chunk
and a single llama is spitting at it
lmao
kill that rogue llama he's basically hitler
what happens when more hitler llamas spawn
well shit
you know what
its happening in the 1 chunk that is left open 24/7
wouldn't this be spigots problem?
for not clearing the entities or something
I mean, is that the issue tho?
i think so
They aren't, hence llama wars forever
yes
I'm not sure it might be a spigot issue I guess, but it would be beneficial to see if someone can reproduce the issue
ill look into it
When I say just football in the USA, will people think I'm talking about soccer or american football?
if you say football and you're talking to an american in the USA, they will most likely think of american football
Okay thanks.
if you say it to an american in any country they're going to think american football
unless they are more culturally aware
not many are
Correct.
weird flex


moment
preferably chonky as possible
too much chonk to leave the bathtub
there's an actual video with sound lemme find that
lol I think I gave my cat his subcutaneous fluids a bit wrong, he has a big lump under his skin now. apparently it's normal, but it wasn't like that when the vet administered it 😛
he gives up and basically cries 
subwhat fluid? 👀
.g subcutaneous
subcutaneous fluids, fluids under the skin. for cats with kidney disease
(DiscordBot) https://en.wikipedia.org/wiki/Subcutaneous_injection -- Subcutaneous injection - Wikipedia: "A subcutaneous injection is administered as a bolus into the subcutis, the layer of skin directly below the dermis and epidermis, collectively..."
kidney disease 😢
it's how most cats die
I love my cat like a child
kidneys start to fail in old age
😦
give it ur kidney
my cat's was detected early though
alright you've succeeded in triggering my depression byte
so it's fine
sure there's nothing medically wrong with that
most cats will eventually succumb to kidney failure, but the key is detecting it early so you can adjust diet and administer sub-Q fluids, which will extend life by years in many cases
Incoming pics of my baby for stress relief
it's really not the end of teh world to be diagnosed with CKD
something i regret is not doing blood tests more frequently
would recommend at least twice a year for senior cats
and would recommend a kidney-supportive diet starting at young age to prevent kidney deterioration
yeah that is a chonker indeed
a science diet is usually good
since kidney failure is how almost every old cat dies
my guy is like 14 years old, still active as fuck and lively lol
how do these mega chonkers even exist
does their owner just feed them the entire bag a day
no their owners are lazy and use automatic kibble dispensers and let their cats eat whenever they want
as you can see, not all cats have the self-control to maintain their weight
sounds like retarded owners
some automatic dispensers take a full bag
and if the chonker has the honger
then
chonk++
kibble dispensers can work if the cat maintains their own weight, but many dont. they have to be fed on a schedule and cries for food outside of that schedule must be ignored
that is not a mega chonker
that is the mega chonker
Look at his girth
nossr's on the way to that chonk level 
Hate cats
hes on a diet currently these are old pics
ignoring the caption; https://media.tenor.com/images/b3b825b87c0a6079cd6f9de99cd5ec80/tenor.gif
Notice @dusk drift , You have been banned from life.
is that how mega chonker's hunt food
.kill HexedHero
reaches out and punches right through HexedHero's chest.
the master chonker
His chest is expanding
Many of those cats probably have diabetes lol
China: Deep Fried Ultra Chonker Just 200 Yuan
are you chonking them up to eat
those fuckers probably can't even groom themselves
groom? they can't even turn I bet
"Bröther, please turn me so that I can eat my kïbble"
Damn, the Swedish lawyer that represented Rocky was shot multiple times while leaving his apartment. Local police are saying it's likely unrelated to Rocky's case and related to a domestic dispute involving his ex-wife.
Condition still unknown I think 😛
He had a protective order against his ex-wife
She must be pretty damn crazy lol
This lawyer's wife is some millionaire judge? LOL
Damn, what is this
Nice, looks like my cat's subcutaneous water bulge finally got absorbed and went away. Was a bit concerned there for a sec, but I guess it is normal.
The chonker absorbed the bulge
Kinda scary sticking a needle under his skin and watching it bulge up lol
that is pretty much the look he was giving me while I was administering it lol
I'm getting way to triggered by some of these "intro to java" videos on YT
calling static functions "methods"
not explaining static thoroughly enough, just "we'll talk about this later"
yea
true
ima go do something else
simple's gone full gen Z, using YT for programming tutorials
lol is wikipedia down?
I get to go to the dentist tomorrow for my first checkup in like 5 years and get scolded about how old my fillings are and how I will also need new fillings for all the new decay I have 😛
yeah...i need to schedule a dental visit
i was supposed to get a cleaning a long ass time ago and then blew them off
that was a few years ago
Prob gonna need a deep cleaning myself too lol
And fillings, just hope I won't need to pull any.
can't even ping it ..
.isup wikipedia.org
maybe im getting a cached response
I dunno it's loading for me
oh no the bot command must just be bork
doesn't load on my mobile phone either
i joined the wikimedia tech channel on freenode and they are aware of the issues
im sure theyll fix it soon
Nice thanks
honestly i rather learn programming throught yt vids. i mean i can read docs but half the time they are unformatted and tiny and i have to squint to see them
apparently it was DDOS
chonkers having diabetes? my cat had to be put down because he was just bones and then got real sick
yeah and so does yt
but then I have to buy a book and im a brok college student
everyone learns differently, some are visual learners (watching a video), some are auditory (hearing it explained), some are readers (docs or books)...lots of people need to start visually and see it done but it is certainly not going to take you the entire way
Flashbacks to TheBCBroz bukkit tutorials
"We return false here because why not?"
HARD DISAGREE
You need deeper understanding than that
oops caps
Yeah chonkers are at a higher risk of diabetes, just like overweight humans.
also @tawdry coyote you dont have to buy a book, ever heard of wikibooks?
actually...no i havent lol
here's a full open source java textbook https://en.wikibooks.org/wiki/Java_Programming
This book is an introduction to programming in Oracle’s Java™ programming language, a widely used programming language and software platform. This book serves as a comprehensive guide, complete with a series of tutorials to help users better understand the many ways one c...
Books/texts are always going to be more comprehensive and informative than a video.
yup
That's just a reality of the difference of the formats.
If you want to be an expert, learn to read text.
also the oracle java trails are 🔥
Most of the videos on Java I've watched are lacking in so many fundamental areas
A visual learner might find it useful to get started with videos, but they won't carry you very far.
ok im not denying that, i'm just saying if I had the option to learn the same information through video vs reading: I would prefer to watch the video
Which is why schools still use text books.
Books 
If you've never seen it before, sure, get a look at the language and how they are looking at it but seriously do not take what they say for fact
A lot of them are so wrong in so many ways
And then there are people trying to learn with that fuckery
Like, oh god.
There is a credibility factor to consider, for sure.
Books are easier to establish as credible by enthusiasts and professionals.
do you guys have any good beginner articles for deeplearning. I've been trying to get into it, but it's hard to find I guess a continuing point. Like some articles will explain it with the simplicity of a 10 yr old, and others will expect you to have majored in datascience: I'm trying to find a good middle ground
Wikibooks is absolutely fantastic. Written, peer reviewed, and constantly edited by people who actually know what they're talking about
I would recommend starting with learning about neural networks in general and not jumping right into deep learning, you need to set an actual curriculum for yourself
Check these out for example, they're videos with hands on practice built in https://scrimba.com/g/gneuralnetworks
Learn to code with interactive screencasts. Our courses and tutorials will teach you React, Vue, Angular, JavaScript, HTML, CSS, and more. Scrimba is the fun and easy way to learn web development.
If you like videos and wanna get into ML, I've enjoyed Jabrils videos
I only recommend it because he's good at explaining it in a manner and context most of us can relate to and easily understand, he applies it to simple games he creates
simple the video title: https://www.youtube.com/watch?v=z32TCilIq20
In this tutorial we will learn how one class can call static methods of another class.
(stonar96) Java Tutorial: Using Static Methods of Another Class - length 3m 8s - 34 likes, 7 dislikes (82.9%) - 16,096 views - Professor Saad on 2010.09.19
i was just being nitpicky
method refers to a function that operates within an instance in oop; method is a function, function is not necessarily a method and moreover a static function is not a method by the very definition of a method
but almost nobody who makes a video about it will say that properly
and it's just nitpicky, it just bothers me
and the only place you'll actually learn that is through reading a book
it all comes around
Eclipse 😂
I learned it because when I was learning a bit C at school the teacher said funtion. Then when I learned java I was wondering why everone says method. Then I researched it properly ..
Since then i know the difference
yup
You can still argue static methods as methods because they belong to a class.
But it could go either way.
Functions don't typically have that relationship.
I like to think of it in terms of functions, but that's probably me thinking mathematically
but static basically means no this paramater, so the class just acts as namespace ..
mfw method vs function
Most of the time they're used like functions anyway and the class is just a namespace, yeah
But consider protected or private static methods
Where the context actually matters
a normal method is defined like so ret ident(Object holder, Param1 param1, Param2 param2) taking special notice to the fact that is receives its own holder as the this parameter whereas a static function does not get that, its context is not part of any instance but rather a part of the definition of the class itself (i.e. namespaced)
I mean, calling it function or calling it method is not the end of the world...like I said, just nitpicky. Just triggers me slightly.
¯_(ツ)_/¯
Object holder would be the Class.
For a static method.
That's just the way I see it any way, bound to two different types of things
Yeah okay, that's what I was trying to convey. Badly explained
An instance or a class
was just at a gas station and saw the best example maybe ever of trashy but sexy
o.o
wat
I mean, it's the most convenient place
that's why they call it the convenience store
Someone escort Demon out
Convenient STDs! 😄
anyways I was going there to buy cheap wine and she also went to the wine section so it was weird cause I'm sure she thinks I was following her
she's looking for that box wine
in her fairness she got a bottle
tbh there's not a huge difference between $10 bottle and $50 bottle (imo) unless you're trying really hard to notice
I would agree with that
I'm not really any good at noticing flavor though, so my opinion probably doesn't match most people's
Beer is better anyway
i hate beer
I bought a really expensive bottle on my last anniversary and it was the most bitter tasting piece of shit
We ended up putting it in the fridge and never touching it again
Beer makes you fat
And yeah, love me some Apothic or Gnarly Head, both are $10 and taste great
And good to cook with too
Anything makes you fat when you have a shit load of it
Beer makes you fat quicker than wine
and wine a headache
Yeah, it's loaded with carbs
So yes, drinking beer is going to get you fatter quicker than wine will
Wine has residual sugar, depending on how long it's been fermenting.
But it's usually very tiny amounts.
You can also find wines with really low RS
Red wine also contains resveratrol and is daily intake is often recommended for good heart health.
In moderation, of course.
And of course, it will get you drunk quicker 🙂
vodka is bae
I generally don't like the taste of alcohol
so a nice sweet wine is more of my thing
This video is actually hilarious https://twitter.com/realDonaldTrump/status/1170089069105340416?s=09
ill give it a go if I can find it
It's pretty cheap so nothing really lost if you don't like it, but can also use it for cooking, worst case. I can drink a bottle in 2 days though, love it.
sharpiegate was pretty funny
.g sharpiegate
(DiscordBot) https://www.newsweek.com/sharpiegate-hurricane-dorian-trump-map-alabma-1457782 -- #Sharpiegate Trends as People Mock Trump For Showing ...: "1 day ago ... #Sharpiegate Trends as People Mock Trump For Showing Hurricane Dorian Path Map Altered With Pen. By Ewan Palmer On 9/5/19 at 4:41 AM ..."
mostly the memes that came out of it lol
k that adds context to the tweet
trump read a report about the impact of the hurricane on winds
that showed some of alabama getting some
he then said that that meant the hurricane was coming to alabama
instead of saying "oh no I messed up, its actually not"
he doubled down
because thats what he does
idk
but yeah
this is what he does
is he
he doubles down
then a month later he'll say its all fake news
despite the recordings, quotes, etc
wow
didn't know devon was the president
some good memes coming out of the uk now that good ol boris is running the show
i thought bush was good for that
but damn trump just killing it on meme generation lol
hell boris was meme turf before he got the PM spot
loool
its always fun until people start dying
at least their parliament is interesting to watch
is brexit finally coming along 
Don't know much about UK politics but Boris seems to be using a scorched earth strategy
He kicked MPs out of the party for not stepping in line.
If Boris gets his way and triggers a general election, a hard-Brexit is inevitable I think
gradle only 
he keeps losing votes to trigger an election
Parliament seem to be fighting against a general election for that reason
I think he's lost 2 or 3 in the last day or so
idk UK politics, what's the deal with calling an election
supposedly trying again monday, who knows

