ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

#closures

0 posts0 participants0 posts today
Aral Balkan<p>Oh my goodness, how did I miss that in ES7 you can use a closure as a method. Goodbye `bind()`, you will not be missed :)</p><p>e.g.,</p><p>```js<br>class A {<br> b = () =&gt; console.log(this)<br>}</p><p>const a = new A()<br>a.b() // A { b: [Function: b] }</p><p>const c = a.b<br>c() // A { b: [Function:b] }<br>```</p><p>Nice! :)</p><p>**Edit**: Be careful with this. See this note by <span class="h-card" translate="no"><a href="https://mastodon.social/@marsup" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>marsup</span></a></span>: <a href="https://mastodon.social/@marsup/113799934325782596" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@marsup/113799</span><span class="invisible">934325782596</span></a></p><p><a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/EcmaScript7" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EcmaScript7</span></a> <a href="https://mastodon.ar.al/tags/ES7" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ES7</span></a> <a href="https://mastodon.ar.al/tags/closures" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>closures</span></a> <a href="https://mastodon.ar.al/tags/classes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>classes</span></a> <a href="https://mastodon.ar.al/tags/methods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>methods</span></a> <a href="https://mastodon.ar.al/tags/bind" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bind</span></a> <a href="https://mastodon.ar.al/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a></p>
Charlie Fish<p>I have just pushed some major updates to <span class="h-card" translate="no"><a href="https://mastodon.social/@AirportStatusBot" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>AirportStatusBot</span></a></span> </p><p>- Dedicated accounts for <a href="https://mstdn-social.com/tags/airports" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>airports</span></a>. You can now follow an account and only see posts for that specific airport.<br>- Updated <a href="https://mstdn-social.com/tags/airport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>airport</span></a> <a href="https://mstdn-social.com/tags/delay" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>delay</span></a> information will now be posted as a reply to the original post.<br>- Certain airport <a href="https://mstdn-social.com/tags/closures" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>closures</span></a> will now be posted.</p><p>🧵 (1/)</p>
Mai :v_trans:<p>Was stuck the past week(s) in my <a href="https://soc.saiyajin.space/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> implementation in <a href="https://soc.saiyajin.space/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a> on <a href="https://soc.saiyajin.space/tags/closures" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>closures</span></a>, as they provide an real challange with their capturing properties. Espc bc I didn't wanted to resort to using things like arbitary "rules" to restrict the language only for closure to work, or already implementing a tracing <a href="https://soc.saiyajin.space/tags/garbagecollector" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>garbagecollector</span></a> for this.</p><p>I rather choose to use <a href="https://soc.saiyajin.space/tags/ARC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ARC</span></a> (Atomically Reference counting) for this, which comes with a few problems. And as I found nobody that has solved this problem, I've come up with a solution to it myself: 'Switchable references with strongchain elemination'. A bit bulky name, and the technique is still in it's beginning, but when implemented in rust the compiler dosnt complain and valgrind dosn't detects any leaks.</p><p>I've written a fairly big <a href="https://blog.lapyst.dev/posts/11-rollinglisp-001---of-closures-mutability-and-switchable-references" rel="nofollow noopener noreferrer" target="_blank">blogpost about it</a> too, including not only the whole explanation how it works but also alternatives I've considered. Check it out if you're interested!</p><p>Now I only need to translate it over to zig, but hopefully that dosnt take so long x3</p><p><a href="https://soc.saiyajin.space/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://soc.saiyajin.space/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://soc.saiyajin.space/tags/software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>software</span></a> <a href="https://soc.saiyajin.space/tags/oss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>oss</span></a> <a href="https://soc.saiyajin.space/tags/foss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>foss</span></a> <a href="https://soc.saiyajin.space/tags/ossdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ossdev</span></a> <a href="https://soc.saiyajin.space/tags/fossdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fossdev</span></a> <a href="https://soc.saiyajin.space/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://soc.saiyajin.space/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a> <a href="https://soc.saiyajin.space/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://soc.saiyajin.space/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://soc.saiyajin.space/tags/pldev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pldev</span></a> <a href="https://soc.saiyajin.space/tags/programminglanguages" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programminglanguages</span></a> <a href="https://soc.saiyajin.space/tags/referencecounting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>referencecounting</span></a> <a href="https://soc.saiyajin.space/tags/rc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rc</span></a> <a href="https://soc.saiyajin.space/tags/arc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>arc</span></a></p>

AZ511: Winter weather closes northern Arizona highways

The following highways are closed due to severe conditions related to winter weather, according to the Arizona Department of Transportation.

Interstate 40 eastbound at US 93 (milepost 72)
Interstate 40 eastbound at Ash Fork (milepost 146)
Interstate 40 westbound at Williams (milepost 160)
Interstate 40 westbound at Winslow (milepost 252)
Interstate 40 westbound at Holbrook (milepost 289)
(continued) az511.com/
#AZwx #closures #winterweather #Arizona #travel

🎉 I just finished Day 9 of the #100DaysOfSwiftUI at https://hackingwithswift.com/100/swiftui/9 via @twostraws #Swift #SwiftUI #Swiftlang #learningswift #closures

I loved today's lessons and checkpoint 5! I can't wait for SwiftUI! I heard it's declarative and that closures are used a lot. So far I managed not to watch any videos, but I do know it takes inspiration from React (perhaps even #elmlang ?) and I look forward to that!

Here's the first and only app I've done while learning Elm with @rtfeldman amazing book. The API I relied upon is now (justifiably) requiring payment, but I cannot justify that in this instance. Anyhoo: https://github.com/gacallea/elm_speakandspell

Hello #elmlang people :)
stereophonic.spaceStereophonic

Just learned about #closures - a concept in #programming when functions are bundled together with reference to it's surrounding state (child function has access to variables available to parent) 🤓 It enabled me to implement helper function for :golang: HTTP handler to receive variables from main web application without using global variables :catjam: Writing muxers is indeed fun :awesome:

I have the perfect face for radio interviews: about to chat with Rick Zamperin of CHML in #Hamont about property values and #school #closures.

My recent study with John Merrall and @higgicd about housing prices and proximity to schools is out in #GeogAnalysis this week (open access).

doi.org/10.1111/gean.12377

Key finding: spatial analysis reveals value of proximity to schools, with 7.29% decrease on average for each km to the elementary school in the catchment.

Continued thread

PLEASE STAY HOME - #FLOODING

#NovaScotia #News #Closures #Traffic #List #Emergency

ROAD closures due to flooding: Hwy. 101 between exit 3 & 4 in #Ellershouse is impassable. Avoid the area.

#Halifax - Hwy 102 from Exit 3 to Exit 4C is closed due to flooding.

#Chester - Trunk 3 is closed at Victoria Street due to debris on road.

#WestHants #NewportCorner, Trunk 1, Thumb Hill Creek Bridge is closed.

#BEDFORD PLACE: Evacuations continue. This will be a prolonged operation, (stable currently)

Storm Related #Road #Closures

#SantaBarbara County, CA - Official Website

Updated: Tuesday, March 21st at 3:00 PM

Road openings do not indicate that an area is no longer in an evacuation warning or order. Please check readysbc.org for all evacuation orders and warnings.

State Route Updates (i.e. 154, 192, 101, etc.)

City of Santa Barbara Updates

City of Santa Maria Road Closure Map

countyofsb.org/3675/Storm-Rela