Re: [Factor-talk] May 5th

2021-05-12 Thread Sankaranarayanan Viswanathan
Thank you for the video! I enjoyed watching it, and they've done a great job going over their work on compression and http2 support. - Sankar On Wed, May 12, 2021 at 4:47 PM John Benediktsson wrote: > For anyone that missed the session, or is interested in looking at the 20 > minute video

Re: [Factor-talk] May 5th

2021-04-25 Thread Sankaranarayanan Viswanathan
Hello John, I'm interested in participating as well. Thanks! Sankar On Thu, Apr 22, 2021 at 2:57 PM Jon Harper wrote: > sure ! How long have they been working on it ? How much time do they have > left ? > Jon > > On Thu, Apr 22, 2021 at 1:51 AM cat via Factor-talk > wrote: > > > > I'm

Re: [Factor-talk] How to introduce factor to java programmers?

2017-06-16 Thread Sankaranarayanan Viswanathan
Glad you guys liked it. And, I did not notice that typo until you pointed it out - will fix. Thanks, Sankar -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [Factor-talk] How to introduce factor to java programmers?

2017-06-16 Thread Sankaranarayanan Viswanathan
cumentation, but if you removed them and tried to compile a word that was incorrect, it would give you a worse error message but still give you an error. On Wed, May 31, 2017 at 7:03 PM, Sankaranarayanan Viswanathan <rationalrev...@gmail.com <mailto:rationalrev...@gmail.com>> wrote: Tha

[Factor-talk] Adjust font sizes in Listener and Help Browser

2017-06-06 Thread Sankaranarayanan Viswanathan
Hi Guys, Is there a way to increase the font-size of the UI globally? Thanks, Sankar -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Factor-talk] How to introduce factor to java programmers?

2017-05-31 Thread Sankaranarayanan Viswanathan
, John. On Tue, May 30, 2017 at 8:14 PM, Sankaranarayanan Viswanathan <rationalrev...@gmail.com <mailto:rationalrev...@gmail.com>> wrote: Hi Guys, We have a developer community at where I work, and we do monthly tech talks that usually last between 30 and 40 minutes. I

[Factor-talk] How to introduce factor to java programmers?

2017-05-30 Thread Sankaranarayanan Viswanathan
Hi Guys, We have a developer community at where I work, and we do monthly tech talks that usually last between 30 and 40 minutes. I presume very few in that group have looked at stack based languages before, and I've been wanting to do a small talk about Factor there. After spending a week

[Factor-talk] Slava's Factor blog - posts before 2005

2017-03-31 Thread Sankaranarayanan Viswanathan
Hi, There's a lot of useful ans interesting information about Factor's evolution that is documented in Slava's blog. The earliest[1] post there is from 2005 which has a link to a jroller blog that isn't online anymore. Its not on the archive.org either. Is the information from that blog still

Re: [Factor-talk] Question about updating models in UI gesture handlers

2016-10-21 Thread Sankaranarayanan Viswanathan
Never-mind folks. Turned out to be a simple bug, my menu-items word did not correctly return the items of the menu passed in. Fixing that solved my issue :) Thanks, Sankar On 10/21/16 12:16 AM, Sankaranarayanan Viswanathan wrote: > Hi, > > I'm trying to use the models vocabulary

[Factor-talk] Question about updating models in UI gesture handlers

2016-10-20 Thread Sankaranarayanan Viswanathan
Hi, I'm trying to use the models vocabulary in order to implement keyboard navigation on menus. I still have some work to do, but right now I have something like this: :: prepare-menu ( menu -- ) f :> model menu menu-items :> items items [ model add-connection ] each model

[Factor-talk] Label issues with Hacktoberfest?

2016-10-04 Thread Sankaranarayanan Viswanathan
Hi Maintainers, I came across this today: https://hacktoberfest.digitalocean.com and I'm hoping one of you could tag some of the issues with the label hacktoberfest as noted in the website. I'm looking to win the free t-shirt, and sending in pull requests to factor seems like something I

Re: [Factor-talk] How would I solve this better in Factor?

2016-02-26 Thread Sankaranarayanan Viswanathan
ee how head and when* make my implementation shorter (and > more readable?) > > Cheers, > Jon > > > On Wed, Feb 24, 2016 at 5:50 AM, Sankaranarayanan Viswanathan > <rationalrev...@gmail.com> wrote: >> Hi, >> >> It had been awhile since I wrote any Fa

[Factor-talk] How would I solve this better in Factor?

