Switch to DuckDuckGo Search
   May 5, 2018  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:19:34] *** Zta <Zta!~stephan@static-5-186-52-63.ip.fibianet.dk> has quit IRC (Quit: Leaving.)
[01:42:08] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-fkyoktpkddtagxoq> has quit IRC (Quit: Connection closed for inactivity)
[01:59:29] *** codi^r <codi^r!~CoDi@ip4d179dca.dynamic.kabel-deutschland.de> has quit IRC (Quit: Gone to sleep. ZZZzzz…)
[02:03:31] *** []J <[]J!~Z@115.63.170.14> has quit IRC ()
[02:36:59] *** bryan` <bryan`!bryan`@gateway/vpn/privateinternetaccess/bryan/x-44341077> has quit IRC (Quit: Leaving)
[03:13:00] *** samort7 <samort7!~samort7@209.65.164.27> has joined #libgdx
[04:01:19] *** Zecolher <Zecolher!8ac5a6f8@gateway/web/freenode/ip.138.197.166.248> has joined #libgdx
[04:05:30] *** DB219 <DB219!4344a212@gateway/web/freenode/ip.67.68.162.18> has joined #libgdx
[04:05:55] *** Zecolher <Zecolher!8ac5a6f8@gateway/web/freenode/ip.138.197.166.248> has quit IRC (Ping timeout: 260 seconds)
[04:16:59] <DB219> sup
[04:19:20] *** jayhost <jayhost!~ian@c-174-60-11-126.hsd1.pa.comcast.net> has joined #libgdx
[04:30:04] *** SuckyNoob <SuckyNoob!~SuckyNoob@2607:fea8:7d1f:fd54:a480:2142:9123:de92> has joined #libgdx
[05:10:25] *** DB219 <DB219!4344a212@gateway/web/freenode/ip.67.68.162.18> has quit IRC ()
[05:16:18] *** []J <[]J!~Z@115.63.170.14> has joined #libgdx
[05:19:30] *** jayhost <jayhost!~ian@c-174-60-11-126.hsd1.pa.comcast.net> has quit IRC (Read error: Connection reset by peer)
[05:41:47] *** samort7 <samort7!~samort7@209.65.164.27> has quit IRC ()
[05:42:00] <TEttinger> such weird stuff with these RNGs. on its own, "Long.rotateLeft(a, anything)" doesn't affect quality really at all. "a ^ Long.rotateLeft(a, anything) ^ Long.rotateLeft(a, other)" has a little improvement. "a ^ Long.rotateLeft(a, anything) ^ Long.rotateLeft(a, other) ^ Long.rotateLeft(a, foo) ^ Long.rotateLeft(a, bar)" for some reason has huge gains in quality.
[05:42:58] <TEttinger> it's like the statistical tests are an infant that can only track 3 moving objects at a time, and assumes anything more moving is magic
[05:45:17] <TEttinger> I'll see tomorrow if it passes in full, but up until the last test that hasn't come in yet, 1 minor anomaly for a reversible generator, which is unusual for sure
[05:50:19] <TEttinger> haha yep. definitely unusual. the algo uses by Java 8 for their shiny nice generator SplittableRandom already has more anomalies in 1/1024 the tested data
[05:52:02] <bomb> isn't it cute TEttinger: https://www.purebasic.com/documentation/Examples/CanvasGadget.pb.html
[05:53:07] <TEttinger> native file pickers are nice yes
[05:53:24] <TEttinger> it's odd that you need to specify that you use a jpeg encoder and decoder
[05:53:45] <bomb> yeah
[05:53:49] <TEttinger> also odd that there's no line numbers
[05:54:04] <bomb> check this out too, https://www.purebasic.com/documentation/Examples/Database.pb.html
[05:59:31] <TEttinger> it seems to have a lot already defined
[05:59:52] <TEttinger> I mean, the JDK does too but that doesn't stop people from remaking it
[05:59:57] <bomb> that's the beauty of modern BASIC languages
[06:00:48] *** guardianxx <guardianxx!~ubuntu@121-200-16-123.cust.aussiebb.net> has joined #libgdx
[06:00:53] <myke> i'll stick with my "bloated" java system that can generate desktop, html, and mobile packages with one command
[06:01:13] <myke> native UI isn't even a good idea
[06:01:32] <bomb> neither libgdx scene2d.ui
[06:01:44] <myke> well you got me there
[06:01:49] <bomb> it's meant for game UIs, not for stuff like accounting software
[06:02:29] <myke> but modern apps like facebook messenger and discord have the same ui everywhere and it's not based on any desktop ui
[06:02:59] <TEttinger> electron! who even likes it!
[06:03:28] <myke> it gets the job done
[06:03:40] <myke> not even sure what black magic powers the messenger floating heads on android
[06:03:44] <TEttinger> and uses way more RAM than is necessary or practica
[06:03:45] <TEttinger> l
[06:03:51] <TEttinger> slack desktop is a hog
[06:04:00] <TEttinger> that's why I don't use slack
[06:04:09] <myke> i don't use slack because i don't have to
[06:04:13] <guardianxx> lol
[06:04:18] <myke> but i'm also not concerned about ram because it's cheap
[06:04:26] *** bhldev <bhldev!~bhldev@69-165-248-89.cable.teksavvy.com> has quit IRC (Read error: No route to host)
[06:04:33] <guardianxx> not at the moment..
[06:04:34] <bomb> same excuses everywhere
[06:04:47] <myke> had a problem just yday where a worker had weird problems, turns out 4G isn't enough anymore for a couple browsers, softphone, and open office to all be running at the same time
[06:04:50] <TEttinger> I use a laptop, and I don't think good RAM is cheap
[06:05:00] <myke> well not ECC
[06:05:02] <bomb> "oh space is cheap, ram is cheap, let's make a 400 MB text editor that runs like ass"
[06:05:13] *** bhldev <bhldev!~bhldev@69-165-248-89.cable.teksavvy.com> has joined #libgdx
[06:05:23] <guardianxx> mmm tastes like ass
[06:05:31] <myke> but my laptops have 8G and 16G respectively
[06:05:55] <TEttinger> this laptop uses DDR4, has 16GB, I'm using 96%
[06:06:06] <myke> power user
[06:06:45] <bomb> TEttinger: https://eul.im/
[06:07:57] <TEttinger> IDEA uses 1.8GB, one multithreaded RNG test is using 1.5GB, the main process of Opera is using 1.5GB, other Opera processes probably use the rest
[06:11:54] *** guardianxx <guardianxx!~ubuntu@121-200-16-123.cust.aussiebb.net> has quit IRC (Quit: Konversation terminated!)
[06:48:59] *** SuckyNoob <SuckyNoob!~SuckyNoob@2607:fea8:7d1f:fd54:a480:2142:9123:de92> has quit IRC (Quit: Leaving)
[06:58:09] *** bomb <bomb!bomb@gateway/vpn/privateinternetaccess/bomb> has quit IRC (Ping timeout: 260 seconds)
[06:58:43] *** bomb <bomb!bomb@gateway/vpn/privateinternetaccess/bomb> has joined #libgdx
[07:21:17] *** mujjingun <mujjingun!uid228218@gateway/web/irccloud.com/x-soimrohimbpvbfsw> has joined #libgdx
[07:22:31] *** bomb <bomb!bomb@gateway/vpn/privateinternetaccess/bomb> has quit IRC (Ping timeout: 268 seconds)
[07:43:09] *** OtakuSenpai <OtakuSenpai!~OtakuSenp@45.250.56.244> has joined #libgdx
[07:43:33] *** Zta <Zta!~stephan@static-5-186-52-63.ip.fibianet.dk> has joined #libgdx
[08:09:07] *** Zta <Zta!~stephan@static-5-186-52-63.ip.fibianet.dk> has quit IRC (Quit: Leaving.)
[08:22:13] *** arathald <arathald!~arathald@linuxfromscratch/arathald> has quit IRC (Ping timeout: 256 seconds)
[09:13:15] *** arathald <arathald!arathald@linuxfromscratch/arathald> has joined #libgdx
[10:06:58] *** AsukaLSoryu <AsukaLSoryu!~asuka@unaffiliated/asukalsoryu> has quit IRC (Ping timeout: 264 seconds)
[10:57:15] *** linuxfranz <linuxfranz!~franz@p54A53939.dip0.t-ipconnect.de> has joined #libgdx
[11:36:35] *** codi^r <codi^r!~CoDi@ip4d179dca.dynamic.kabel-deutschland.de> has joined #libgdx
[12:09:54] *** linuxfranz <linuxfranz!~franz@p54A53939.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)
[12:24:03] *** cackling_ladies <cackling_ladies!~cackling_@117.5.165.228> has joined #libgdx
[12:28:00] *** linuxfranz <linuxfranz!~franz@p54A53939.dip0.t-ipconnect.de> has joined #libgdx
[12:44:15] <Oddmonger> TEttinger: VIRT or RES ?
[13:29:55] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-qhorgctdlwtlxqir> has joined #libgdx
[13:50:19] *** OtakuSenpai <OtakuSenpai!~OtakuSenp@45.250.56.244> has quit IRC (Quit: Lost terminal)
[13:52:53] *** OtakuSenpai <OtakuSenpai!~OtakuSenp@45.250.56.244> has joined #libgdx
[14:25:00] *** isdera <isdera!~isdera@cpe-74-78-187-102.maine.res.rr.com> has joined #libgdx
[14:25:15] *** OtakuSenpai <OtakuSenpai!~OtakuSenp@45.250.56.244> has quit IRC (Quit: Lost terminal)
[14:26:17] *** OtakuSenpai <OtakuSenpai!~OtakuSenp@45.250.56.244> has joined #libgdx
[14:31:09] *** OtakuSenpai is now known as Neel
[14:31:57] *** SuckyNoob <SuckyNoob!~SuckyNoob@2607:fea8:7d1f:fd54:ed98:91db:d70a:d261> has joined #libgdx
[14:32:00] *** bryan` <bryan`!bryan`@gateway/vpn/privateinternetaccess/bryan/x-44341077> has joined #libgdx
[14:50:18] *** []J <[]J!~Z@115.63.170.14> has quit IRC (Read error: Connection reset by peer)
[14:55:36] *** []J <[]J!~Z@115.63.170.14> has joined #libgdx
[15:01:49] <Frotty> TEttinger libgdx is nice
[15:02:44] <Frotty> but many parts could still be improved/feel unfinished and there hasn't been too much acivity in the last year or even releases :D
[15:05:20] *** guest_ <guest_!29e19133@gateway/web/freenode/ip.41.225.145.51> has joined #libgdx
[15:06:37] <[]J> :')
[15:09:29] *** guest_ <guest_!29e19133@gateway/web/freenode/ip.41.225.145.51> has quit IRC (Client Quit)
[15:21:36] *** cackling_grandma <cackling_grandma!~cackling_@117.5.165.228> has joined #libgdx
[15:24:22] *** dsbk <dsbk!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has joined #libgdx
[15:24:25] *** mujjingun <mujjingun!uid228218@gateway/web/irccloud.com/x-soimrohimbpvbfsw> has quit IRC (Quit: Connection closed for inactivity)
[15:25:36] *** cackling_ladies <cackling_ladies!~cackling_@117.5.165.228> has quit IRC (Ping timeout: 265 seconds)
[15:32:46] *** linuxfranz <linuxfranz!~franz@p54A53939.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)
[15:39:25] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-qhorgctdlwtlxqir> has quit IRC (Quit: Connection closed for inactivity)
[15:57:27] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-vcudzoixputmubxx> has joined #libgdx
[17:04:05] *** dsbk <dsbk!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has quit IRC (Ping timeout: 240 seconds)
[17:46:51] *** bomb <bomb!bomb@gateway/vpn/privateinternetaccess/bomb> has joined #libgdx
[18:06:38] *** lukass <lukass!~lukass@pD9FF37B4.dip0.t-ipconnect.de> has joined #libgdx
[18:09:13] <lukass> hey guys, do you know how to align the text of a textarea vertically?
[18:09:25] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-vcudzoixputmubxx> has quit IRC (Quit: Connection closed for inactivity)
[18:12:42] *** RazielZ <RazielZ!~Raziel@unaffiliated/raziel> has joined #libgdx
[18:13:11] <SuckyNoob> did you find this at all lukass? https://stackoverflow.com/questions/29310563/how-to-vertically-align-actors-inside-a-libgdx-table-cell
[18:13:44] <SuckyNoob> or this possibly https://gamedev.stackexchange.com/questions/77404/label-not-properly-centered-in-textbutton
[18:14:26] <SuckyNoob> oh i see nvm one sec
[18:16:39] <lukass> thanks anyway :)
[18:16:51] <SuckyNoob> hmm i don't see anything in textarea for that
[18:17:33] <SuckyNoob> actually maybe I'm looking at this now https://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/ui/TextArea.html#getPrefHeight-- :p
[18:17:51] <SuckyNoob> it inherits a whole bunch of methods
[18:18:38] <SuckyNoob> from Actor, widget and textfield, did you look through those as well?
[18:19:35] <lukass> hmm I tried to understand the textfield and how the draw method works to adapt it to the textarea, maybe I go through it once again
[18:20:06] <SuckyNoob> Actor looks like it has more methods too, might be something inherited from there too
[18:20:49] <lukass> ok I'll check it out, thanks :)
[18:23:07] <lukass> SuckyNoob, maybe I got it: just override the "drawText" method by adding a padding in y direction
[18:23:27] <SuckyNoob> ya that sounds about right.
[18:23:40] <SuckyNoob> well maybe
[18:23:41] <SuckyNoob> there is
[18:23:51] <SuckyNoob> https://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/Actor.html#setHeight-float-
[18:24:40] <SuckyNoob> and also what youre talking about. I'm not really sure. It's been a while since I've used that. I do have text labels and buttons in my last project tho
[18:25:13] <SuckyNoob> if i can find it
[18:25:47] <lukass> I think the problem is solved :)
[18:25:57] <lukass> it's ok
[18:25:57] <SuckyNoob> alright sweet
[18:29:03] *** SuckyNoob <SuckyNoob!~SuckyNoob@2607:fea8:7d1f:fd54:ed98:91db:d70a:d261> has quit IRC (Quit: Leaving)
[18:35:21] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-cotzspdmoorhhzht> has joined #libgdx
[18:48:53] <Frotty> SuckyNoob: hey sweetie
[18:49:54] *** lukass <lukass!~lukass@pD9FF37B4.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[19:03:14] *** []J <[]J!~Z@115.63.170.14> has quit IRC (Ping timeout: 260 seconds)
[19:07:36] *** bhldev <bhldev!~bhldev@69-165-248-89.cable.teksavvy.com> has quit IRC (Read error: Connection reset by peer)
[19:10:05] *** Neel <Neel!~OtakuSenp@45.250.56.244> has quit IRC (Ping timeout: 240 seconds)
[19:21:33] *** Neel <Neel!~OtakuSenp@45.250.56.244> has joined #libgdx
[19:22:42] *** SuckyNoob <SuckyNoob!~SuckyNoob@2607:fea8:7d1f:fd54:ed98:91db:d70a:d261> has joined #libgdx
[19:28:23] *** linuxfranz <linuxfranz!~franz@p54A53939.dip0.t-ipconnect.de> has joined #libgdx
[19:31:17] *** []J <[]J!~Z@115.63.173.143> has joined #libgdx
[19:40:25] *** dsbk <dsbk!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has joined #libgdx
[19:45:46] *** lukass <lukass!~lukass@pD9FF37B4.dip0.t-ipconnect.de> has joined #libgdx
[19:50:05] *** DB219 <DB219!4344a212@gateway/web/freenode/ip.67.68.162.18> has joined #libgdx
[19:57:09] *** vfslasht <vfslasht!~fslasht@113x32x134x23.ap113.ftth.ucom.ne.jp> has quit IRC (Quit: Leaving...)
[19:57:14] *** SuckyNoob <SuckyNoob!~SuckyNoob@2607:fea8:7d1f:fd54:ed98:91db:d70a:d261> has quit IRC (Quit: Leaving)
[20:43:33] *** bryan` <bryan`!bryan`@gateway/vpn/privateinternetaccess/bryan/x-44341077> has quit IRC (Ping timeout: 264 seconds)
[20:43:57] *** bryan` <bryan`!bryan`@gateway/vpn/privateinternetaccess/bryan/x-44341077> has joined #libgdx
[20:48:35] *** linuxfranz <linuxfranz!~franz@p54A53939.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[20:48:57] *** isdera <isdera!~isdera@cpe-74-78-187-102.maine.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[21:06:11] *** kirillkh <kirillkh!~kirillkh@unaffiliated/kirillkh> has joined #libgdx
[21:08:13] *** Bokudesuu <Bokudesuu!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has joined #libgdx
[21:10:35] *** dsbk <dsbk!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has quit IRC (Ping timeout: 240 seconds)
[21:12:27] *** Bokudesuu <Bokudesuu!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has quit IRC (Ping timeout: 240 seconds)
[21:36:04] *** bryan` <bryan`!bryan`@gateway/vpn/privateinternetaccess/bryan/x-44341077> has quit IRC (Quit: Leaving)
[21:49:25] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-cotzspdmoorhhzht> has quit IRC (Quit: Connection closed for inactivity)
[22:02:35] *** lukass <lukass!~lukass@pD9FF37B4.dip0.t-ipconnect.de> has quit IRC ()
[22:03:08] *** Zta <Zta!~stephan@static-5-186-52-63.ip.fibianet.dk> has joined #libgdx
[22:19:22] *** Neel <Neel!~OtakuSenp@45.250.56.244> has quit IRC (Quit: Lost terminal)
[22:21:20] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-tccnywuigmwzdrdo> has joined #libgdx
[22:30:51] *** JulienVillegas <JulienVillegas!5aae023f@gateway/web/freenode/ip.90.174.2.63> has joined #libgdx
[22:55:09] *** dsbk <dsbk!~Bokudesu@79-69-48-194.dynamic.dsl.as9105.com> has joined #libgdx
[22:56:39] *** Xoppa <Xoppa!~Xoppa@5468961A.cm-12-1c.dynamic.ziggo.nl> has joined #libgdx
[22:56:39] *** ChanServ sets mode: +o Xoppa
[23:30:57] *** bhldev <bhldev!~bhldev@69-165-248-89.cable.teksavvy.com> has joined #libgdx
[23:35:09] <JulienVillegas> Hey, anyone has a suggestion on how to store a LibGDX Pixmap in a cloud DB? i.e.> should I store it as a local file first, then read the local file as Base64 and send it over in a URL?
[23:35:54] <JulienVillegas> i.e.: how to store my Pixmap as a Blob
[23:41:20] <JulienVillegas> no news?
[23:51:18] <Tomski> Up to you
[23:51:39] <Tomski> Usually better to not have raw data in database
[23:52:06] <Tomski> You could have it in memory, and perisst to file, but all depends on why you are storing this image, how many images, what the request rate is etc.
top

   May 5, 2018  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >