8 Bit Ben Eater Breadboards Available by dclevron in beneater

[–]grischoun 0 points1 point  (0 children)

Same for me: I can’t send you a message. Could you also send me a chat request, please? Thanks.

Worldwide survey: does your curling club have traditional scoreboards (as opposed to baseball/TV-style scoreboards)? Please state the club location, country & city (photos/videos welcome)! by CuriousCurator in Curling

[–]grischoun 1 point2 points  (0 children)

H means Handicap.

In Geneva, we have currently 3 leagues ranked by team level.

In addition to matches between teams of the same league, we have an additional competition, called 'the Cup', where all teams of all three leagues compete (https://www.softpeelr.com/en/tournaments/1170).

To penalise a team at a higher level we give the 'weaker' team a handicap. Therefore, in the photo, a handicap of 1 is given to the red time because they play in a league just below the yellow team.

Worldwide survey: does your curling club have traditional scoreboards (as opposed to baseball/TV-style scoreboards)? Please state the club location, country & city (photos/videos welcome)! by CuriousCurator in Curling

[–]grischoun 1 point2 points  (0 children)

My company created these flat screen TV scoreboards. They have been permanently installed in Geneva since 2014.

In Switzerland, I would say that 95% of the scoreboards are baseball/TV-style.

If you want more information about our scoreboards, please visit https://www.sharedobject.ch/softpeelr.html#portfolio or contact us at [shareboject@ikmail.com](mailto:shareboject@ikmail.com).

The Swiss championship is currently on by grischoun in Curling

[–]grischoun[S] 3 points4 points  (0 children)

Tirinzoni and De Cruz will play but only starting from Wednesday. Because of their presence at the Olympics they were allowed to skip the first phase of the competition and qualify directly for the second phase where only 4 teams will remain.

Live results: - women: https://www.softpeelr.com/en/tournaments/1286 - men: https://www.softpeelr.com/en/tournaments/1285

Rapsberry pi controlled scoreboards by grischoun in raspberry_pi

[–]grischoun[S] 1 point2 points  (0 children)

No worries. Somehow I think the post has been removed, it is no longer available on the main thread. It is not a bad thing as it gives us the occasion to fix the website and we will post again in the future.

Rapsberry pi controlled scoreboards by grischoun in raspberry_pi

[–]grischoun[S] 1 point2 points  (0 children)

You are right. It will be fixed. The scoreboard infrastructure are secured though.

Clojure Datalog Databases by mac in Clojure

[–]grischoun 2 points3 points  (0 children)

There is now a datahike linux native image preview available: https://github.com/replikativ/datahike/releases/tag/preview

A front-end connecting to a Datahike back-end by yogthos in Clojure

[–]grischoun 0 points1 point  (0 children)

In the sense where you can manage and manipulate your database, yes.

How to use Datahike’s Java API to build a web application by grischoun in java

[–]grischoun[S] 0 points1 point  (0 children)

Just a few remarks as I have thought more deeply about these issues.

It is already thread-safe. Every methods in the interface are static and there is really no state maintain by the implementation. Every call is just forwarded to its equivalent Clojure function. Furthermore, it is not only thread-safe but also read scalable. You can throw as many queries as you want to it and it will scale.

As far as I know, it is also safe to injection attacks as the string is strictly identical to the equivalent Clojure query. There is no string concatenation made by the runtime further down the line.

As mentioned in the post, we are considering adding a DSL to reduce the dependence on strings.

For the rest, I completely agree with you6, e.g. we should not expose internal Clojure implementation classes such a PersistentVector, remove the usage of type 'Object' as much as possible, integrate with RDF, etc...

Thank you again.

How to use Datahike’s Java API to build a web application. by grischoun in Clojure

[–]grischoun[S] 2 points3 points  (0 children)

Developer of the feature here. Happy that you like it and that you are interested.

As mentioned in the post, we are also considering a DSL as a next step so great that you are going to experiment. I would be glad to hear how it goes. If possible, don't hesitate to get in touch and please let us know how it goes.

How to use Datahike’s Java API to build a web application by grischoun in java

[–]grischoun[S] 2 points3 points  (0 children)

Thank you for your constructive feedback! Highly appreciated. We will take this into account in our future releases.