2016-02-23 Thread Sankaranarayanan Viswanathan
Hi, It had been awhile since I wrote any Factor code, so I was trying to solve the following problem from reddit's dailyprogrammer subreddit: http://bit.ly/1OtP8Qj The solution I came up with in Factor looks like this: http://bit.ly/1PY8j98 I struggled quite a lot coming up with this. Mainly

[Factor-talk] help.markup: Add icon legend for link-icon?

2015-12-12 Thread Sankaranarayanan Viswanathan
Hi, The browser tool shows vocabularies and words with different icons, and I thought it would be nice if we could show what the icons meant somewhere (or maybe the icons are already described somewhere and I couldn't find it). The icons themselves are present in basic:definitions.icons. Some

Re: [Factor-talk] help.markup: Add icon legend for link-icon?

2015-12-12 Thread Sankaranarayanan Viswanathan
t/article-definitions.icons.html > > Also, we should probably improve those icons, hah. > > I think the tooltip might be confusing like you say, but if you want to > try out the tooltip and see if it is awesome, go for it! > > > > On Sat, Dec 12, 2015 at 2:09 AM, Sankaranarayanan Vis

[Factor-talk] images: new words to handle sprites and extract parts of an image

2015-11-29 Thread Sankaranarayanan Viswanathan
Hi, For a small game that I was making in order to get accustomed to factor, I needed to load textures from a sprite sheet. Basically, I wanted to take an image and split it into pieces of fixed dimensions. I wasn't able to find words to help me there (may be there are and I am unaware). So I

Re: [Factor-talk] Problem drawing an image in a new window

2015-11-29 Thread Sankaranarayanan Viswanathan
quot;resource:./misc/icons/factor_48...@2x.png" "image" open-window > > Jon > > > On Sun, Nov 29, 2015 at 1:37 PM, Sankaranarayanan Viswanathan > <rationalrev...@gmail.com> wrote: >> Hi, >> >> Hi, i'm facing a problem drawing textures in

[Factor-talk] Problem drawing an image in a new window

2015-11-29 Thread Sankaranarayanan Viswanathan
Hi, Hi, i'm facing a problem drawing textures in a new window. when I create the gadget and add it to the listener using gadget. the image shows corretly, when I create the gadget and use open-window, the image does not show up on the new window. Sample code below: TUPLE: i-gadget < gadget

Re: [Factor-talk] Problem drawing an image in a new window

2015-11-29 Thread Sankaranarayanan Viswanathan
Opened issue #1510 Thanks, Sankar On 11/29/15 8:01 PM, John Benediktsson wrote: > That could be a bug, or maybe a side effect of the design. Would you mind > opening an issue on github for us to look into later? > > Thanks, > John. > >> On Nov 29, 2015, at 6:10 AM, Sank

[Factor-talk] Mutation on tuple instances

2015-11-26 Thread Sankaranarayanan Viswanathan
Hi, I'm having trouble understanding the behavior below: Running the code below on the listener: TUPLE: test a b c ; : ( -- t ) { 1 2 } { 3 4 } { 5 6 } test boa ; : f1 ( -- ) . ; : f2 ( -- ) a>> [ [ 10 0 ] dip set-nth ] [ [ 20 1 ] dip set-nth ] bi ; f1 ! outputs T{ test { a { 1 2 } } { b {

[Factor-talk] Error fetching https URLs: urls.secure not already loaded

2015-10-25 Thread Sankaranarayanan Viswanathan
Hi, I'm running the latest factor (commit 753ebb15829543ecbef23fae8a7cbbf572d45225). I was trying out the hacker-news vocab in extra, and I came across an error running the hacker-news. word: Generic word >secure-addr does not define a method for the inet class. Dispatching on object: T{ inet f

Re: [Factor-talk] Factor on OS X El Capitan broken?

2015-10-01 Thread Sankaranarayanan Viswanathan
I tried re-downloading factor-macosx-x86-64-0.97.dmg from the factorcode.org site, but that shows the same problem. I then tried the development release links for OS X, but those links seem broken. I have yet to attempt to build from source..

[Factor-talk] Factor on OS X El Capitan broken?

2015-10-01 Thread Sankaranarayanan Viswanathan
Hello, I just upgraded my macbook to El Capitan today, and the opening the factor help browser seems broken. I get the message: An error occurred while drawing the world T{ world f ~array~ ~array~ f f ~vector~ ~array~ ~debugger~ t t f This world has been deactivated to prevent cascading