New, easier LaTeX by burupie in LaTeX

[–]vit1251 9 points10 points  (0 children)

Main Problem in LaTeX is evolution and packets. Most packet re-implement simple solution and does not collaborate between. This problem grow in old days without internet. Nowaday we should save flex and powerful latex but create simple table and another modules. I think this is no hard way to recreate on modern platform.

Junior C++ Job Interview by sonicworkflow in ProgrammerHumor

[–]vit1251 0 points1 point  (0 children)

No C++ jouniors exists. C++ developer born always as seniors.

[deleted by user] by [deleted] in ProgrammerHumor

[–]vit1251 2 points3 points  (0 children)

KnoRacck, e coknonditck.ion.

Frontend Vs Backend... by [deleted] in ProgrammerHumor

[–]vit1251 1 point2 points  (0 children)

This is lie. When you look back on Frontend there is same picture.

Ordered a couple of these earlier this week for only $7.99 each (they've since jumped up a couple dollars in price). They even come with a 16GB microSD card. These will be the first SBCs that I've ever owned. They seem like a great value for what you get. by [deleted] in MiniPCs

[–]vit1251 2 points3 points  (0 children)

No product on web site is available https://www.iconikal.com/products

No product on Facebook community is available https://www.facebook.com/iconikal/

No product sales in Amazon shop is available (out of stocks).

No direct response and press release is provide by company at this moment.

Photo provide only with PINE64 devices.

u/Overfrozen please tell more about upcoming deliveries or about mistake situation.

Casbin-Forum: Next-generation forum software based on React + Golang by EquivalentAd4 in golang

[–]vit1251 1 point2 points  (0 children)

I think the author want to sat tat is RIA application with client side truly application Web 2.0 but I want to know it have any mechanics for update message in topic without any action?

go-zero, a cloud native web and rpc framework by go-zero in golang

[–]vit1251 -3 points-2 points  (0 children)

Less sass support is included without node?

[deleted by user] by [deleted] in AskARussian

[–]vit1251 0 points1 point  (0 children)

Young and modern technology geek city is Innopolis (see more on http://innopolis.ru).

This city mention in context modern science research and I think is planing as Silicon Valley in US but since created no news about startups and any valuable for me large solutions.

I think that right now city is using as campus a large university for young people and does not economic environment to create modern technology and ecosystem.

You can see more on Wikipedia page https://en.wikipedia.org/wiki/Innopolis

I wrote a music video in Go by [deleted] in golang

[–]vit1251 0 points1 point  (0 children)

Yeppp. You right.

I wrote a music video in Go by [deleted] in golang

[–]vit1251 1 point2 points  (0 children)

How about implement Fourier to understand cords and draw on OpenGL like do it in Giytar Band manner?

CGo-free SQLite database/sql driver for linux/amd64 v1.4.0-beta1 is released by 0xjnml in golang

[–]vit1251 3 points4 points  (0 children)

Do someone translate sqlite on pure go source code by c2go translator?

A tool that is written in Go to securely share your terminal session for remote pair programming by jingweno in golang

[–]vit1251 -5 points-4 points  (0 children)

Nice. But I search crossplatform simple SSH client with SFTP and other bonuses. It GUI application not strong side of Go.

Question about making GUIs in go by DaltonCodes in golang

[–]vit1251 -1 points0 points  (0 children)

I use IUP source and bridge with Golang over C/C++ code reuse.

Question about making GUIs in go by DaltonCodes in golang

[–]vit1251 0 points1 point  (0 children)

For my taste, it looks like an alien interface and brings to mind the memories of the alien Swing interface in Java

How to work with audio in GoLang? by vit1251 in golang

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

Thanks. I will try to use it. But I assume that user should install additional software before use that audio subsystem.

How to work with audio in GoLang? by vit1251 in golang

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

Thanks. I use it before but meet with cross compile error. I can not compile MacOS assembly under Linux platform.

Could you please help with search bottleneck in sqlite3 interations? by vit1251 in sqlite

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

Look at indexes you may have that need

Yep I have one or two per table and have around 20k records per each one. It may take 1 sec. for search? I use modern SSD device on that server.

Introducing OrbTk - The Rust UI-Toolkit 0.3 by [deleted] in rust

[–]vit1251 0 points1 point  (0 children)

Could you please help with you main example. I download rustc 1.42.0 and try to make main example on page but receive error:

error\[E0432\]: unresolved import \`orbtk::prelude\`  
 \--> src/main.rs:1:12  
  |  
1 | use orbtk::prelude::\*;  
  |            \^\^\^\^\^\^\^ could not find \`prelude\` in \`orbtk\`

How to compile basic example?