beginor 最近的时间轴更新
beginor's repos on GitHub
JavaScript · 898 人关注
clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
TypeScript · 173 人关注
clean-code-typescript
Clean Code concepts adapted for TypeScript
TypeScript · 9 人关注
cesium-typings
Typescript definition for cesium
C# · 7 人关注
beginor.owin
My effort trying integrate castle windsor with microsoft owin.
JavaScript · 6 人关注
beginor.github.io
C# · 4 人关注
aspnetcore.authentication.token
Token authentication for asp.net core.
C# · 4 人关注
BaiduMapBinding
C# · 2 人关注
Beginor.Owin.Security.Aes
Aes provider for Microsoft.Owin.Security .
C# · 2 人关注
Beginor.Owin.StaticFile
OWIN simple static file middleware
C# · 1 人关注
aspnetcore.middlewares
Some useful middleware for aspnetcore.
JavaScript · 1 人关注
AssemblyNavigation
A navigation framework for Silverlight, witch can load your silverlight assembly on demand.
0 人关注
2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
C# · 0 人关注
AChartEngineBinding
AChartEngine Xamarin.Android binding project
JavaScript · 0 人关注
AdminLTE
AdminLTE - Free Premium Admin control Panel Theme That Is Based On Bootstrap 3.x
TypeScript · 0 人关注
angularjs-arcgis
TypeScript · 0 人关注
angularjs-openlayers
C# · 0 人关注
asp-net-identity
PowerShell · 0 人关注
aspnet_Home
0 人关注
beginor
My custom profile
C# · 0 人关注
beginor-owin-security-gdep
JavaScript · 0 人关注
bootswatch
Themes for Bootstrap
0 人关注
chat-tts
ChatTTS is a generative speech model for daily dialogue.
0 人关注
chatgpt-vercel
Elegant and Powerfull. Powered by OpenAI and Vercel.
0 人关注
cocopilot
一个小工具的备份
0 人关注
codecombat
Game for learning how to code.
C# · 0 人关注
CoGeoTiff
Open Cloud Optimized GeoTiffs in C# Console Library
TypeScript · 0 人关注
cordova-zhihu-daily
C# · 0 人关注
Core
Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter
0 人关注
cubism-ts
Typescript ES6 module of cubism.js, based on d3v5.
TypeScript · 0 人关注
deck.gl
WebGL2 powered geospatial visualization layers
beginor

beginor

V2EX 第 56321 号会员,加入于 2014-02-19 21:29:19 +08:00
今日活跃度排名 7110
gitlab.com 上的账户被禁用了,有没有办法申述?
GitLab  •  beginor  •  264 天前  •  最后回复来自 beginor
6
Google Chrome 无法使用 Mac 的位置服务?
macOS  •  beginor  •  2023-08-19 20:16:58 PM  •  最后回复来自 shenyuzhi
9
Switch 模拟器 Ryujinx 在 Mac M1 上的体验
  •  1   
    macOS  •  beginor  •  2023-07-28 13:37:16 PM  •  最后回复来自 remember5
    17
    beginor 最近回复了
    @chikai 做代码提示还是挺有用的,显卡强的话可以跑一个 8b 的 coder 模型
    继续用 continue + 本地模型,现在是推荐的模型是 qwen 2.5 coder 1.5b
    Proxifier 一直在用,没啥问题。 系统更新了,Proxifier 也要装新版本才行
    要说 Jetbrains 系列的 IDE 对 SQL 的智能提示是无敌的,这个应该都赞同吧?

    连接数据库之后, 不管是独立的 SQL 文件, 还是嵌入在其它语言的 SQL 语句, 都有非常棒的只能提示!
    5 天前
    回复了 Aimirr 创建的主题 MacBook Pro 关于 MacBook Pro 使用 VNC 远程的疑惑
    别吹 ARD , 其实就是 VNC , 远程的话效果很差
    7 天前
    回复了 dilidilid 创建的主题 macOS MacOS Sequoia 支持把 photo library 放到 NAS 上了
    OneDrive 路过
    10 天前
    回复了 moyuman 创建的主题 程序员 最“流畅”的终端模拟器是什么?
    warp +1 , 目前支持 Linux + Mac , 不过官方说 Win 也在路上了。

    在 JetBrains IDE 2024.3 中的“新终端” 就是复制了 warp
    10 天前
    回复了 Livid 创建的主题 Local LLM Llama 3.3 70B
    如果用 LM Studio 运行 mlx 版本的 [Llama-3.3-70B-Instruct-4bit]( https://huggingface.co/mlx-community/Llama-3.3-70B-Instruct-4bit) 可以稍微快一点点,5.x tokens / 秒。
    10 天前
    回复了 Livid 创建的主题 Local LLM Llama 3.3 70B
    M1 Max 64G 用户, 在 `/etc/sysctl.conf` 文件中添加选项 `iogpu.wired_limit_mb=57344` ,这样最多可以分配 56G 内存给显卡用。

    用 llama.cpp 可以运行 `llama-3.3-70b-instruct.q4_k_m.gguf` ,不过要限制一下上下文大小,不然还是内存不够, 生成速度大概是 4 token / second 。

    ```
    main: server is listening on http://127.0.0.1:8080 - starting the main loop
    srv update_slots: all slots are idle
    slot launch_slot_: id 0 | task 0 | processing task
    slot update_slots: id 0 | task 0 | new prompt, n_ctx_slot = 4096, n_keep = 0, n_prompt_tokens = 26
    slot update_slots: id 0 | task 0 | kv cache rm [0, end)
    slot update_slots: id 0 | task 0 | prompt processing progress, n_past = 26, n_tokens = 26, progress = 1.000000
    slot update_slots: id 0 | task 0 | prompt done, n_past = 26, n_tokens = 26
    slot release: id 0 | task 0 | stop processing: n_past = 354, truncated = 0
    slot print_timing: id 0 | task 0 |
    prompt eval time = 2035.41 ms / 26 tokens ( 78.29 ms per token, 12.77 tokens per second)
    eval time = 79112.92 ms / 329 tokens ( 240.46 ms per token, 4.16 tokens per second)
    total time = 81148.33 ms / 355 tokens
    srv update_slots: all slots are idle
    request: POST /v1/chat/completions 127.0.0.1 200
    ```
    怎么忘了这个,play cover 玩原神 , 还有好多 iOS 游戏
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2758 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 12:32 · PVG 20:32 · LAX 04:32 · JFK 07:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.