search for: hindsight

Displaying 20 results from an estimated 274 matches for "hindsight".

2008 Jul 02
3
Crashing after Update
...ack-2.0.2/lib/action_view/helpers/ url_helper.rb:488: [BUG] Segmentation fault and /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/ template_error.rb:78: [BUG] Segmentation fault I tried using both mod_rails and mongrel to serve the application, but both give the same results. In hindsight I should have done a backup before the update, but my hindsight seems a lot better than my foresight lately. So now we finally come to my question: How do I undo the mess I made? Is there a log somewhere that tells me specifically which versions of which gems were updated, and is there an easy w...
2009 Dec 15
2
silly SVN question
...branch of R, but so far I have been unable to figure out an analogous way to track the development branch of the recommended packages. (I'm assuming they actually live somewhere on the same SVN server, which might not be true ...) Any ideas (including pointing out the obvious, or the obvious-in-hindsight)? thanks Ben Bolker -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20091215/b3bf5f72/attachment.bin...
2006 Aug 28
3
screen resolution effects on graphics
Greetings, R-Citizens: I have the good fortune of working with a 19" 1280 X 1024 pixel monitor. My R-code produces nice-looking graphics on this machine but the same code results in crowded plots on an older machine with 800 X 600 resolution. In hindsight this seems obvious, but I didn't anticipate it. My code will be used on machines with varying graphics (and memory) capacity. Is there a way I can check the native resolution of the machine so that I can make adjustments to my code for the possible limitations of the machine running it? Than...
2016 May 19
3
Latest R-devel build failing on OS X
...HAVE_RL_RESIZE_TERMINAL > so they must have configured for that. We could and > probably should do the same, but as a Linux_only guy > currently (even basically only one flavor of Linux), I'd > appreciate others to produce code for that. Actually that was easy (in hindsight.. I took too long!) enough, so I've now committed ------------------------------------------------------------------------ r70632 | maechler | 2016-05-19 10:59:51 +0200 (Thu, 19 May 2016) | 1 line Changed paths: M configure M configure.ac M src/include/config.h.in M src/unix/sys-st...
2017 Dec 26
2
Canonical way to handle zero registers?
Thanks! That looks like a winning approach. I swear I grepped around for ISD::Constant but for some reason never found this code. I think maybe I was searching for ISD::Constant with setOperationAction, which in hindsight was narrowing down my search to just lowering, which is exactly what I didn't want! (I was looking for other approaches). I also tried looking in depth at PowerPC but it looks like it doesn't use this approach either. -- Sean Silva On Dec 24, 2017 12:16 AM, "Alex Bradbury" <...
2012 Aug 03
4
Urgent help on replacing /var
In a moment of epic stupidity, having ran out of space on the root partition of a server due to /var chewing up the space, I added a separate drive for the purpose of mounting it as /var To do so, I mounted the new drive as /var2, cp -R (in hindsight should had rsync to preserve attributes), deleted the original /var to free up space, edited fstab and rebooted... unsurprisingly to a fubar'd server. The thing is it still boots, I can get into single user mode but a full init get stuck at starting the syslogger. What is the best way to rescu...
2017 Jun 06
1
[Cellar] FLAC Markdown
Hi all, I'm jumping in on this thread to make a few remarks about the spec. I implemented a FLAC decoder by only looking at the spec, and I have a few notes that would have saved me a lot of time if the spec had mentioned them. They are obvious in hindsight, of course. * If the channel assignment includes a difference channel, then the subframe for that channel has one extra bit per sample in order to encode the difference. * The number of bits per sample for a subframe, is the number of bits per sample of the frame, minus the number of wasted bits...
2008 Mar 08
1
PRI suppliers in Switzerland
Greetings list, I posted this to the -biz list a few days ago. In hindsight, I think it would have been more appropriate posted here, so apologies to those on both lists who've now seen this twice. I have had a request to provide 2x PRIs to a site in Lausanne, Switzerland, but my knowledge of the Swiss Telco market is non-existent. Are there any folks on the list who...
2005 Dec 15
3
save and save! fail but no errors are created
Hi I will provide code if needed but I am wondering if there might be a standard cause for this: a Model I am trying to save seems to fail miserably at either a #save or #save! call. In the latter case, a RecordInvalid is raised, but when I inspect it, the Errors object does not contain any error messages (full or otherwise). I have tried many a way but I can not seem to get any error info. Are
2011 May 09
0
[LLVMdev] get basic blocks inside a loop
...emporary measure, was rely on Function's ordering, and just iterated over all the blocks in the function, checking to see if the loop contains that block. Not at all ideal, and what I was writing later evolved to not need the topological ordering constraint, so I never revisited the problem. In hindsight, I don't even know if Function guarantees that they are presented in a topological order, but it always happened to be the case for me. On Mon, May 9, 2011 at 10:45 AM, Naznin Fauzia <laboni14 at gmail.com> wrote: > Hi all, > > I have a question about llvm::LoopBase  getBlocks(...
2014 Jun 07
2
[LLVMdev] Stack maps no longer experimental in 3.5
On 07/06/2014 18:35, Filip Pizlo wrote: > That would work. :-) > > What about exposing C API a function to query for the presence of an intrinsic? It seems with hindsight that the "experimental" prefix has turned out to be a waste of time. At least without the prefix there was a good chance this churn could be avoided as long as the original review was sound, whereas the prefix has necessitated churn. I suggest performing a configure-time check in you...
2007 Jul 26
1
Bi-directional self-referential HABTM
...=> "Employee", :join_table => "bosses_courses", :association_foreign_key => "boss_id", :foreign_key => "employee_id" Now this works fine.. but only one way. I can get all bosses of an employee but I can''t get all employees of a boss. In hindsight I think it probaby would have been better to use a :through relationship for this, but I can''t really change the database schema now. The solution might be to code something like a subordinate method for the employee class myself, but I''m not sure how to do that. Does anyone has...
2024 Jan 12
1
No suspend after update
...after 20.006 seconds (1 tasks > refusing to freeze, wq_busy=0): > [ 72.805450] task:NFSv4 callback state:I stack:0 pid:2191 > ppid:2 flags:0x00004000 FYI After reverting to 5.14.0-388 yesterday, stability is restored. I can consistently suspend and resume without issues. In hindsight, kernel 391 was also giving me issues. My wired network would sporadically fail to come up after suspend. No amount of fiddling would restore. Only rebooting. I have not seen that behavior with 388 either. This would suggest an issue with networking / suspend between 388 and 391. Q: If I update,...
2004 Mar 30
3
Added a Tutorial to the wiki!
...its. Take a look if you get a chance, and give me feedback. You can access the tutorial page under the Latest News section, or through Introduction to wxRuby under Starting Points. Don''t be afraid to put in your two cents - maybe you see a better way that I didn''t (besides, hindsight is twenty-twenty :) Robert _________________________________________________________________ All the action. All the drama. Get NCAA hoops coverage at MSN Sports by ESPN. http://msn.espn.go.com/index.html?partnersite=espn
2003 Jun 09
1
Have I been hacked?
...207] What's really weird, is yesterday the messages file also only contained the line about the log being turned over, but today I unzipped messages.0 and it had entries for yesterday. I'm going to check messages.0 again after midnight and see if any of today's entries are there. Hindsight is always 20/20, and now I wish I had tripwire or aide installed. =/ I rebooted one of the machines, and now it seems to be acting normal again.. I going to rebuild world on all my systems and install tripwire anyways, but I'm kind of curious as to whether my machines have been rooted or...
2011 May 09
2
[LLVMdev] get basic blocks inside a loop
Hi all, I have a question about llvm::LoopBase getBlocks() method. Does it return the basic blocks inside the loop in random order? I need to order the blocks in some valid topological ordering of the AST. If getBlocks() does not do that, what can I do to find the ordering? Thanks, Naznin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Apr 07
1
Rmpi install issues
...essie 0.6-5-1 uptodate but when installing the package I was still getting checking mpi.h presence... no checking for mpi.h... no configure: error: "Cannot find mpi.h header file" ERROR: configuration failed for package ?Rmpi? I discovered that /usr/lib/openmpi/include/ was missing In hindsight, it is obvious that header files are only included when the dev version of openmpi is intalled: > sudo apt-get install libopenmpi-dev After which Rmpi package installed without error. I'm not very familiar with debian package management, but wouldn't most debian R users be building...
2017 Jun 11
3
[PATCH] doc: Add notes about subframe sample size
>> I'm jumping in on this thread to make a few remarks about the spec. I >> implemented a FLAC decoder by only looking at the spec, and I have a few >> notes that would have saved me a lot of time if the spec had mentioned >> them. They are obvious in hindsight, of course. >> >> * If the channel assignment includes a difference channel, then the >> subframe for that channel has one extra bit per sample in order to >> encode the difference. >> >> * The number of bits per sample for a subframe, is the number of bits >&...
2015 Nov 09
2
Self-hosting bots noise
...on why self-hosting bots fail long after the offending commit is tested: dirty builds. In a dirty build (no make clean), when a file X is changed that breaks file Y, the bot will only accuse the failure when file Y is changed, too, so that stage1 with modified X will compile file Y, and break. At hindsight, it's obvious. But I hadn't connected the dots before... :/ I'm moving all my self-hosting bots to clean builds and will be relying solely on ccache to make stage1 fast. This shall help with "breakages not on the blame list" problems. cheers, --renato
2014 Jun 08
3
[LLVMdev] Stack maps no longer experimental in 3.5
...> > > On June 7, 2014 at 1:29:04 PM, Alp Toker (alp at nuanti.com) wrote: > > > On 07/06/2014 18:35, Filip Pizlo wrote: >> That would work. :-) >> >> What about exposing C API a function to query for the presence of an >> intrinsic? > > It seems with hindsight that the "experimental" prefix has turned out to > be a waste of time. > > It's only a waste of time if you think that run-time feature detection is a > bad idea. I believe that run-time feature detection is a good idea even if > we didn't need it in this particula...