Loki

3,253
Reputation
214 views

Registered User

Name Loki
Member for 1 year
Seen Dec 1 at 16:36
Website
Location loki
Age 89
Loki.
Nov
30
awarded  Popular Question
Nov
20
awarded  Yearling
Oct
2
awarded  Popular Question
Sep
28
accepted Is it possible to “print a PDF to a file” so that the file contains plain text of the content?
Aug
26
awarded  Popular Question
Aug
19
comment What is eager loading?
When you think about it, lazy loading is more about less memory and more computations at each function call, while eager loading would use more memory and more computations when the class is created and less computations when the function is called.
Aug
19
comment What is eager loading?
I could add that these terms are generally used (and maybe come from?) in the context of a ORM (Object Relational Mapper), where you map an object to a table in a relational database.
Aug
14
awarded  Popular Question
Aug
11
comment Subversion - should anyone be developing off the trunk?
@Aiden Bell, you wont be able to share your changes with other devs otherwise.
Aug
11
comment Byte to string conversion in Java
I say your method (of converting the searched string) might not work where BOMs (en.wikipedia.org/wiki/UTF-8#Byte-order_mark/…) are used.
Aug
11
comment Byte to string conversion in Java
I see two more problems: 1) the size of the buffer should be dependent of the encoding and 2) the search method must be aware that the searched word might be cut because the code is reading by small parts.
Aug
3
comment C - Change all values of an array of structures in one line
With that, you could create a macro for a assignment loop. That way, it's easy to reuse and very clean.
Jul
28
comment Which bugtracker works best with Eclipse’s Mylyn on Windows server?
If you're ready to pay, or if you have an opensource project, JIRA is the best.
Jun
22
comment how to automate or facilitate multiplatform build/test before committing?
I can confirm BuildForge has the feature too.
Jun
18
revised Wifi Triangulation
added 66 characters in body
Jun
18
revised Wifi Triangulation
added 280 characters in body; added 72 characters in body
Jun
18
comment Wifi Triangulation
WTF, there seems to be a patent on that: patentgenius.com/patent/7515578.html maybe more? any implications?
Jun
18
revised Wifi Triangulation
added 84 characters in body
Jun
17
revised Wifi Triangulation
Changed the indicators
Jun
17
comment Wifi Triangulation
Noted. Will update accordingly.
Jun
17
asked Wifi Triangulation
Jun
11
awarded  Good Question